Uses of Class
com.google.cloud.clouddms.v1.UpdateConnectionProfileRequest
-
Packages that use UpdateConnectionProfileRequest Package Description com.google.cloud.clouddms.v1 A client to Database Migration APIcom.google.cloud.clouddms.v1.stub -
-
Uses of UpdateConnectionProfileRequest in com.google.cloud.clouddms.v1
Methods in com.google.cloud.clouddms.v1 that return UpdateConnectionProfileRequest Modifier and Type Method Description UpdateConnectionProfileRequest
UpdateConnectionProfileRequest.Builder. build()
UpdateConnectionProfileRequest
UpdateConnectionProfileRequest.Builder. buildPartial()
static UpdateConnectionProfileRequest
UpdateConnectionProfileRequest. getDefaultInstance()
UpdateConnectionProfileRequest
UpdateConnectionProfileRequest.Builder. getDefaultInstanceForType()
UpdateConnectionProfileRequest
UpdateConnectionProfileRequest. getDefaultInstanceForType()
static UpdateConnectionProfileRequest
UpdateConnectionProfileRequest. parseDelimitedFrom(InputStream input)
static UpdateConnectionProfileRequest
UpdateConnectionProfileRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static UpdateConnectionProfileRequest
UpdateConnectionProfileRequest. parseFrom(byte[] data)
static UpdateConnectionProfileRequest
UpdateConnectionProfileRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static UpdateConnectionProfileRequest
UpdateConnectionProfileRequest. parseFrom(com.google.protobuf.ByteString data)
static UpdateConnectionProfileRequest
UpdateConnectionProfileRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static UpdateConnectionProfileRequest
UpdateConnectionProfileRequest. parseFrom(com.google.protobuf.CodedInputStream input)
static UpdateConnectionProfileRequest
UpdateConnectionProfileRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static UpdateConnectionProfileRequest
UpdateConnectionProfileRequest. parseFrom(InputStream input)
static UpdateConnectionProfileRequest
UpdateConnectionProfileRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static UpdateConnectionProfileRequest
UpdateConnectionProfileRequest. parseFrom(ByteBuffer data)
static UpdateConnectionProfileRequest
UpdateConnectionProfileRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.clouddms.v1 that return types with arguments of type UpdateConnectionProfileRequest Modifier and Type Method Description com.google.protobuf.Parser<UpdateConnectionProfileRequest>
UpdateConnectionProfileRequest. getParserForType()
static io.grpc.MethodDescriptor<UpdateConnectionProfileRequest,com.google.longrunning.Operation>
DataMigrationServiceGrpc. getUpdateConnectionProfileMethod()
static com.google.protobuf.Parser<UpdateConnectionProfileRequest>
UpdateConnectionProfileRequest. parser()
com.google.api.gax.rpc.UnaryCallable<UpdateConnectionProfileRequest,com.google.longrunning.Operation>
DataMigrationServiceClient. updateConnectionProfileCallable()
Update the configuration of a single connection profile.com.google.api.gax.rpc.OperationCallable<UpdateConnectionProfileRequest,ConnectionProfile,OperationMetadata>
DataMigrationServiceClient. updateConnectionProfileOperationCallable()
Update the configuration of a single connection profile.com.google.api.gax.rpc.OperationCallSettings.Builder<UpdateConnectionProfileRequest,ConnectionProfile,OperationMetadata>
DataMigrationServiceSettings.Builder. updateConnectionProfileOperationSettings()
Returns the builder for the settings used for calls to updateConnectionProfile.com.google.api.gax.rpc.OperationCallSettings<UpdateConnectionProfileRequest,ConnectionProfile,OperationMetadata>
DataMigrationServiceSettings. updateConnectionProfileOperationSettings()
Returns the object with the settings used for calls to updateConnectionProfile.com.google.api.gax.rpc.UnaryCallSettings.Builder<UpdateConnectionProfileRequest,com.google.longrunning.Operation>
DataMigrationServiceSettings.Builder. updateConnectionProfileSettings()
Returns the builder for the settings used for calls to updateConnectionProfile.com.google.api.gax.rpc.UnaryCallSettings<UpdateConnectionProfileRequest,com.google.longrunning.Operation>
DataMigrationServiceSettings. updateConnectionProfileSettings()
Returns the object with the settings used for calls to updateConnectionProfile.Methods in com.google.cloud.clouddms.v1 with parameters of type UpdateConnectionProfileRequest Modifier and Type Method Description UpdateConnectionProfileRequest.Builder
UpdateConnectionProfileRequest.Builder. mergeFrom(UpdateConnectionProfileRequest other)
static UpdateConnectionProfileRequest.Builder
UpdateConnectionProfileRequest. newBuilder(UpdateConnectionProfileRequest prototype)
default void
DataMigrationServiceGrpc.AsyncService. updateConnectionProfile(UpdateConnectionProfileRequest request, io.grpc.stub.StreamObserver<com.google.longrunning.Operation> responseObserver)
Update the configuration of a single connection profile.com.google.longrunning.Operation
DataMigrationServiceGrpc.DataMigrationServiceBlockingStub. updateConnectionProfile(UpdateConnectionProfileRequest request)
Update the configuration of a single connection profile.com.google.common.util.concurrent.ListenableFuture<com.google.longrunning.Operation>
DataMigrationServiceGrpc.DataMigrationServiceFutureStub. updateConnectionProfile(UpdateConnectionProfileRequest request)
Update the configuration of a single connection profile.void
DataMigrationServiceGrpc.DataMigrationServiceStub. updateConnectionProfile(UpdateConnectionProfileRequest request, io.grpc.stub.StreamObserver<com.google.longrunning.Operation> responseObserver)
Update the configuration of a single connection profile.com.google.api.gax.longrunning.OperationFuture<ConnectionProfile,OperationMetadata>
DataMigrationServiceClient. updateConnectionProfileAsync(UpdateConnectionProfileRequest request)
Update the configuration of a single connection profile. -
Uses of UpdateConnectionProfileRequest in com.google.cloud.clouddms.v1.stub
Methods in com.google.cloud.clouddms.v1.stub that return types with arguments of type UpdateConnectionProfileRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<UpdateConnectionProfileRequest,com.google.longrunning.Operation>
DataMigrationServiceStub. updateConnectionProfileCallable()
com.google.api.gax.rpc.UnaryCallable<UpdateConnectionProfileRequest,com.google.longrunning.Operation>
GrpcDataMigrationServiceStub. updateConnectionProfileCallable()
com.google.api.gax.rpc.OperationCallable<UpdateConnectionProfileRequest,ConnectionProfile,OperationMetadata>
DataMigrationServiceStub. updateConnectionProfileOperationCallable()
com.google.api.gax.rpc.OperationCallable<UpdateConnectionProfileRequest,ConnectionProfile,OperationMetadata>
GrpcDataMigrationServiceStub. updateConnectionProfileOperationCallable()
com.google.api.gax.rpc.OperationCallSettings.Builder<UpdateConnectionProfileRequest,ConnectionProfile,OperationMetadata>
DataMigrationServiceStubSettings.Builder. updateConnectionProfileOperationSettings()
Returns the builder for the settings used for calls to updateConnectionProfile.com.google.api.gax.rpc.OperationCallSettings<UpdateConnectionProfileRequest,ConnectionProfile,OperationMetadata>
DataMigrationServiceStubSettings. updateConnectionProfileOperationSettings()
Returns the object with the settings used for calls to updateConnectionProfile.com.google.api.gax.rpc.UnaryCallSettings.Builder<UpdateConnectionProfileRequest,com.google.longrunning.Operation>
DataMigrationServiceStubSettings.Builder. updateConnectionProfileSettings()
Returns the builder for the settings used for calls to updateConnectionProfile.com.google.api.gax.rpc.UnaryCallSettings<UpdateConnectionProfileRequest,com.google.longrunning.Operation>
DataMigrationServiceStubSettings. updateConnectionProfileSettings()
Returns the object with the settings used for calls to updateConnectionProfile.
-