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
Inherited Members
io.grpc.stub.AbstractBlockingStub.<T>newStub(io.grpc.stub.AbstractStub.StubFactory<T>,io.grpc.Channel)
io.grpc.stub.AbstractBlockingStub.<T>newStub(io.grpc.stub.AbstractStub.StubFactory<T>,io.grpc.Channel,io.grpc.CallOptions)
io.grpc.stub.AbstractStub.<T>withOption(io.grpc.CallOptions.Key<T>,T)
io.grpc.stub.AbstractStub.build(io.grpc.Channel,io.grpc.CallOptions)
io.grpc.stub.AbstractStub.getCallOptions()
io.grpc.stub.AbstractStub.getChannel()
io.grpc.stub.AbstractStub.withCallCredentials(io.grpc.CallCredentials)
io.grpc.stub.AbstractStub.withChannel(io.grpc.Channel)
io.grpc.stub.AbstractStub.withCompression(java.lang.String)
io.grpc.stub.AbstractStub.withDeadline(io.grpc.Deadline)
io.grpc.stub.AbstractStub.withDeadlineAfter(long,java.util.concurrent.TimeUnit)
io.grpc.stub.AbstractStub.withExecutor(java.util.concurrent.Executor)
io.grpc.stub.AbstractStub.withInterceptors(io.grpc.ClientInterceptor...)
io.grpc.stub.AbstractStub.withMaxInboundMessageSize(int)
io.grpc.stub.AbstractStub.withMaxOutboundMessageSize(int)
io.grpc.stub.AbstractStub.withWaitForReady()
Methods
build(Channel channel, CallOptions callOptions)
protected ReachabilityServiceGrpc.ReachabilityServiceBlockingStub build(Channel channel, CallOptions callOptions)
Parameters |
---|
Name | Description |
channel | io.grpc.Channel
|
callOptions | io.grpc.CallOptions
|
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.
deleteConnectivityTest(DeleteConnectivityTestRequest request)
public Operation deleteConnectivityTest(DeleteConnectivityTestRequest request)
Deletes a specific ConnectivityTest
.
getConnectivityTest(GetConnectivityTestRequest request)
public ConnectivityTest getConnectivityTest(GetConnectivityTestRequest request)
Gets the details of a specific Connectivity Test.
listConnectivityTests(ListConnectivityTestsRequest request)
public ListConnectivityTestsResponse listConnectivityTests(ListConnectivityTestsRequest request)
Lists all Connectivity Tests owned by a project.