Class HttpJsonRegionCompositeHealthChecksStub (1.101.0)

public class HttpJsonRegionCompositeHealthChecksStub extends RegionCompositeHealthChecksStub

REST stub implementation for the RegionCompositeHealthChecks service API.

This class is for advanced usage and reflects the underlying API directly.

Inheritance

java.lang.Object > RegionCompositeHealthChecksStub > HttpJsonRegionCompositeHealthChecksStub

Static Methods

create(ClientContext clientContext)

public static final HttpJsonRegionCompositeHealthChecksStub create(ClientContext clientContext)
Parameter
Name Description
clientContext ClientContext
Returns
Type Description
HttpJsonRegionCompositeHealthChecksStub
Exceptions
Type Description
IOException

create(ClientContext clientContext, HttpJsonStubCallableFactory callableFactory)

public static final HttpJsonRegionCompositeHealthChecksStub create(ClientContext clientContext, HttpJsonStubCallableFactory callableFactory)
Parameters
Name Description
clientContext ClientContext
callableFactory HttpJsonStubCallableFactory
Returns
Type Description
HttpJsonRegionCompositeHealthChecksStub
Exceptions
Type Description
IOException

create(RegionCompositeHealthChecksStubSettings settings)

public static final HttpJsonRegionCompositeHealthChecksStub create(RegionCompositeHealthChecksStubSettings settings)
Parameter
Name Description
settings RegionCompositeHealthChecksStubSettings
Returns
Type Description
HttpJsonRegionCompositeHealthChecksStub
Exceptions
Type Description
IOException

getMethodDescriptors()

public static List<ApiMethodDescriptor> getMethodDescriptors()
Returns
Type Description
List<ApiMethodDescriptor>

Constructors

HttpJsonRegionCompositeHealthChecksStub(RegionCompositeHealthChecksStubSettings settings, ClientContext clientContext)

protected HttpJsonRegionCompositeHealthChecksStub(RegionCompositeHealthChecksStubSettings settings, ClientContext clientContext)

Constructs an instance of HttpJsonRegionCompositeHealthChecksStub, using the given settings. This is protected so that it is easy to make a subclass, but otherwise, the static factory methods should be preferred.

Parameters
Name Description
settings RegionCompositeHealthChecksStubSettings
clientContext ClientContext

HttpJsonRegionCompositeHealthChecksStub(RegionCompositeHealthChecksStubSettings settings, ClientContext clientContext, HttpJsonStubCallableFactory callableFactory)

protected HttpJsonRegionCompositeHealthChecksStub(RegionCompositeHealthChecksStubSettings settings, ClientContext clientContext, HttpJsonStubCallableFactory callableFactory)

Constructs an instance of HttpJsonRegionCompositeHealthChecksStub, using the given settings. This is protected so that it is easy to make a subclass, but otherwise, the static factory methods should be preferred.

Parameters
Name Description
settings RegionCompositeHealthChecksStubSettings
clientContext ClientContext
callableFactory HttpJsonStubCallableFactory

Methods

aggregatedListCallable()

public UnaryCallable<AggregatedListRegionCompositeHealthChecksRequest,CompositeHealthCheckAggregatedList> aggregatedListCallable()
Returns
Type Description
UnaryCallable<AggregatedListRegionCompositeHealthChecksRequest,CompositeHealthCheckAggregatedList>
Overrides

aggregatedListPagedCallable()

public UnaryCallable<AggregatedListRegionCompositeHealthChecksRequest,RegionCompositeHealthChecksClient.AggregatedListPagedResponse> aggregatedListPagedCallable()
Returns
Type Description
UnaryCallable<AggregatedListRegionCompositeHealthChecksRequest,AggregatedListPagedResponse>
Overrides

awaitTermination(long duration, TimeUnit unit)

public boolean awaitTermination(long duration, TimeUnit unit)
Parameters
Name Description
duration long
unit TimeUnit
Returns
Type Description
boolean
Exceptions
Type Description
InterruptedException

close()

public final void close()
Overrides

deleteCallable()

public UnaryCallable<DeleteRegionCompositeHealthCheckRequest,Operation> deleteCallable()
Returns
Type Description
UnaryCallable<DeleteRegionCompositeHealthCheckRequest,Operation>
Overrides

deleteOperationCallable()

public OperationCallable<DeleteRegionCompositeHealthCheckRequest,Operation,Operation> deleteOperationCallable()
Returns
Type Description
OperationCallable<DeleteRegionCompositeHealthCheckRequest,Operation,Operation>
Overrides

getCallable()

public UnaryCallable<GetRegionCompositeHealthCheckRequest,CompositeHealthCheck> getCallable()
Returns
Type Description
UnaryCallable<GetRegionCompositeHealthCheckRequest,CompositeHealthCheck>
Overrides

insertCallable()

public UnaryCallable<InsertRegionCompositeHealthCheckRequest,Operation> insertCallable()
Returns
Type Description
UnaryCallable<InsertRegionCompositeHealthCheckRequest,Operation>
Overrides

insertOperationCallable()

public OperationCallable<InsertRegionCompositeHealthCheckRequest,Operation,Operation> insertOperationCallable()
Returns
Type Description
OperationCallable<InsertRegionCompositeHealthCheckRequest,Operation,Operation>
Overrides

isShutdown()

public boolean isShutdown()
Returns
Type Description
boolean

isTerminated()

public boolean isTerminated()
Returns
Type Description
boolean

listCallable()

public UnaryCallable<ListRegionCompositeHealthChecksRequest,CompositeHealthCheckList> listCallable()
Returns
Type Description
UnaryCallable<ListRegionCompositeHealthChecksRequest,CompositeHealthCheckList>
Overrides

listPagedCallable()

public UnaryCallable<ListRegionCompositeHealthChecksRequest,RegionCompositeHealthChecksClient.ListPagedResponse> listPagedCallable()
Returns
Type Description
UnaryCallable<ListRegionCompositeHealthChecksRequest,ListPagedResponse>
Overrides

patchCallable()

public UnaryCallable<PatchRegionCompositeHealthCheckRequest,Operation> patchCallable()
Returns
Type Description
UnaryCallable<PatchRegionCompositeHealthCheckRequest,Operation>
Overrides

patchOperationCallable()

public OperationCallable<PatchRegionCompositeHealthCheckRequest,Operation,Operation> patchOperationCallable()
Returns
Type Description
OperationCallable<PatchRegionCompositeHealthCheckRequest,Operation,Operation>
Overrides

shutdown()

public void shutdown()

shutdownNow()

public void shutdownNow()

testIamPermissionsCallable()

public UnaryCallable<TestIamPermissionsRegionCompositeHealthCheckRequest,TestPermissionsResponse> testIamPermissionsCallable()
Returns
Type Description
UnaryCallable<TestIamPermissionsRegionCompositeHealthCheckRequest,TestPermissionsResponse>
Overrides