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