Class ReachabilityServiceGrpc
- java.lang.Object
-
- com.google.cloud.networkmanagement.v1beta1.ReachabilityServiceGrpc
-
@Generated(value="by gRPC proto compiler", comments="Source: google/cloud/networkmanagement/v1beta1/reachability.proto") public final class ReachabilityServiceGrpc extends Object
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.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interface
ReachabilityServiceGrpc.AsyncService
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.static class
ReachabilityServiceGrpc.ReachabilityServiceBlockingStub
A stub to allow clients to do synchronous rpc calls to service ReachabilityService.static class
ReachabilityServiceGrpc.ReachabilityServiceFutureStub
A stub to allow clients to do ListenableFuture-style rpc calls to service ReachabilityService.static class
ReachabilityServiceGrpc.ReachabilityServiceImplBase
Base class for the server implementation of the service ReachabilityService.static class
ReachabilityServiceGrpc.ReachabilityServiceStub
A stub to allow clients to do asynchronous rpc calls to service ReachabilityService.
-
Field Summary
Fields Modifier and Type Field Description static String
SERVICE_NAME
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static io.grpc.ServerServiceDefinition
bindService(ReachabilityServiceGrpc.AsyncService service)
static io.grpc.MethodDescriptor<CreateConnectivityTestRequest,com.google.longrunning.Operation>
getCreateConnectivityTestMethod()
static io.grpc.MethodDescriptor<DeleteConnectivityTestRequest,com.google.longrunning.Operation>
getDeleteConnectivityTestMethod()
static io.grpc.MethodDescriptor<GetConnectivityTestRequest,ConnectivityTest>
getGetConnectivityTestMethod()
static io.grpc.MethodDescriptor<ListConnectivityTestsRequest,ListConnectivityTestsResponse>
getListConnectivityTestsMethod()
static io.grpc.MethodDescriptor<RerunConnectivityTestRequest,com.google.longrunning.Operation>
getRerunConnectivityTestMethod()
static io.grpc.ServiceDescriptor
getServiceDescriptor()
static io.grpc.MethodDescriptor<UpdateConnectivityTestRequest,com.google.longrunning.Operation>
getUpdateConnectivityTestMethod()
static ReachabilityServiceGrpc.ReachabilityServiceBlockingStub
newBlockingStub(io.grpc.Channel channel)
Creates a new blocking-style stub that supports unary and streaming output calls on the servicestatic ReachabilityServiceGrpc.ReachabilityServiceFutureStub
newFutureStub(io.grpc.Channel channel)
Creates a new ListenableFuture-style stub that supports unary calls on the servicestatic ReachabilityServiceGrpc.ReachabilityServiceStub
newStub(io.grpc.Channel channel)
Creates a new async stub that supports all call types for the service
-
-
-
Field Detail
-
SERVICE_NAME
public static final String SERVICE_NAME
- See Also:
- Constant Field Values
-
-
Method Detail
-
getListConnectivityTestsMethod
public static io.grpc.MethodDescriptor<ListConnectivityTestsRequest,ListConnectivityTestsResponse> getListConnectivityTestsMethod()
-
getGetConnectivityTestMethod
public static io.grpc.MethodDescriptor<GetConnectivityTestRequest,ConnectivityTest> getGetConnectivityTestMethod()
-
getCreateConnectivityTestMethod
public static io.grpc.MethodDescriptor<CreateConnectivityTestRequest,com.google.longrunning.Operation> getCreateConnectivityTestMethod()
-
getUpdateConnectivityTestMethod
public static io.grpc.MethodDescriptor<UpdateConnectivityTestRequest,com.google.longrunning.Operation> getUpdateConnectivityTestMethod()
-
getRerunConnectivityTestMethod
public static io.grpc.MethodDescriptor<RerunConnectivityTestRequest,com.google.longrunning.Operation> getRerunConnectivityTestMethod()
-
getDeleteConnectivityTestMethod
public static io.grpc.MethodDescriptor<DeleteConnectivityTestRequest,com.google.longrunning.Operation> getDeleteConnectivityTestMethod()
-
newStub
public static ReachabilityServiceGrpc.ReachabilityServiceStub newStub(io.grpc.Channel channel)
Creates a new async stub that supports all call types for the service
-
newBlockingStub
public static ReachabilityServiceGrpc.ReachabilityServiceBlockingStub newBlockingStub(io.grpc.Channel channel)
Creates a new blocking-style stub that supports unary and streaming output calls on the service
-
newFutureStub
public static ReachabilityServiceGrpc.ReachabilityServiceFutureStub newFutureStub(io.grpc.Channel channel)
Creates a new ListenableFuture-style stub that supports unary calls on the service
-
bindService
public static final io.grpc.ServerServiceDefinition bindService(ReachabilityServiceGrpc.AsyncService service)
-
getServiceDescriptor
public static io.grpc.ServiceDescriptor getServiceDescriptor()
-
-