Class ReachabilityServiceGrpc (1.5.0)

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.

Inheritance

java.lang.Object > ReachabilityServiceGrpc

Static Fields

SERVICE_NAME

public static final String SERVICE_NAME
Field Value
TypeDescription
String

Static Methods

getCreateConnectivityTestMethod()

public static MethodDescriptor<CreateConnectivityTestRequest,Operation> getCreateConnectivityTestMethod()
Returns
TypeDescription
io.grpc.MethodDescriptor<CreateConnectivityTestRequest,Operation>

getDeleteConnectivityTestMethod()

public static MethodDescriptor<DeleteConnectivityTestRequest,Operation> getDeleteConnectivityTestMethod()
Returns
TypeDescription
io.grpc.MethodDescriptor<DeleteConnectivityTestRequest,Operation>

getGetConnectivityTestMethod()

public static MethodDescriptor<GetConnectivityTestRequest,ConnectivityTest> getGetConnectivityTestMethod()
Returns
TypeDescription
io.grpc.MethodDescriptor<GetConnectivityTestRequest,ConnectivityTest>

getListConnectivityTestsMethod()

public static MethodDescriptor<ListConnectivityTestsRequest,ListConnectivityTestsResponse> getListConnectivityTestsMethod()
Returns
TypeDescription
io.grpc.MethodDescriptor<ListConnectivityTestsRequest,ListConnectivityTestsResponse>

getRerunConnectivityTestMethod()

public static MethodDescriptor<RerunConnectivityTestRequest,Operation> getRerunConnectivityTestMethod()
Returns
TypeDescription
io.grpc.MethodDescriptor<RerunConnectivityTestRequest,Operation>

getServiceDescriptor()

public static ServiceDescriptor getServiceDescriptor()
Returns
TypeDescription
io.grpc.ServiceDescriptor

getUpdateConnectivityTestMethod()

public static MethodDescriptor<UpdateConnectivityTestRequest,Operation> getUpdateConnectivityTestMethod()
Returns
TypeDescription
io.grpc.MethodDescriptor<UpdateConnectivityTestRequest,Operation>

newBlockingStub(Channel channel)

public static ReachabilityServiceGrpc.ReachabilityServiceBlockingStub newBlockingStub(Channel channel)

Creates a new blocking-style stub that supports unary and streaming output calls on the service

Parameter
NameDescription
channelio.grpc.Channel
Returns
TypeDescription
ReachabilityServiceGrpc.ReachabilityServiceBlockingStub

newFutureStub(Channel channel)

public static ReachabilityServiceGrpc.ReachabilityServiceFutureStub newFutureStub(Channel channel)

Creates a new ListenableFuture-style stub that supports unary calls on the service

Parameter
NameDescription
channelio.grpc.Channel
Returns
TypeDescription
ReachabilityServiceGrpc.ReachabilityServiceFutureStub

newStub(Channel channel)

public static ReachabilityServiceGrpc.ReachabilityServiceStub newStub(Channel channel)

Creates a new async stub that supports all call types for the service

Parameter
NameDescription
channelio.grpc.Channel
Returns
TypeDescription
ReachabilityServiceGrpc.ReachabilityServiceStub