Uses of Class
com.google.cloud.datastream.v1alpha1.GetPrivateConnectionRequest
-
Packages that use GetPrivateConnectionRequest Package Description com.google.cloud.datastream.v1alpha1 A client to Datastream APIcom.google.cloud.datastream.v1alpha1.stub -
-
Uses of GetPrivateConnectionRequest in com.google.cloud.datastream.v1alpha1
Methods in com.google.cloud.datastream.v1alpha1 that return GetPrivateConnectionRequest Modifier and Type Method Description GetPrivateConnectionRequestGetPrivateConnectionRequest.Builder. build()GetPrivateConnectionRequestGetPrivateConnectionRequest.Builder. buildPartial()static GetPrivateConnectionRequestGetPrivateConnectionRequest. getDefaultInstance()GetPrivateConnectionRequestGetPrivateConnectionRequest.Builder. getDefaultInstanceForType()GetPrivateConnectionRequestGetPrivateConnectionRequest. getDefaultInstanceForType()static GetPrivateConnectionRequestGetPrivateConnectionRequest. parseDelimitedFrom(InputStream input)static GetPrivateConnectionRequestGetPrivateConnectionRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetPrivateConnectionRequestGetPrivateConnectionRequest. parseFrom(byte[] data)static GetPrivateConnectionRequestGetPrivateConnectionRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetPrivateConnectionRequestGetPrivateConnectionRequest. parseFrom(com.google.protobuf.ByteString data)static GetPrivateConnectionRequestGetPrivateConnectionRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetPrivateConnectionRequestGetPrivateConnectionRequest. parseFrom(com.google.protobuf.CodedInputStream input)static GetPrivateConnectionRequestGetPrivateConnectionRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetPrivateConnectionRequestGetPrivateConnectionRequest. parseFrom(InputStream input)static GetPrivateConnectionRequestGetPrivateConnectionRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetPrivateConnectionRequestGetPrivateConnectionRequest. parseFrom(ByteBuffer data)static GetPrivateConnectionRequestGetPrivateConnectionRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.cloud.datastream.v1alpha1 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.v1alpha1 with parameters of type GetPrivateConnectionRequest Modifier and Type Method Description PrivateConnectionDatastreamClient. getPrivateConnection(GetPrivateConnectionRequest request)Use this method to get details about a private connectivity configuration.default voidDatastreamGrpc.AsyncService. getPrivateConnection(GetPrivateConnectionRequest request, io.grpc.stub.StreamObserver<PrivateConnection> responseObserver)Use this method to get details about a private connectivity configuration.PrivateConnectionDatastreamGrpc.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.voidDatastreamGrpc.DatastreamStub. getPrivateConnection(GetPrivateConnectionRequest request, io.grpc.stub.StreamObserver<PrivateConnection> responseObserver)Use this method to get details about a private connectivity configuration.GetPrivateConnectionRequest.BuilderGetPrivateConnectionRequest.Builder. mergeFrom(GetPrivateConnectionRequest other)static GetPrivateConnectionRequest.BuilderGetPrivateConnectionRequest. newBuilder(GetPrivateConnectionRequest prototype) -
Uses of GetPrivateConnectionRequest in com.google.cloud.datastream.v1alpha1.stub
Methods in com.google.cloud.datastream.v1alpha1.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.
-