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 UpdateSourceRequestUpdateSourceRequest.Builder. build()UpdateSourceRequestUpdateSourceRequest.Builder. buildPartial()static UpdateSourceRequestUpdateSourceRequest. getDefaultInstance()UpdateSourceRequestUpdateSourceRequest.Builder. getDefaultInstanceForType()UpdateSourceRequestUpdateSourceRequest. getDefaultInstanceForType()static UpdateSourceRequestUpdateSourceRequest. parseDelimitedFrom(InputStream input)static UpdateSourceRequestUpdateSourceRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static UpdateSourceRequestUpdateSourceRequest. parseFrom(byte[] data)static UpdateSourceRequestUpdateSourceRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static UpdateSourceRequestUpdateSourceRequest. parseFrom(com.google.protobuf.ByteString data)static UpdateSourceRequestUpdateSourceRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static UpdateSourceRequestUpdateSourceRequest. parseFrom(com.google.protobuf.CodedInputStream input)static UpdateSourceRequestUpdateSourceRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static UpdateSourceRequestUpdateSourceRequest. parseFrom(InputStream input)static UpdateSourceRequestUpdateSourceRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static UpdateSourceRequestUpdateSourceRequest. parseFrom(ByteBuffer data)static UpdateSourceRequestUpdateSourceRequest. 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.BuilderUpdateSourceRequest.Builder. mergeFrom(UpdateSourceRequest other)static UpdateSourceRequest.BuilderUpdateSourceRequest. newBuilder(UpdateSourceRequest prototype)default voidMigrationCenterGrpc.AsyncService. updateSource(UpdateSourceRequest request, io.grpc.stub.StreamObserver<com.google.longrunning.Operation> responseObserver)Updates the parameters of a source.com.google.longrunning.OperationMigrationCenterGrpc.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.voidMigrationCenterGrpc.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.
-