Class ReachabilityServiceStub (1.43.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
Type Description
UnaryCallable<CreateConnectivityTestRequest,Operation>

createConnectivityTestOperationCallable()

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

deleteConnectivityTestCallable()

public UnaryCallable<DeleteConnectivityTestRequest,Operation> deleteConnectivityTestCallable()
Returns
Type Description
UnaryCallable<DeleteConnectivityTestRequest,Operation>

deleteConnectivityTestOperationCallable()

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

getConnectivityTestCallable()

public UnaryCallable<GetConnectivityTestRequest,ConnectivityTest> getConnectivityTestCallable()
Returns
Type Description
UnaryCallable<GetConnectivityTestRequest,ConnectivityTest>

getHttpJsonOperationsStub()

public OperationsStub getHttpJsonOperationsStub()
Returns
Type Description
OperationsStub

getIamPolicyCallable()

public UnaryCallable<GetIamPolicyRequest,Policy> getIamPolicyCallable()
Returns
Type Description
UnaryCallable<com.google.iam.v1.GetIamPolicyRequest,com.google.iam.v1.Policy>

getLocationCallable()

public UnaryCallable<GetLocationRequest,Location> getLocationCallable()
Returns
Type Description
UnaryCallable<com.google.cloud.location.GetLocationRequest,com.google.cloud.location.Location>

getOperationsStub()

public OperationsStub getOperationsStub()
Returns
Type Description
OperationsStub

listConnectivityTestsCallable()

public UnaryCallable<ListConnectivityTestsRequest,ListConnectivityTestsResponse> listConnectivityTestsCallable()
Returns
Type Description
UnaryCallable<ListConnectivityTestsRequest,ListConnectivityTestsResponse>

listConnectivityTestsPagedCallable()

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

listLocationsCallable()

public UnaryCallable<ListLocationsRequest,ListLocationsResponse> listLocationsCallable()
Returns
Type Description
UnaryCallable<com.google.cloud.location.ListLocationsRequest,com.google.cloud.location.ListLocationsResponse>

listLocationsPagedCallable()

public UnaryCallable<ListLocationsRequest,ReachabilityServiceClient.ListLocationsPagedResponse> listLocationsPagedCallable()
Returns
Type Description
UnaryCallable<com.google.cloud.location.ListLocationsRequest,ListLocationsPagedResponse>

rerunConnectivityTestCallable()

public UnaryCallable<RerunConnectivityTestRequest,Operation> rerunConnectivityTestCallable()
Returns
Type Description
UnaryCallable<RerunConnectivityTestRequest,Operation>

rerunConnectivityTestOperationCallable()

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

setIamPolicyCallable()

public UnaryCallable<SetIamPolicyRequest,Policy> setIamPolicyCallable()
Returns
Type Description
UnaryCallable<com.google.iam.v1.SetIamPolicyRequest,com.google.iam.v1.Policy>

testIamPermissionsCallable()

public UnaryCallable<TestIamPermissionsRequest,TestIamPermissionsResponse> testIamPermissionsCallable()
Returns
Type Description
UnaryCallable<com.google.iam.v1.TestIamPermissionsRequest,com.google.iam.v1.TestIamPermissionsResponse>

updateConnectivityTestCallable()

public UnaryCallable<UpdateConnectivityTestRequest,Operation> updateConnectivityTestCallable()
Returns
Type Description
UnaryCallable<UpdateConnectivityTestRequest,Operation>

updateConnectivityTestOperationCallable()

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