Class ReachabilityServiceStub (1.14.0)

public abstract class ReachabilityServiceStub implements BackgroundResource

Base stub class for the ReachabilityService service API.

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

Inheritance

java.lang.Object > ReachabilityServiceStub

Implements

BackgroundResource

Constructors

ReachabilityServiceStub()

public ReachabilityServiceStub()

Methods

close()

public abstract void close()

createConnectivityTestCallable()

public UnaryCallable<CreateConnectivityTestRequest,Operation> createConnectivityTestCallable()

createConnectivityTestOperationCallable()

public OperationCallable<CreateConnectivityTestRequest,ConnectivityTest,OperationMetadata> createConnectivityTestOperationCallable()

deleteConnectivityTestCallable()

public UnaryCallable<DeleteConnectivityTestRequest,Operation> deleteConnectivityTestCallable()

deleteConnectivityTestOperationCallable()

public OperationCallable<DeleteConnectivityTestRequest,Empty,OperationMetadata> deleteConnectivityTestOperationCallable()

getConnectivityTestCallable()

public UnaryCallable<GetConnectivityTestRequest,ConnectivityTest> getConnectivityTestCallable()

getHttpJsonOperationsStub()

public OperationsStub getHttpJsonOperationsStub()
Returns
TypeDescription
OperationsStub

getOperationsStub()

public OperationsStub getOperationsStub()
Returns
TypeDescription
OperationsStub

listConnectivityTestsCallable()

public UnaryCallable<ListConnectivityTestsRequest,ListConnectivityTestsResponse> listConnectivityTestsCallable()

listConnectivityTestsPagedCallable()

public UnaryCallable<ListConnectivityTestsRequest,ReachabilityServiceClient.ListConnectivityTestsPagedResponse> listConnectivityTestsPagedCallable()

rerunConnectivityTestCallable()

public UnaryCallable<RerunConnectivityTestRequest,Operation> rerunConnectivityTestCallable()

rerunConnectivityTestOperationCallable()

public OperationCallable<RerunConnectivityTestRequest,ConnectivityTest,OperationMetadata> rerunConnectivityTestOperationCallable()

updateConnectivityTestCallable()

public UnaryCallable<UpdateConnectivityTestRequest,Operation> updateConnectivityTestCallable()

updateConnectivityTestOperationCallable()

public OperationCallable<UpdateConnectivityTestRequest,ConnectivityTest,OperationMetadata> updateConnectivityTestOperationCallable()