Class: Google::Cloud::Bigquery::Migration::V2::CreateMigrationWorkflowRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Bigquery::Migration::V2::CreateMigrationWorkflowRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/bigquery/migration/v2/migration_service.rb
Overview
Request to create a migration workflow resource.
Instance Attribute Summary collapse
-
#migration_workflow ⇒ ::Google::Cloud::Bigquery::Migration::V2::MigrationWorkflow
Required.
-
#parent ⇒ ::String
Required.
Instance Attribute Details
#migration_workflow ⇒ ::Google::Cloud::Bigquery::Migration::V2::MigrationWorkflow
Returns Required. The migration workflow to create.
33 34 35 36 |
# File 'proto_docs/google/cloud/bigquery/migration/v2/migration_service.rb', line 33 class CreateMigrationWorkflowRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#parent ⇒ ::String
Returns Required. The name of the project to which this migration workflow belongs.
Example: projects/foo/locations/bar
.
33 34 35 36 |
# File 'proto_docs/google/cloud/bigquery/migration/v2/migration_service.rb', line 33 class CreateMigrationWorkflowRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |