Class ReachabilityServiceGrpc.ReachabilityServiceBlockingStub (1.25.0)

public static final class ReachabilityServiceGrpc.ReachabilityServiceBlockingStub extends AbstractBlockingStub<ReachabilityServiceGrpc.ReachabilityServiceBlockingStub>

A stub to allow clients to do synchronous rpc calls to 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.

Inheritance

java.lang.Object > io.grpc.stub.AbstractStub > io.grpc.stub.AbstractBlockingStub > ReachabilityServiceGrpc.ReachabilityServiceBlockingStub

Methods

build(Channel channel, CallOptions callOptions)

protected ReachabilityServiceGrpc.ReachabilityServiceBlockingStub build(Channel channel, CallOptions callOptions)
Parameters
NameDescription
channelio.grpc.Channel
callOptionsio.grpc.CallOptions
Returns
TypeDescription
ReachabilityServiceGrpc.ReachabilityServiceBlockingStub
Overrides
io.grpc.stub.AbstractStub.build(io.grpc.Channel,io.grpc.CallOptions)

createConnectivityTest(CreateConnectivityTestRequest request)

public Operation createConnectivityTest(CreateConnectivityTestRequest request)

Creates a new Connectivity Test. After you create a test, the reachability analysis is performed as part of the long running operation, which completes when the analysis completes. If the endpoint specifications in ConnectivityTest are invalid (for example, containing non-existent resources in the network, or you don't have read permissions to the network configurations of listed projects), then the reachability result returns a value of UNKNOWN. If the endpoint specifications in ConnectivityTest are incomplete, the reachability result returns a value of <code>AMBIGUOUS</code>. For more information, see the Connectivity Test documentation.

Parameter
NameDescription
requestCreateConnectivityTestRequest