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