Class HealthChecksStub (1.34.0)

public abstract class HealthChecksStub implements BackgroundResource

Base stub class for the HealthChecks service API.

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

Inheritance

java.lang.Object > HealthChecksStub

Implements

BackgroundResource

Constructors

HealthChecksStub()

public HealthChecksStub()

Methods

aggregatedListCallable()

public UnaryCallable<AggregatedListHealthChecksRequest,HealthChecksAggregatedList> aggregatedListCallable()
Returns
TypeDescription
UnaryCallable<AggregatedListHealthChecksRequest,HealthChecksAggregatedList>

aggregatedListPagedCallable()

public UnaryCallable<AggregatedListHealthChecksRequest,HealthChecksClient.AggregatedListPagedResponse> aggregatedListPagedCallable()
Returns
TypeDescription
UnaryCallable<AggregatedListHealthChecksRequest,AggregatedListPagedResponse>

close()

public abstract void close()

deleteCallable()

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

deleteOperationCallable()

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

getCallable()

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

insertCallable()

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

insertOperationCallable()

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

listCallable()

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

listPagedCallable()

public UnaryCallable<ListHealthChecksRequest,HealthChecksClient.ListPagedResponse> listPagedCallable()
Returns
TypeDescription
UnaryCallable<ListHealthChecksRequest,ListPagedResponse>

patchCallable()

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

patchOperationCallable()

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

updateCallable()

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

updateOperationCallable()

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