Uses of Class
com.google.cloud.migrationcenter.v1.UpdateSourceRequest
-
Packages that use UpdateSourceRequest Package Description com.google.cloud.migrationcenter.v1 A client to Migration Center APIcom.google.cloud.migrationcenter.v1.stub -
-
Uses of UpdateSourceRequest in com.google.cloud.migrationcenter.v1
Methods in com.google.cloud.migrationcenter.v1 that return UpdateSourceRequest Modifier and Type Method Description UpdateSourceRequest
UpdateSourceRequest.Builder. build()
UpdateSourceRequest
UpdateSourceRequest.Builder. buildPartial()
static UpdateSourceRequest
UpdateSourceRequest. getDefaultInstance()
UpdateSourceRequest
UpdateSourceRequest.Builder. getDefaultInstanceForType()
UpdateSourceRequest
UpdateSourceRequest. getDefaultInstanceForType()
static UpdateSourceRequest
UpdateSourceRequest. parseDelimitedFrom(InputStream input)
static UpdateSourceRequest
UpdateSourceRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static UpdateSourceRequest
UpdateSourceRequest. parseFrom(byte[] data)
static UpdateSourceRequest
UpdateSourceRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static UpdateSourceRequest
UpdateSourceRequest. parseFrom(com.google.protobuf.ByteString data)
static UpdateSourceRequest
UpdateSourceRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static UpdateSourceRequest
UpdateSourceRequest. parseFrom(com.google.protobuf.CodedInputStream input)
static UpdateSourceRequest
UpdateSourceRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static UpdateSourceRequest
UpdateSourceRequest. parseFrom(InputStream input)
static UpdateSourceRequest
UpdateSourceRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static UpdateSourceRequest
UpdateSourceRequest. parseFrom(ByteBuffer data)
static UpdateSourceRequest
UpdateSourceRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.migrationcenter.v1 that return types with arguments of type UpdateSourceRequest Modifier and Type Method Description com.google.protobuf.Parser<UpdateSourceRequest>
UpdateSourceRequest. getParserForType()
static io.grpc.MethodDescriptor<UpdateSourceRequest,com.google.longrunning.Operation>
MigrationCenterGrpc. getUpdateSourceMethod()
static com.google.protobuf.Parser<UpdateSourceRequest>
UpdateSourceRequest. parser()
com.google.api.gax.rpc.UnaryCallable<UpdateSourceRequest,com.google.longrunning.Operation>
MigrationCenterClient. updateSourceCallable()
Updates the parameters of a source.com.google.api.gax.rpc.OperationCallable<UpdateSourceRequest,Source,OperationMetadata>
MigrationCenterClient. updateSourceOperationCallable()
Updates the parameters of a source.com.google.api.gax.rpc.OperationCallSettings.Builder<UpdateSourceRequest,Source,OperationMetadata>
MigrationCenterSettings.Builder. updateSourceOperationSettings()
Returns the builder for the settings used for calls to updateSource.com.google.api.gax.rpc.OperationCallSettings<UpdateSourceRequest,Source,OperationMetadata>
MigrationCenterSettings. updateSourceOperationSettings()
Returns the object with the settings used for calls to updateSource.com.google.api.gax.rpc.UnaryCallSettings.Builder<UpdateSourceRequest,com.google.longrunning.Operation>
MigrationCenterSettings.Builder. updateSourceSettings()
Returns the builder for the settings used for calls to updateSource.com.google.api.gax.rpc.UnaryCallSettings<UpdateSourceRequest,com.google.longrunning.Operation>
MigrationCenterSettings. updateSourceSettings()
Returns the object with the settings used for calls to updateSource.Methods in com.google.cloud.migrationcenter.v1 with parameters of type UpdateSourceRequest Modifier and Type Method Description UpdateSourceRequest.Builder
UpdateSourceRequest.Builder. mergeFrom(UpdateSourceRequest other)
static UpdateSourceRequest.Builder
UpdateSourceRequest. newBuilder(UpdateSourceRequest prototype)
default void
MigrationCenterGrpc.AsyncService. updateSource(UpdateSourceRequest request, io.grpc.stub.StreamObserver<com.google.longrunning.Operation> responseObserver)
Updates the parameters of a source.com.google.longrunning.Operation
MigrationCenterGrpc.MigrationCenterBlockingStub. updateSource(UpdateSourceRequest request)
Updates the parameters of a source.com.google.common.util.concurrent.ListenableFuture<com.google.longrunning.Operation>
MigrationCenterGrpc.MigrationCenterFutureStub. updateSource(UpdateSourceRequest request)
Updates the parameters of a source.void
MigrationCenterGrpc.MigrationCenterStub. updateSource(UpdateSourceRequest request, io.grpc.stub.StreamObserver<com.google.longrunning.Operation> responseObserver)
Updates the parameters of a source.com.google.api.gax.longrunning.OperationFuture<Source,OperationMetadata>
MigrationCenterClient. updateSourceAsync(UpdateSourceRequest request)
Updates the parameters of a source. -
Uses of UpdateSourceRequest in com.google.cloud.migrationcenter.v1.stub
Methods in com.google.cloud.migrationcenter.v1.stub that return types with arguments of type UpdateSourceRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<UpdateSourceRequest,com.google.longrunning.Operation>
GrpcMigrationCenterStub. updateSourceCallable()
com.google.api.gax.rpc.UnaryCallable<UpdateSourceRequest,com.google.longrunning.Operation>
HttpJsonMigrationCenterStub. updateSourceCallable()
com.google.api.gax.rpc.UnaryCallable<UpdateSourceRequest,com.google.longrunning.Operation>
MigrationCenterStub. updateSourceCallable()
com.google.api.gax.rpc.OperationCallable<UpdateSourceRequest,Source,OperationMetadata>
GrpcMigrationCenterStub. updateSourceOperationCallable()
com.google.api.gax.rpc.OperationCallable<UpdateSourceRequest,Source,OperationMetadata>
HttpJsonMigrationCenterStub. updateSourceOperationCallable()
com.google.api.gax.rpc.OperationCallable<UpdateSourceRequest,Source,OperationMetadata>
MigrationCenterStub. updateSourceOperationCallable()
com.google.api.gax.rpc.OperationCallSettings.Builder<UpdateSourceRequest,Source,OperationMetadata>
MigrationCenterStubSettings.Builder. updateSourceOperationSettings()
Returns the builder for the settings used for calls to updateSource.com.google.api.gax.rpc.OperationCallSettings<UpdateSourceRequest,Source,OperationMetadata>
MigrationCenterStubSettings. updateSourceOperationSettings()
Returns the object with the settings used for calls to updateSource.com.google.api.gax.rpc.UnaryCallSettings.Builder<UpdateSourceRequest,com.google.longrunning.Operation>
MigrationCenterStubSettings.Builder. updateSourceSettings()
Returns the builder for the settings used for calls to updateSource.com.google.api.gax.rpc.UnaryCallSettings<UpdateSourceRequest,com.google.longrunning.Operation>
MigrationCenterStubSettings. updateSourceSettings()
Returns the object with the settings used for calls to updateSource.
-