@Generated(value="by gapic-generator") @BetaApi(value="A restructuring of stub classes is planned, so this may break in the future") public class HttpJsonRegionBackendServiceStub extends RegionBackendServiceStub
This class is for advanced usage and reflects the underlying API directly.
Modifier | Constructor and Description |
---|---|
protected |
HttpJsonRegionBackendServiceStub(RegionBackendServiceStubSettings settings,
com.google.api.gax.rpc.ClientContext clientContext)
Constructs an instance of HttpJsonRegionBackendServiceStub, using the given settings.
|
protected |
HttpJsonRegionBackendServiceStub(RegionBackendServiceStubSettings settings,
com.google.api.gax.rpc.ClientContext clientContext,
com.google.api.gax.httpjson.HttpJsonStubCallableFactory callableFactory)
Constructs an instance of HttpJsonRegionBackendServiceStub, using the given settings.
|
@InternalApi public static final com.google.api.gax.httpjson.ApiMethodDescriptor<DeleteRegionBackendServiceHttpRequest,Operation> deleteRegionBackendServiceMethodDescriptor
@InternalApi public static final com.google.api.gax.httpjson.ApiMethodDescriptor<GetRegionBackendServiceHttpRequest,BackendService> getRegionBackendServiceMethodDescriptor
@InternalApi public static final com.google.api.gax.httpjson.ApiMethodDescriptor<GetHealthRegionBackendServiceHttpRequest,BackendServiceGroupHealth> getHealthRegionBackendServiceMethodDescriptor
@InternalApi public static final com.google.api.gax.httpjson.ApiMethodDescriptor<InsertRegionBackendServiceHttpRequest,Operation> insertRegionBackendServiceMethodDescriptor
@InternalApi public static final com.google.api.gax.httpjson.ApiMethodDescriptor<ListRegionBackendServicesHttpRequest,BackendServiceList> listRegionBackendServicesMethodDescriptor
@InternalApi public static final com.google.api.gax.httpjson.ApiMethodDescriptor<PatchRegionBackendServiceHttpRequest,Operation> patchRegionBackendServiceMethodDescriptor
@InternalApi public static final com.google.api.gax.httpjson.ApiMethodDescriptor<UpdateRegionBackendServiceHttpRequest,Operation> updateRegionBackendServiceMethodDescriptor
protected HttpJsonRegionBackendServiceStub(RegionBackendServiceStubSettings settings, com.google.api.gax.rpc.ClientContext clientContext) throws IOException
IOException
protected HttpJsonRegionBackendServiceStub(RegionBackendServiceStubSettings settings, com.google.api.gax.rpc.ClientContext clientContext, com.google.api.gax.httpjson.HttpJsonStubCallableFactory callableFactory) throws IOException
IOException
public static final HttpJsonRegionBackendServiceStub create(RegionBackendServiceStubSettings settings) throws IOException
IOException
public static final HttpJsonRegionBackendServiceStub create(com.google.api.gax.rpc.ClientContext clientContext) throws IOException
IOException
public static final HttpJsonRegionBackendServiceStub 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<DeleteRegionBackendServiceHttpRequest,Operation> deleteRegionBackendServiceCallable()
deleteRegionBackendServiceCallable
in class RegionBackendServiceStub
@BetaApi public com.google.api.gax.rpc.UnaryCallable<GetRegionBackendServiceHttpRequest,BackendService> getRegionBackendServiceCallable()
getRegionBackendServiceCallable
in class RegionBackendServiceStub
@BetaApi public com.google.api.gax.rpc.UnaryCallable<GetHealthRegionBackendServiceHttpRequest,BackendServiceGroupHealth> getHealthRegionBackendServiceCallable()
getHealthRegionBackendServiceCallable
in class RegionBackendServiceStub
@BetaApi public com.google.api.gax.rpc.UnaryCallable<InsertRegionBackendServiceHttpRequest,Operation> insertRegionBackendServiceCallable()
insertRegionBackendServiceCallable
in class RegionBackendServiceStub
@BetaApi public com.google.api.gax.rpc.UnaryCallable<ListRegionBackendServicesHttpRequest,RegionBackendServiceClient.ListRegionBackendServicesPagedResponse> listRegionBackendServicesPagedCallable()
listRegionBackendServicesPagedCallable
in class RegionBackendServiceStub
@BetaApi public com.google.api.gax.rpc.UnaryCallable<ListRegionBackendServicesHttpRequest,BackendServiceList> listRegionBackendServicesCallable()
listRegionBackendServicesCallable
in class RegionBackendServiceStub
@BetaApi public com.google.api.gax.rpc.UnaryCallable<PatchRegionBackendServiceHttpRequest,Operation> patchRegionBackendServiceCallable()
patchRegionBackendServiceCallable
in class RegionBackendServiceStub
@BetaApi public com.google.api.gax.rpc.UnaryCallable<UpdateRegionBackendServiceHttpRequest,Operation> updateRegionBackendServiceCallable()
updateRegionBackendServiceCallable
in class RegionBackendServiceStub
public final void close()
close
in interface AutoCloseable
close
in class RegionBackendServiceStub
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.