Class HealthChecksStub (1.6.0-beta)

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

aggregatedListPagedCallable()

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

close()

public abstract void close()

deleteCallable()

public UnaryCallable<DeleteHealthCheckRequest,Operation> deleteCallable()
Returns

deleteOperationCallable()

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

getCallable()

public UnaryCallable<GetHealthCheckRequest,HealthCheck> getCallable()
Returns

insertCallable()

public UnaryCallable<InsertHealthCheckRequest,Operation> insertCallable()
Returns

insertOperationCallable()

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

listCallable()

public UnaryCallable<ListHealthChecksRequest,HealthCheckList> listCallable()
Returns

listPagedCallable()

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

patchCallable()

public UnaryCallable<PatchHealthCheckRequest,Operation> patchCallable()
Returns

patchOperationCallable()

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

updateCallable()

public UnaryCallable<UpdateHealthCheckRequest,Operation> updateCallable()
Returns

updateOperationCallable()

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