Class: Google::Cloud::Bigquery::Migration::V2::StartMigrationWorkflowRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Bigquery::Migration::V2::StartMigrationWorkflowRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/bigquery/migration/v2/migration_service.rb
Overview
A request to start 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
.
103 104 105 106 |
# File 'proto_docs/google/cloud/bigquery/migration/v2/migration_service.rb', line 103 class StartMigrationWorkflowRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |