@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,
ClientContext clientContext)
Constructs an instance of HttpJsonRegionBackendServiceStub, using the given settings.
|
protected |
HttpJsonRegionBackendServiceStub(RegionBackendServiceStubSettings settings,
ClientContext clientContext,
HttpJsonStubCallableFactory callableFactory)
Constructs an instance of HttpJsonRegionBackendServiceStub, using the given settings.
|
@InternalApi public static final ApiMethodDescriptor<DeleteRegionBackendServiceHttpRequest,Operation> deleteRegionBackendServiceMethodDescriptor
@InternalApi public static final ApiMethodDescriptor<GetRegionBackendServiceHttpRequest,BackendService> getRegionBackendServiceMethodDescriptor
@InternalApi public static final ApiMethodDescriptor<GetHealthRegionBackendServiceHttpRequest,BackendServiceGroupHealth> getHealthRegionBackendServiceMethodDescriptor
@InternalApi public static final ApiMethodDescriptor<InsertRegionBackendServiceHttpRequest,Operation> insertRegionBackendServiceMethodDescriptor
@InternalApi public static final ApiMethodDescriptor<ListRegionBackendServicesHttpRequest,BackendServiceList> listRegionBackendServicesMethodDescriptor
@InternalApi public static final ApiMethodDescriptor<PatchRegionBackendServiceHttpRequest,Operation> patchRegionBackendServiceMethodDescriptor
@InternalApi public static final ApiMethodDescriptor<UpdateRegionBackendServiceHttpRequest,Operation> updateRegionBackendServiceMethodDescriptor
protected HttpJsonRegionBackendServiceStub(RegionBackendServiceStubSettings settings, ClientContext clientContext) throws IOException
IOExceptionprotected HttpJsonRegionBackendServiceStub(RegionBackendServiceStubSettings settings, ClientContext clientContext, HttpJsonStubCallableFactory callableFactory) throws IOException
IOExceptionpublic static final HttpJsonRegionBackendServiceStub create(RegionBackendServiceStubSettings settings) throws IOException
IOExceptionpublic static final HttpJsonRegionBackendServiceStub create(ClientContext clientContext) throws IOException
IOExceptionpublic static final HttpJsonRegionBackendServiceStub create(ClientContext clientContext, HttpJsonStubCallableFactory callableFactory) throws IOException
IOException@BetaApi public UnaryCallable<DeleteRegionBackendServiceHttpRequest,Operation> deleteRegionBackendServiceCallable()
deleteRegionBackendServiceCallable in class RegionBackendServiceStub@BetaApi public UnaryCallable<GetRegionBackendServiceHttpRequest,BackendService> getRegionBackendServiceCallable()
getRegionBackendServiceCallable in class RegionBackendServiceStub@BetaApi public UnaryCallable<GetHealthRegionBackendServiceHttpRequest,BackendServiceGroupHealth> getHealthRegionBackendServiceCallable()
getHealthRegionBackendServiceCallable in class RegionBackendServiceStub@BetaApi public UnaryCallable<InsertRegionBackendServiceHttpRequest,Operation> insertRegionBackendServiceCallable()
insertRegionBackendServiceCallable in class RegionBackendServiceStub@BetaApi public UnaryCallable<ListRegionBackendServicesHttpRequest,RegionBackendServiceClient.ListRegionBackendServicesPagedResponse> listRegionBackendServicesPagedCallable()
listRegionBackendServicesPagedCallable in class RegionBackendServiceStub@BetaApi public UnaryCallable<ListRegionBackendServicesHttpRequest,BackendServiceList> listRegionBackendServicesCallable()
listRegionBackendServicesCallable in class RegionBackendServiceStub@BetaApi public UnaryCallable<PatchRegionBackendServiceHttpRequest,Operation> patchRegionBackendServiceCallable()
patchRegionBackendServiceCallable in class RegionBackendServiceStub@BetaApi public UnaryCallable<UpdateRegionBackendServiceHttpRequest,Operation> updateRegionBackendServiceCallable()
updateRegionBackendServiceCallable in class RegionBackendServiceStubpublic final void close()
close in interface AutoCloseableclose in class RegionBackendServiceStubpublic void shutdown()
public boolean isShutdown()
public boolean isTerminated()
public void shutdownNow()
public boolean awaitTermination(long duration,
TimeUnit unit)
throws InterruptedException
InterruptedExceptionCopyright © 2019 Google LLC. All rights reserved.