Class ReachabilityServiceStub (1.18.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()
Returns
TypeDescription
UnaryCallable<CreateConnectivityTestRequest,Operation>

createConnectivityTestOperationCallable()

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

deleteConnectivityTestCallable()

public UnaryCallable<DeleteConnectivityTestRequest,Operation> deleteConnectivityTestCallable()
Returns
TypeDescription
UnaryCallable<DeleteConnectivityTestRequest,Operation>

deleteConnectivityTestOperationCallable()

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

getConnectivityTestCallable()

public UnaryCallable<GetConnectivityTestRequest,ConnectivityTest> getConnectivityTestCallable()
Returns
TypeDescription
UnaryCallable<GetConnectivityTestRequest,ConnectivityTest>

getHttpJsonOperationsStub()

public OperationsStub getHttpJsonOperationsStub()
Returns
TypeDescription
OperationsStub

getOperationsStub()

public OperationsStub getOperationsStub()
Returns
TypeDescription
OperationsStub

listConnectivityTestsCallable()

public UnaryCallable<ListConnectivityTestsRequest,ListConnectivityTestsResponse> listConnectivityTestsCallable()
Returns
TypeDescription
UnaryCallable<ListConnectivityTestsRequest,ListConnectivityTestsResponse>

listConnectivityTestsPagedCallable()

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

rerunConnectivityTestCallable()

public UnaryCallable<RerunConnectivityTestRequest,Operation> rerunConnectivityTestCallable()
Returns
TypeDescription
UnaryCallable<RerunConnectivityTestRequest,Operation>

rerunConnectivityTestOperationCallable()

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

updateConnectivityTestCallable()

public UnaryCallable<UpdateConnectivityTestRequest,Operation> updateConnectivityTestCallable()
Returns
TypeDescription
UnaryCallable<UpdateConnectivityTestRequest,Operation>

updateConnectivityTestOperationCallable()

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