public final class ReachabilityServiceGrpc
The Reachability service in the Google Cloud Network Management API provides
services that analyze the reachability within a single Google Virtual Private
Cloud (VPC) network, between peered VPC networks, between VPC and on-premises
networks, or between VPC networks and internet hosts. A reachability analysis
is based on Google Cloud network configurations.
You can use the analysis results to verify these configurations and
to troubleshoot connectivity issues.
Static Fields
SERVICE_NAME
public static final String SERVICE_NAME
Field Value |
---|
Type | Description |
String | |
Static Methods
bindService(ReachabilityServiceGrpc.AsyncService service)
public static final ServerServiceDefinition bindService(ReachabilityServiceGrpc.AsyncService service)
Returns |
---|
Type | Description |
io.grpc.ServerServiceDefinition | |
getCreateConnectivityTestMethod()
public static MethodDescriptor<CreateConnectivityTestRequest,Operation> getCreateConnectivityTestMethod()
getDeleteConnectivityTestMethod()
public static MethodDescriptor<DeleteConnectivityTestRequest,Operation> getDeleteConnectivityTestMethod()
getGetConnectivityTestMethod()
public static MethodDescriptor<GetConnectivityTestRequest,ConnectivityTest> getGetConnectivityTestMethod()
getListConnectivityTestsMethod()
public static MethodDescriptor<ListConnectivityTestsRequest,ListConnectivityTestsResponse> getListConnectivityTestsMethod()