Class HealthChecksStub (1.68.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()

aggregatedListPagedCallable()

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

close()

public abstract void close()

deleteCallable()

public UnaryCallable<DeleteHealthCheckRequest,Operation> deleteCallable()

deleteOperationCallable()

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

getCallable()

public UnaryCallable<GetHealthCheckRequest,HealthCheck> getCallable()
Returns
Type Description
UnaryCallable<GetHealthCheckRequest,HealthCheck>

insertCallable()

public UnaryCallable<InsertHealthCheckRequest,Operation> insertCallable()

insertOperationCallable()

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

listCallable()

public UnaryCallable<ListHealthChecksRequest,HealthCheckList> listCallable()

listPagedCallable()

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

patchCallable()

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

patchOperationCallable()

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

updateCallable()

public UnaryCallable<UpdateHealthCheckRequest,Operation> updateCallable()

updateOperationCallable()

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