Class ReachabilityServiceGrpc.ReachabilityServiceImplBase
- java.lang.Object
-
- com.google.cloud.networkmanagement.v1.ReachabilityServiceGrpc.ReachabilityServiceImplBase
-
- All Implemented Interfaces:
ReachabilityServiceGrpc.AsyncService
,io.grpc.BindableService
- Enclosing class:
- ReachabilityServiceGrpc
public abstract static class ReachabilityServiceGrpc.ReachabilityServiceImplBase extends Object implements io.grpc.BindableService, ReachabilityServiceGrpc.AsyncService
Base class for the server implementation of the service ReachabilityService.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.
-
-
Constructor Summary
Constructors Constructor Description ReachabilityServiceImplBase()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description io.grpc.ServerServiceDefinition
bindService()
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface com.google.cloud.networkmanagement.v1.ReachabilityServiceGrpc.AsyncService
createConnectivityTest, deleteConnectivityTest, getConnectivityTest, listConnectivityTests, rerunConnectivityTest, updateConnectivityTest
-
-