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