Uses of Class
com.google.cloud.networkmanagement.v1.GetConnectivityTestRequest
-
Packages that use GetConnectivityTestRequest Package Description com.google.cloud.networkmanagement.v1 A client to Network Management APIcom.google.cloud.networkmanagement.v1.stub -
-
Uses of GetConnectivityTestRequest in com.google.cloud.networkmanagement.v1
Methods in com.google.cloud.networkmanagement.v1 that return GetConnectivityTestRequest Modifier and Type Method Description GetConnectivityTestRequest
GetConnectivityTestRequest.Builder. build()
GetConnectivityTestRequest
GetConnectivityTestRequest.Builder. buildPartial()
static GetConnectivityTestRequest
GetConnectivityTestRequest. getDefaultInstance()
GetConnectivityTestRequest
GetConnectivityTestRequest.Builder. getDefaultInstanceForType()
GetConnectivityTestRequest
GetConnectivityTestRequest. getDefaultInstanceForType()
static GetConnectivityTestRequest
GetConnectivityTestRequest. parseDelimitedFrom(InputStream input)
static GetConnectivityTestRequest
GetConnectivityTestRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetConnectivityTestRequest
GetConnectivityTestRequest. parseFrom(byte[] data)
static GetConnectivityTestRequest
GetConnectivityTestRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetConnectivityTestRequest
GetConnectivityTestRequest. parseFrom(com.google.protobuf.ByteString data)
static GetConnectivityTestRequest
GetConnectivityTestRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetConnectivityTestRequest
GetConnectivityTestRequest. parseFrom(com.google.protobuf.CodedInputStream input)
static GetConnectivityTestRequest
GetConnectivityTestRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetConnectivityTestRequest
GetConnectivityTestRequest. parseFrom(InputStream input)
static GetConnectivityTestRequest
GetConnectivityTestRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetConnectivityTestRequest
GetConnectivityTestRequest. parseFrom(ByteBuffer data)
static GetConnectivityTestRequest
GetConnectivityTestRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.networkmanagement.v1 that return types with arguments of type GetConnectivityTestRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<GetConnectivityTestRequest,ConnectivityTest>
ReachabilityServiceClient. getConnectivityTestCallable()
Gets the details of a specific Connectivity Test.com.google.api.gax.rpc.UnaryCallSettings.Builder<GetConnectivityTestRequest,ConnectivityTest>
ReachabilityServiceSettings.Builder. getConnectivityTestSettings()
Returns the builder for the settings used for calls to getConnectivityTest.com.google.api.gax.rpc.UnaryCallSettings<GetConnectivityTestRequest,ConnectivityTest>
ReachabilityServiceSettings. getConnectivityTestSettings()
Returns the object with the settings used for calls to getConnectivityTest.static io.grpc.MethodDescriptor<GetConnectivityTestRequest,ConnectivityTest>
ReachabilityServiceGrpc. getGetConnectivityTestMethod()
com.google.protobuf.Parser<GetConnectivityTestRequest>
GetConnectivityTestRequest. getParserForType()
static com.google.protobuf.Parser<GetConnectivityTestRequest>
GetConnectivityTestRequest. parser()
Methods in com.google.cloud.networkmanagement.v1 with parameters of type GetConnectivityTestRequest Modifier and Type Method Description ConnectivityTest
ReachabilityServiceClient. getConnectivityTest(GetConnectivityTestRequest request)
Gets the details of a specific Connectivity Test.default void
ReachabilityServiceGrpc.AsyncService. getConnectivityTest(GetConnectivityTestRequest request, io.grpc.stub.StreamObserver<ConnectivityTest> responseObserver)
Gets the details of a specific Connectivity Test.ConnectivityTest
ReachabilityServiceGrpc.ReachabilityServiceBlockingStub. getConnectivityTest(GetConnectivityTestRequest request)
Gets the details of a specific Connectivity Test.com.google.common.util.concurrent.ListenableFuture<ConnectivityTest>
ReachabilityServiceGrpc.ReachabilityServiceFutureStub. getConnectivityTest(GetConnectivityTestRequest request)
Gets the details of a specific Connectivity Test.void
ReachabilityServiceGrpc.ReachabilityServiceStub. getConnectivityTest(GetConnectivityTestRequest request, io.grpc.stub.StreamObserver<ConnectivityTest> responseObserver)
Gets the details of a specific Connectivity Test.GetConnectivityTestRequest.Builder
GetConnectivityTestRequest.Builder. mergeFrom(GetConnectivityTestRequest other)
static GetConnectivityTestRequest.Builder
GetConnectivityTestRequest. newBuilder(GetConnectivityTestRequest prototype)
-
Uses of GetConnectivityTestRequest in com.google.cloud.networkmanagement.v1.stub
Methods in com.google.cloud.networkmanagement.v1.stub that return types with arguments of type GetConnectivityTestRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<GetConnectivityTestRequest,ConnectivityTest>
GrpcReachabilityServiceStub. getConnectivityTestCallable()
com.google.api.gax.rpc.UnaryCallable<GetConnectivityTestRequest,ConnectivityTest>
HttpJsonReachabilityServiceStub. getConnectivityTestCallable()
com.google.api.gax.rpc.UnaryCallable<GetConnectivityTestRequest,ConnectivityTest>
ReachabilityServiceStub. getConnectivityTestCallable()
com.google.api.gax.rpc.UnaryCallSettings.Builder<GetConnectivityTestRequest,ConnectivityTest>
ReachabilityServiceStubSettings.Builder. getConnectivityTestSettings()
Returns the builder for the settings used for calls to getConnectivityTest.com.google.api.gax.rpc.UnaryCallSettings<GetConnectivityTestRequest,ConnectivityTest>
ReachabilityServiceStubSettings. getConnectivityTestSettings()
Returns the object with the settings used for calls to getConnectivityTest.
-