Class: Google::Cloud::Bigquery::Migration::V2::DeleteMigrationWorkflowRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Bigquery::Migration::V2::DeleteMigrationWorkflowRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/bigquery/migration/v2/migration_service.rb
Overview
A request to delete a previously created migration workflow.
Instance Attribute Summary collapse
-
#name ⇒ ::String
Required.
Instance Attribute Details
#name ⇒ ::String
Returns Required. The unique identifier for the migration workflow.
Example: projects/123/locations/us/workflows/1234
.
93 94 95 96 |
# File 'proto_docs/google/cloud/bigquery/migration/v2/migration_service.rb', line 93 class DeleteMigrationWorkflowRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |