Uses of Class
com.google.cloud.bigquery.migration.v2alpha.DeleteMigrationWorkflowRequest
-
Packages that use DeleteMigrationWorkflowRequest Package Description com.google.cloud.bigquery.migration.v2alpha A client to BigQuery Migration APIcom.google.cloud.bigquery.migration.v2alpha.stub -
-
Uses of DeleteMigrationWorkflowRequest in com.google.cloud.bigquery.migration.v2alpha
Methods in com.google.cloud.bigquery.migration.v2alpha that return DeleteMigrationWorkflowRequest Modifier and Type Method Description DeleteMigrationWorkflowRequest
DeleteMigrationWorkflowRequest.Builder. build()
DeleteMigrationWorkflowRequest
DeleteMigrationWorkflowRequest.Builder. buildPartial()
static DeleteMigrationWorkflowRequest
DeleteMigrationWorkflowRequest. getDefaultInstance()
DeleteMigrationWorkflowRequest
DeleteMigrationWorkflowRequest.Builder. getDefaultInstanceForType()
DeleteMigrationWorkflowRequest
DeleteMigrationWorkflowRequest. getDefaultInstanceForType()
static DeleteMigrationWorkflowRequest
DeleteMigrationWorkflowRequest. parseDelimitedFrom(InputStream input)
static DeleteMigrationWorkflowRequest
DeleteMigrationWorkflowRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static DeleteMigrationWorkflowRequest
DeleteMigrationWorkflowRequest. parseFrom(byte[] data)
static DeleteMigrationWorkflowRequest
DeleteMigrationWorkflowRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static DeleteMigrationWorkflowRequest
DeleteMigrationWorkflowRequest. parseFrom(com.google.protobuf.ByteString data)
static DeleteMigrationWorkflowRequest
DeleteMigrationWorkflowRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static DeleteMigrationWorkflowRequest
DeleteMigrationWorkflowRequest. parseFrom(com.google.protobuf.CodedInputStream input)
static DeleteMigrationWorkflowRequest
DeleteMigrationWorkflowRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static DeleteMigrationWorkflowRequest
DeleteMigrationWorkflowRequest. parseFrom(InputStream input)
static DeleteMigrationWorkflowRequest
DeleteMigrationWorkflowRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static DeleteMigrationWorkflowRequest
DeleteMigrationWorkflowRequest. parseFrom(ByteBuffer data)
static DeleteMigrationWorkflowRequest
DeleteMigrationWorkflowRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.bigquery.migration.v2alpha that return types with arguments of type DeleteMigrationWorkflowRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<DeleteMigrationWorkflowRequest,com.google.protobuf.Empty>
MigrationServiceClient. deleteMigrationWorkflowCallable()
Deletes a migration workflow by name.com.google.api.gax.rpc.UnaryCallSettings.Builder<DeleteMigrationWorkflowRequest,com.google.protobuf.Empty>
MigrationServiceSettings.Builder. deleteMigrationWorkflowSettings()
Returns the builder for the settings used for calls to deleteMigrationWorkflow.com.google.api.gax.rpc.UnaryCallSettings<DeleteMigrationWorkflowRequest,com.google.protobuf.Empty>
MigrationServiceSettings. deleteMigrationWorkflowSettings()
Returns the object with the settings used for calls to deleteMigrationWorkflow.static io.grpc.MethodDescriptor<DeleteMigrationWorkflowRequest,com.google.protobuf.Empty>
MigrationServiceGrpc. getDeleteMigrationWorkflowMethod()
com.google.protobuf.Parser<DeleteMigrationWorkflowRequest>
DeleteMigrationWorkflowRequest. getParserForType()
static com.google.protobuf.Parser<DeleteMigrationWorkflowRequest>
DeleteMigrationWorkflowRequest. parser()
Methods in com.google.cloud.bigquery.migration.v2alpha with parameters of type DeleteMigrationWorkflowRequest Modifier and Type Method Description void
MigrationServiceClient. deleteMigrationWorkflow(DeleteMigrationWorkflowRequest request)
Deletes a migration workflow by name.default void
MigrationServiceGrpc.AsyncService. deleteMigrationWorkflow(DeleteMigrationWorkflowRequest request, io.grpc.stub.StreamObserver<com.google.protobuf.Empty> responseObserver)
Deletes a migration workflow by name.com.google.protobuf.Empty
MigrationServiceGrpc.MigrationServiceBlockingStub. deleteMigrationWorkflow(DeleteMigrationWorkflowRequest request)
Deletes a migration workflow by name.com.google.common.util.concurrent.ListenableFuture<com.google.protobuf.Empty>
MigrationServiceGrpc.MigrationServiceFutureStub. deleteMigrationWorkflow(DeleteMigrationWorkflowRequest request)
Deletes a migration workflow by name.void
MigrationServiceGrpc.MigrationServiceStub. deleteMigrationWorkflow(DeleteMigrationWorkflowRequest request, io.grpc.stub.StreamObserver<com.google.protobuf.Empty> responseObserver)
Deletes a migration workflow by name.DeleteMigrationWorkflowRequest.Builder
DeleteMigrationWorkflowRequest.Builder. mergeFrom(DeleteMigrationWorkflowRequest other)
static DeleteMigrationWorkflowRequest.Builder
DeleteMigrationWorkflowRequest. newBuilder(DeleteMigrationWorkflowRequest prototype)
-
Uses of DeleteMigrationWorkflowRequest in com.google.cloud.bigquery.migration.v2alpha.stub
Methods in com.google.cloud.bigquery.migration.v2alpha.stub that return types with arguments of type DeleteMigrationWorkflowRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<DeleteMigrationWorkflowRequest,com.google.protobuf.Empty>
GrpcMigrationServiceStub. deleteMigrationWorkflowCallable()
com.google.api.gax.rpc.UnaryCallable<DeleteMigrationWorkflowRequest,com.google.protobuf.Empty>
HttpJsonMigrationServiceStub. deleteMigrationWorkflowCallable()
com.google.api.gax.rpc.UnaryCallable<DeleteMigrationWorkflowRequest,com.google.protobuf.Empty>
MigrationServiceStub. deleteMigrationWorkflowCallable()
com.google.api.gax.rpc.UnaryCallSettings.Builder<DeleteMigrationWorkflowRequest,com.google.protobuf.Empty>
MigrationServiceStubSettings.Builder. deleteMigrationWorkflowSettings()
Returns the builder for the settings used for calls to deleteMigrationWorkflow.com.google.api.gax.rpc.UnaryCallSettings<DeleteMigrationWorkflowRequest,com.google.protobuf.Empty>
MigrationServiceStubSettings. deleteMigrationWorkflowSettings()
Returns the object with the settings used for calls to deleteMigrationWorkflow.
-