Class RegionHealthChecksStub (1.51.0)

public abstract class RegionHealthChecksStub implements BackgroundResource

Base stub class for the RegionHealthChecks service API.

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

Inheritance

java.lang.Object > RegionHealthChecksStub

Implements

BackgroundResource

Constructors

RegionHealthChecksStub()

public RegionHealthChecksStub()

Methods

close()

public abstract void close()

deleteCallable()

public UnaryCallable<DeleteRegionHealthCheckRequest,Operation> deleteCallable()
Returns
TypeDescription
UnaryCallable<DeleteRegionHealthCheckRequest,Operation>

deleteOperationCallable()

public OperationCallable<DeleteRegionHealthCheckRequest,Operation,Operation> deleteOperationCallable()
Returns
TypeDescription
OperationCallable<DeleteRegionHealthCheckRequest,Operation,Operation>

getCallable()

public UnaryCallable<GetRegionHealthCheckRequest,HealthCheck> getCallable()
Returns
TypeDescription
UnaryCallable<GetRegionHealthCheckRequest,HealthCheck>

insertCallable()

public UnaryCallable<InsertRegionHealthCheckRequest,Operation> insertCallable()
Returns
TypeDescription
UnaryCallable<InsertRegionHealthCheckRequest,Operation>

insertOperationCallable()

public OperationCallable<InsertRegionHealthCheckRequest,Operation,Operation> insertOperationCallable()
Returns
TypeDescription
OperationCallable<InsertRegionHealthCheckRequest,Operation,Operation>

listCallable()

public UnaryCallable<ListRegionHealthChecksRequest,HealthCheckList> listCallable()
Returns
TypeDescription
UnaryCallable<ListRegionHealthChecksRequest,HealthCheckList>

listPagedCallable()

public UnaryCallable<ListRegionHealthChecksRequest,RegionHealthChecksClient.ListPagedResponse> listPagedCallable()
Returns
TypeDescription
UnaryCallable<ListRegionHealthChecksRequest,ListPagedResponse>

patchCallable()

public UnaryCallable<PatchRegionHealthCheckRequest,Operation> patchCallable()
Returns
TypeDescription
UnaryCallable<PatchRegionHealthCheckRequest,Operation>

patchOperationCallable()

public OperationCallable<PatchRegionHealthCheckRequest,Operation,Operation> patchOperationCallable()
Returns
TypeDescription
OperationCallable<PatchRegionHealthCheckRequest,Operation,Operation>

updateCallable()

public UnaryCallable<UpdateRegionHealthCheckRequest,Operation> updateCallable()
Returns
TypeDescription
UnaryCallable<UpdateRegionHealthCheckRequest,Operation>

updateOperationCallable()

public OperationCallable<UpdateRegionHealthCheckRequest,Operation,Operation> updateOperationCallable()
Returns
TypeDescription
OperationCallable<UpdateRegionHealthCheckRequest,Operation,Operation>