@Generated(value="by gapic-generator") @BetaApi(value="A restructuring of stub classes is planned, so this may break in the future") public class HttpJsonBackendServiceStub extends BackendServiceStub
This class is for advanced usage and reflects the underlying API directly.
Modifier | Constructor and Description |
---|---|
protected |
HttpJsonBackendServiceStub(BackendServiceStubSettings settings,
com.google.api.gax.rpc.ClientContext clientContext)
Constructs an instance of HttpJsonBackendServiceStub, using the given settings.
|
protected |
HttpJsonBackendServiceStub(BackendServiceStubSettings settings,
com.google.api.gax.rpc.ClientContext clientContext,
com.google.api.gax.httpjson.HttpJsonStubCallableFactory callableFactory)
Constructs an instance of HttpJsonBackendServiceStub, using the given settings.
|
@InternalApi public static final com.google.api.gax.httpjson.ApiMethodDescriptor<AddSignedUrlKeyBackendServiceHttpRequest,Operation> addSignedUrlKeyBackendServiceMethodDescriptor
@InternalApi public static final com.google.api.gax.httpjson.ApiMethodDescriptor<AggregatedListBackendServicesHttpRequest,BackendServiceAggregatedList> aggregatedListBackendServicesMethodDescriptor
@InternalApi public static final com.google.api.gax.httpjson.ApiMethodDescriptor<DeleteBackendServiceHttpRequest,Operation> deleteBackendServiceMethodDescriptor
@InternalApi public static final com.google.api.gax.httpjson.ApiMethodDescriptor<DeleteSignedUrlKeyBackendServiceHttpRequest,Operation> deleteSignedUrlKeyBackendServiceMethodDescriptor
@InternalApi public static final com.google.api.gax.httpjson.ApiMethodDescriptor<GetBackendServiceHttpRequest,BackendService> getBackendServiceMethodDescriptor
@InternalApi public static final com.google.api.gax.httpjson.ApiMethodDescriptor<GetHealthBackendServiceHttpRequest,BackendServiceGroupHealth> getHealthBackendServiceMethodDescriptor
@InternalApi public static final com.google.api.gax.httpjson.ApiMethodDescriptor<InsertBackendServiceHttpRequest,Operation> insertBackendServiceMethodDescriptor
@InternalApi public static final com.google.api.gax.httpjson.ApiMethodDescriptor<ListBackendServicesHttpRequest,BackendServiceList> listBackendServicesMethodDescriptor
@InternalApi public static final com.google.api.gax.httpjson.ApiMethodDescriptor<PatchBackendServiceHttpRequest,Operation> patchBackendServiceMethodDescriptor
@InternalApi public static final com.google.api.gax.httpjson.ApiMethodDescriptor<SetSecurityPolicyBackendServiceHttpRequest,Operation> setSecurityPolicyBackendServiceMethodDescriptor
@InternalApi public static final com.google.api.gax.httpjson.ApiMethodDescriptor<UpdateBackendServiceHttpRequest,Operation> updateBackendServiceMethodDescriptor
protected HttpJsonBackendServiceStub(BackendServiceStubSettings settings, com.google.api.gax.rpc.ClientContext clientContext) throws IOException
IOException
protected HttpJsonBackendServiceStub(BackendServiceStubSettings settings, com.google.api.gax.rpc.ClientContext clientContext, com.google.api.gax.httpjson.HttpJsonStubCallableFactory callableFactory) throws IOException
IOException
public static final HttpJsonBackendServiceStub create(BackendServiceStubSettings settings) throws IOException
IOException
public static final HttpJsonBackendServiceStub create(com.google.api.gax.rpc.ClientContext clientContext) throws IOException
IOException
public static final HttpJsonBackendServiceStub create(com.google.api.gax.rpc.ClientContext clientContext, com.google.api.gax.httpjson.HttpJsonStubCallableFactory callableFactory) throws IOException
IOException
@BetaApi public com.google.api.gax.rpc.UnaryCallable<AddSignedUrlKeyBackendServiceHttpRequest,Operation> addSignedUrlKeyBackendServiceCallable()
addSignedUrlKeyBackendServiceCallable
in class BackendServiceStub
@BetaApi public com.google.api.gax.rpc.UnaryCallable<AggregatedListBackendServicesHttpRequest,BackendServiceClient.AggregatedListBackendServicesPagedResponse> aggregatedListBackendServicesPagedCallable()
aggregatedListBackendServicesPagedCallable
in class BackendServiceStub
@BetaApi public com.google.api.gax.rpc.UnaryCallable<AggregatedListBackendServicesHttpRequest,BackendServiceAggregatedList> aggregatedListBackendServicesCallable()
aggregatedListBackendServicesCallable
in class BackendServiceStub
@BetaApi public com.google.api.gax.rpc.UnaryCallable<DeleteBackendServiceHttpRequest,Operation> deleteBackendServiceCallable()
deleteBackendServiceCallable
in class BackendServiceStub
@BetaApi public com.google.api.gax.rpc.UnaryCallable<DeleteSignedUrlKeyBackendServiceHttpRequest,Operation> deleteSignedUrlKeyBackendServiceCallable()
deleteSignedUrlKeyBackendServiceCallable
in class BackendServiceStub
@BetaApi public com.google.api.gax.rpc.UnaryCallable<GetBackendServiceHttpRequest,BackendService> getBackendServiceCallable()
getBackendServiceCallable
in class BackendServiceStub
@BetaApi public com.google.api.gax.rpc.UnaryCallable<GetHealthBackendServiceHttpRequest,BackendServiceGroupHealth> getHealthBackendServiceCallable()
getHealthBackendServiceCallable
in class BackendServiceStub
@BetaApi public com.google.api.gax.rpc.UnaryCallable<InsertBackendServiceHttpRequest,Operation> insertBackendServiceCallable()
insertBackendServiceCallable
in class BackendServiceStub
@BetaApi public com.google.api.gax.rpc.UnaryCallable<ListBackendServicesHttpRequest,BackendServiceClient.ListBackendServicesPagedResponse> listBackendServicesPagedCallable()
listBackendServicesPagedCallable
in class BackendServiceStub
@BetaApi public com.google.api.gax.rpc.UnaryCallable<ListBackendServicesHttpRequest,BackendServiceList> listBackendServicesCallable()
listBackendServicesCallable
in class BackendServiceStub
@BetaApi public com.google.api.gax.rpc.UnaryCallable<PatchBackendServiceHttpRequest,Operation> patchBackendServiceCallable()
patchBackendServiceCallable
in class BackendServiceStub
@BetaApi public com.google.api.gax.rpc.UnaryCallable<SetSecurityPolicyBackendServiceHttpRequest,Operation> setSecurityPolicyBackendServiceCallable()
setSecurityPolicyBackendServiceCallable
in class BackendServiceStub
@BetaApi public com.google.api.gax.rpc.UnaryCallable<UpdateBackendServiceHttpRequest,Operation> updateBackendServiceCallable()
updateBackendServiceCallable
in class BackendServiceStub
public final void close()
close
in interface AutoCloseable
close
in class BackendServiceStub
public void shutdown()
public boolean isShutdown()
public boolean isTerminated()
public void shutdownNow()
public boolean awaitTermination(long duration, TimeUnit unit) throws InterruptedException
InterruptedException
Copyright © 2019 Google LLC. All rights reserved.