Uses of Class
com.google.cloud.datastream.v1.GetPrivateConnectionRequest
-
Packages that use GetPrivateConnectionRequest Package Description com.google.cloud.datastream.v1 A client to Datastream APIcom.google.cloud.datastream.v1.stub -
-
Uses of GetPrivateConnectionRequest in com.google.cloud.datastream.v1
Methods in com.google.cloud.datastream.v1 that return GetPrivateConnectionRequest Modifier and Type Method Description GetPrivateConnectionRequest
GetPrivateConnectionRequest.Builder. build()
GetPrivateConnectionRequest
GetPrivateConnectionRequest.Builder. buildPartial()
static GetPrivateConnectionRequest
GetPrivateConnectionRequest. getDefaultInstance()
GetPrivateConnectionRequest
GetPrivateConnectionRequest.Builder. getDefaultInstanceForType()
GetPrivateConnectionRequest
GetPrivateConnectionRequest. getDefaultInstanceForType()
static GetPrivateConnectionRequest
GetPrivateConnectionRequest. parseDelimitedFrom(InputStream input)
static GetPrivateConnectionRequest
GetPrivateConnectionRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetPrivateConnectionRequest
GetPrivateConnectionRequest. parseFrom(byte[] data)
static GetPrivateConnectionRequest
GetPrivateConnectionRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetPrivateConnectionRequest
GetPrivateConnectionRequest. parseFrom(com.google.protobuf.ByteString data)
static GetPrivateConnectionRequest
GetPrivateConnectionRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetPrivateConnectionRequest
GetPrivateConnectionRequest. parseFrom(com.google.protobuf.CodedInputStream input)
static GetPrivateConnectionRequest
GetPrivateConnectionRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetPrivateConnectionRequest
GetPrivateConnectionRequest. parseFrom(InputStream input)
static GetPrivateConnectionRequest
GetPrivateConnectionRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetPrivateConnectionRequest
GetPrivateConnectionRequest. parseFrom(ByteBuffer data)
static GetPrivateConnectionRequest
GetPrivateConnectionRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.datastream.v1 that return types with arguments of type GetPrivateConnectionRequest Modifier and Type Method Description static io.grpc.MethodDescriptor<GetPrivateConnectionRequest,PrivateConnection>
DatastreamGrpc. getGetPrivateConnectionMethod()
com.google.protobuf.Parser<GetPrivateConnectionRequest>
GetPrivateConnectionRequest. getParserForType()
com.google.api.gax.rpc.UnaryCallable<GetPrivateConnectionRequest,PrivateConnection>
DatastreamClient. getPrivateConnectionCallable()
Use this method to get details about a private connectivity configuration.com.google.api.gax.rpc.UnaryCallSettings.Builder<GetPrivateConnectionRequest,PrivateConnection>
DatastreamSettings.Builder. getPrivateConnectionSettings()
Returns the builder for the settings used for calls to getPrivateConnection.com.google.api.gax.rpc.UnaryCallSettings<GetPrivateConnectionRequest,PrivateConnection>
DatastreamSettings. getPrivateConnectionSettings()
Returns the object with the settings used for calls to getPrivateConnection.static com.google.protobuf.Parser<GetPrivateConnectionRequest>
GetPrivateConnectionRequest. parser()
Methods in com.google.cloud.datastream.v1 with parameters of type GetPrivateConnectionRequest Modifier and Type Method Description PrivateConnection
DatastreamClient. getPrivateConnection(GetPrivateConnectionRequest request)
Use this method to get details about a private connectivity configuration.default void
DatastreamGrpc.AsyncService. getPrivateConnection(GetPrivateConnectionRequest request, io.grpc.stub.StreamObserver<PrivateConnection> responseObserver)
Use this method to get details about a private connectivity configuration.PrivateConnection
DatastreamGrpc.DatastreamBlockingStub. getPrivateConnection(GetPrivateConnectionRequest request)
Use this method to get details about a private connectivity configuration.com.google.common.util.concurrent.ListenableFuture<PrivateConnection>
DatastreamGrpc.DatastreamFutureStub. getPrivateConnection(GetPrivateConnectionRequest request)
Use this method to get details about a private connectivity configuration.void
DatastreamGrpc.DatastreamStub. getPrivateConnection(GetPrivateConnectionRequest request, io.grpc.stub.StreamObserver<PrivateConnection> responseObserver)
Use this method to get details about a private connectivity configuration.GetPrivateConnectionRequest.Builder
GetPrivateConnectionRequest.Builder. mergeFrom(GetPrivateConnectionRequest other)
static GetPrivateConnectionRequest.Builder
GetPrivateConnectionRequest. newBuilder(GetPrivateConnectionRequest prototype)
-
Uses of GetPrivateConnectionRequest in com.google.cloud.datastream.v1.stub
Methods in com.google.cloud.datastream.v1.stub that return types with arguments of type GetPrivateConnectionRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<GetPrivateConnectionRequest,PrivateConnection>
DatastreamStub. getPrivateConnectionCallable()
com.google.api.gax.rpc.UnaryCallable<GetPrivateConnectionRequest,PrivateConnection>
GrpcDatastreamStub. getPrivateConnectionCallable()
com.google.api.gax.rpc.UnaryCallable<GetPrivateConnectionRequest,PrivateConnection>
HttpJsonDatastreamStub. getPrivateConnectionCallable()
com.google.api.gax.rpc.UnaryCallSettings.Builder<GetPrivateConnectionRequest,PrivateConnection>
DatastreamStubSettings.Builder. getPrivateConnectionSettings()
Returns the builder for the settings used for calls to getPrivateConnection.com.google.api.gax.rpc.UnaryCallSettings<GetPrivateConnectionRequest,PrivateConnection>
DatastreamStubSettings. getPrivateConnectionSettings()
Returns the object with the settings used for calls to getPrivateConnection.
-