@Generated(value="by gapic-generator-java") public class HttpJsonRegionHealthChecksStub extends RegionHealthChecksStub
This class is for advanced usage and reflects the underlying API directly.
| Modifier | Constructor and Description |
|---|---|
protected |
HttpJsonRegionHealthChecksStub(RegionHealthChecksStubSettings settings,
com.google.api.gax.rpc.ClientContext clientContext)
Constructs an instance of HttpJsonRegionHealthChecksStub, using the given settings.
|
protected |
HttpJsonRegionHealthChecksStub(RegionHealthChecksStubSettings settings,
com.google.api.gax.rpc.ClientContext clientContext,
com.google.api.gax.httpjson.HttpJsonStubCallableFactory callableFactory)
Constructs an instance of HttpJsonRegionHealthChecksStub, using the given settings.
|
protected HttpJsonRegionHealthChecksStub(RegionHealthChecksStubSettings settings, com.google.api.gax.rpc.ClientContext clientContext) throws IOException
IOExceptionprotected HttpJsonRegionHealthChecksStub(RegionHealthChecksStubSettings settings, com.google.api.gax.rpc.ClientContext clientContext, com.google.api.gax.httpjson.HttpJsonStubCallableFactory callableFactory) throws IOException
IOExceptionpublic static final HttpJsonRegionHealthChecksStub create(RegionHealthChecksStubSettings settings) throws IOException
IOExceptionpublic static final HttpJsonRegionHealthChecksStub create(com.google.api.gax.rpc.ClientContext clientContext) throws IOException
IOExceptionpublic static final HttpJsonRegionHealthChecksStub create(com.google.api.gax.rpc.ClientContext clientContext, com.google.api.gax.httpjson.HttpJsonStubCallableFactory callableFactory) throws IOException
IOException@InternalApi public static List<com.google.api.gax.httpjson.ApiMethodDescriptor> getMethodDescriptors()
public com.google.api.gax.rpc.UnaryCallable<DeleteRegionHealthCheckRequest,Operation> deleteCallable()
deleteCallable in class RegionHealthChecksStubpublic com.google.api.gax.rpc.OperationCallable<DeleteRegionHealthCheckRequest,Operation,Operation> deleteOperationCallable()
deleteOperationCallable in class RegionHealthChecksStubpublic com.google.api.gax.rpc.UnaryCallable<GetRegionHealthCheckRequest,HealthCheck> getCallable()
getCallable in class RegionHealthChecksStubpublic com.google.api.gax.rpc.UnaryCallable<InsertRegionHealthCheckRequest,Operation> insertCallable()
insertCallable in class RegionHealthChecksStubpublic com.google.api.gax.rpc.OperationCallable<InsertRegionHealthCheckRequest,Operation,Operation> insertOperationCallable()
insertOperationCallable in class RegionHealthChecksStubpublic com.google.api.gax.rpc.UnaryCallable<ListRegionHealthChecksRequest,HealthCheckList> listCallable()
listCallable in class RegionHealthChecksStubpublic com.google.api.gax.rpc.UnaryCallable<ListRegionHealthChecksRequest,RegionHealthChecksClient.ListPagedResponse> listPagedCallable()
listPagedCallable in class RegionHealthChecksStubpublic com.google.api.gax.rpc.UnaryCallable<PatchRegionHealthCheckRequest,Operation> patchCallable()
patchCallable in class RegionHealthChecksStubpublic com.google.api.gax.rpc.OperationCallable<PatchRegionHealthCheckRequest,Operation,Operation> patchOperationCallable()
patchOperationCallable in class RegionHealthChecksStubpublic com.google.api.gax.rpc.UnaryCallable<UpdateRegionHealthCheckRequest,Operation> updateCallable()
updateCallable in class RegionHealthChecksStubpublic com.google.api.gax.rpc.OperationCallable<UpdateRegionHealthCheckRequest,Operation,Operation> updateOperationCallable()
updateOperationCallable in class RegionHealthChecksStubpublic final void close()
close in interface AutoCloseableclose in class RegionHealthChecksStubpublic void shutdown()
public boolean isShutdown()
public boolean isTerminated()
public void shutdownNow()
public boolean awaitTermination(long duration,
TimeUnit unit)
throws InterruptedException
InterruptedExceptionCopyright © 2024 Google LLC. All rights reserved.