Uses of Class
com.google.cloud.clouddms.v1.GetConnectionProfileRequest
-
Packages that use GetConnectionProfileRequest Package Description com.google.cloud.clouddms.v1 A client to Database Migration APIcom.google.cloud.clouddms.v1.stub -
-
Uses of GetConnectionProfileRequest in com.google.cloud.clouddms.v1
Methods in com.google.cloud.clouddms.v1 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.clouddms.v1 that return types with arguments of type GetConnectionProfileRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<GetConnectionProfileRequest,ConnectionProfile>
DataMigrationServiceClient. getConnectionProfileCallable()
Gets details of a single connection profile.com.google.api.gax.rpc.UnaryCallSettings.Builder<GetConnectionProfileRequest,ConnectionProfile>
DataMigrationServiceSettings.Builder. getConnectionProfileSettings()
Returns the builder for the settings used for calls to getConnectionProfile.com.google.api.gax.rpc.UnaryCallSettings<GetConnectionProfileRequest,ConnectionProfile>
DataMigrationServiceSettings. getConnectionProfileSettings()
Returns the object with the settings used for calls to getConnectionProfile.static io.grpc.MethodDescriptor<GetConnectionProfileRequest,ConnectionProfile>
DataMigrationServiceGrpc. getGetConnectionProfileMethod()
com.google.protobuf.Parser<GetConnectionProfileRequest>
GetConnectionProfileRequest. getParserForType()
static com.google.protobuf.Parser<GetConnectionProfileRequest>
GetConnectionProfileRequest. parser()
Methods in com.google.cloud.clouddms.v1 with parameters of type GetConnectionProfileRequest Modifier and Type Method Description ConnectionProfile
DataMigrationServiceClient. getConnectionProfile(GetConnectionProfileRequest request)
Gets details of a single connection profile.default void
DataMigrationServiceGrpc.AsyncService. getConnectionProfile(GetConnectionProfileRequest request, io.grpc.stub.StreamObserver<ConnectionProfile> responseObserver)
Gets details of a single connection profile.ConnectionProfile
DataMigrationServiceGrpc.DataMigrationServiceBlockingStub. getConnectionProfile(GetConnectionProfileRequest request)
Gets details of a single connection profile.com.google.common.util.concurrent.ListenableFuture<ConnectionProfile>
DataMigrationServiceGrpc.DataMigrationServiceFutureStub. getConnectionProfile(GetConnectionProfileRequest request)
Gets details of a single connection profile.void
DataMigrationServiceGrpc.DataMigrationServiceStub. getConnectionProfile(GetConnectionProfileRequest request, io.grpc.stub.StreamObserver<ConnectionProfile> responseObserver)
Gets details of a single connection profile.GetConnectionProfileRequest.Builder
GetConnectionProfileRequest.Builder. mergeFrom(GetConnectionProfileRequest other)
static GetConnectionProfileRequest.Builder
GetConnectionProfileRequest. newBuilder(GetConnectionProfileRequest prototype)
-
Uses of GetConnectionProfileRequest in com.google.cloud.clouddms.v1.stub
Methods in com.google.cloud.clouddms.v1.stub that return types with arguments of type GetConnectionProfileRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<GetConnectionProfileRequest,ConnectionProfile>
DataMigrationServiceStub. getConnectionProfileCallable()
com.google.api.gax.rpc.UnaryCallable<GetConnectionProfileRequest,ConnectionProfile>
GrpcDataMigrationServiceStub. getConnectionProfileCallable()
com.google.api.gax.rpc.UnaryCallSettings.Builder<GetConnectionProfileRequest,ConnectionProfile>
DataMigrationServiceStubSettings.Builder. getConnectionProfileSettings()
Returns the builder for the settings used for calls to getConnectionProfile.com.google.api.gax.rpc.UnaryCallSettings<GetConnectionProfileRequest,ConnectionProfile>
DataMigrationServiceStubSettings. getConnectionProfileSettings()
Returns the object with the settings used for calls to getConnectionProfile.
-