- 1.54.0 (latest)
- 1.53.0
- 1.52.0
- 1.50.0
- 1.49.0
- 1.48.0
- 1.47.0
- 1.46.0
- 1.45.0
- 1.44.0
- 1.43.0
- 1.42.0
- 1.41.0
- 1.40.0
- 1.38.0
- 1.37.0
- 1.36.0
- 1.35.0
- 1.34.0
- 1.33.0
- 1.32.0
- 1.31.0
- 1.30.0
- 1.29.0
- 1.28.0
- 1.25.0
- 1.24.0
- 1.23.0
- 1.22.0
- 1.21.0
- 1.20.0
- 1.19.0
- 1.18.0
- 1.17.0
- 1.16.0
- 1.15.0
- 1.14.0
- 1.13.0
- 1.12.0
- 1.10.0
- 1.9.0
- 1.8.0
- 1.7.0
- 1.6.0
- 1.5.0
- 1.1.10
public class HttpJsonReachabilityServiceStub extends ReachabilityServiceStub
REST stub implementation for the ReachabilityService service API.
This class is for advanced usage and reflects the underlying API directly.
Static Methods
create(ClientContext clientContext)
public static final HttpJsonReachabilityServiceStub create(ClientContext clientContext)
Parameter | |
---|---|
Name | Description |
clientContext | ClientContext |
Returns | |
---|---|
Type | Description |
HttpJsonReachabilityServiceStub |
Exceptions | |
---|---|
Type | Description |
IOException |
create(ClientContext clientContext, HttpJsonStubCallableFactory callableFactory)
public static final HttpJsonReachabilityServiceStub create(ClientContext clientContext, HttpJsonStubCallableFactory callableFactory)
Parameters | |
---|---|
Name | Description |
clientContext | ClientContext |
callableFactory | HttpJsonStubCallableFactory |
Returns | |
---|---|
Type | Description |
HttpJsonReachabilityServiceStub |
Exceptions | |
---|---|
Type | Description |
IOException |
create(ReachabilityServiceStubSettings settings)
public static final HttpJsonReachabilityServiceStub create(ReachabilityServiceStubSettings settings)
Parameter | |
---|---|
Name | Description |
settings | ReachabilityServiceStubSettings |
Returns | |
---|---|
Type | Description |
HttpJsonReachabilityServiceStub |
Exceptions | |
---|---|
Type | Description |
IOException |
getMethodDescriptors()
public static List<ApiMethodDescriptor> getMethodDescriptors()
Returns | |
---|---|
Type | Description |
List<ApiMethodDescriptor> |
Constructors
HttpJsonReachabilityServiceStub(ReachabilityServiceStubSettings settings, ClientContext clientContext)
protected HttpJsonReachabilityServiceStub(ReachabilityServiceStubSettings settings, ClientContext clientContext)
Constructs an instance of HttpJsonReachabilityServiceStub, using the given settings. This is protected so that it is easy to make a subclass, but otherwise, the static factory methods should be preferred.
Parameters | |
---|---|
Name | Description |
settings | ReachabilityServiceStubSettings |
clientContext | ClientContext |
HttpJsonReachabilityServiceStub(ReachabilityServiceStubSettings settings, ClientContext clientContext, HttpJsonStubCallableFactory callableFactory)
protected HttpJsonReachabilityServiceStub(ReachabilityServiceStubSettings settings, ClientContext clientContext, HttpJsonStubCallableFactory callableFactory)
Constructs an instance of HttpJsonReachabilityServiceStub, using the given settings. This is protected so that it is easy to make a subclass, but otherwise, the static factory methods should be preferred.
Parameters | |
---|---|
Name | Description |
settings | ReachabilityServiceStubSettings |
clientContext | ClientContext |
callableFactory | HttpJsonStubCallableFactory |
Methods
awaitTermination(long duration, TimeUnit unit)
public boolean awaitTermination(long duration, TimeUnit unit)
Parameters | |
---|---|
Name | Description |
duration | long |
unit | TimeUnit |
Returns | |
---|---|
Type | Description |
boolean |
Exceptions | |
---|---|
Type | Description |
InterruptedException |
close()
public final 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 HttpJsonOperationsStub getHttpJsonOperationsStub()
Returns | |
---|---|
Type | Description |
HttpJsonOperationsStub |
isShutdown()
public boolean isShutdown()
Returns | |
---|---|
Type | Description |
boolean |
isTerminated()
public boolean isTerminated()
Returns | |
---|---|
Type | Description |
boolean |
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> |
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> |
shutdown()
public void shutdown()
shutdownNow()
public void shutdownNow()
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> |