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 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.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 ConnectionProfileDataMigrationServiceClient. getConnectionProfile(GetConnectionProfileRequest request)Gets details of a single connection profile.default voidDataMigrationServiceGrpc.AsyncService. getConnectionProfile(GetConnectionProfileRequest request, io.grpc.stub.StreamObserver<ConnectionProfile> responseObserver)Gets details of a single connection profile.ConnectionProfileDataMigrationServiceGrpc.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.voidDataMigrationServiceGrpc.DataMigrationServiceStub. getConnectionProfile(GetConnectionProfileRequest request, io.grpc.stub.StreamObserver<ConnectionProfile> responseObserver)Gets details of a single connection profile.GetConnectionProfileRequest.BuilderGetConnectionProfileRequest.Builder. mergeFrom(GetConnectionProfileRequest other)static GetConnectionProfileRequest.BuilderGetConnectionProfileRequest. 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.
-