@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.
| Modifier and Type | Class and Description |
|---|---|
static class |
ReachabilityServiceGrpc.ReachabilityServiceBlockingStub
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.ReachabilityServiceFutureStub
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.ReachabilityServiceImplBase
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.ReachabilityServiceStub
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.
|
| Modifier and Type | Field and Description |
|---|---|
static String |
SERVICE_NAME |
| Modifier and Type | Method and Description |
|---|---|
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 service
|
static ReachabilityServiceGrpc.ReachabilityServiceFutureStub |
newFutureStub(io.grpc.Channel channel)
Creates a new ListenableFuture-style stub that supports unary calls on the service
|
static ReachabilityServiceGrpc.ReachabilityServiceStub |
newStub(io.grpc.Channel channel)
Creates a new async stub that supports all call types for the service
|
public static final String SERVICE_NAME
public static io.grpc.MethodDescriptor<ListConnectivityTestsRequest,ListConnectivityTestsResponse> getListConnectivityTestsMethod()
public static io.grpc.MethodDescriptor<GetConnectivityTestRequest,ConnectivityTest> getGetConnectivityTestMethod()
public static io.grpc.MethodDescriptor<CreateConnectivityTestRequest,com.google.longrunning.Operation> getCreateConnectivityTestMethod()
public static io.grpc.MethodDescriptor<UpdateConnectivityTestRequest,com.google.longrunning.Operation> getUpdateConnectivityTestMethod()
public static io.grpc.MethodDescriptor<RerunConnectivityTestRequest,com.google.longrunning.Operation> getRerunConnectivityTestMethod()
public static io.grpc.MethodDescriptor<DeleteConnectivityTestRequest,com.google.longrunning.Operation> getDeleteConnectivityTestMethod()
public static ReachabilityServiceGrpc.ReachabilityServiceStub newStub(io.grpc.Channel channel)
public static ReachabilityServiceGrpc.ReachabilityServiceBlockingStub newBlockingStub(io.grpc.Channel channel)
public static ReachabilityServiceGrpc.ReachabilityServiceFutureStub newFutureStub(io.grpc.Channel channel)
public static io.grpc.ServiceDescriptor getServiceDescriptor()
Copyright © 2022 Google LLC. All rights reserved.