Reference documentation and code samples for the BigQuery Migration V2 API class Google::Cloud::Bigquery::Migration::V2::CreateMigrationWorkflowRequest.
Request to create a migration workflow resource.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#migration_workflow
def migration_workflow() -> ::Google::Cloud::Bigquery::Migration::V2::MigrationWorkflow
Returns
- (::Google::Cloud::Bigquery::Migration::V2::MigrationWorkflow) — Required. The migration workflow to create.
#migration_workflow=
def migration_workflow=(value) -> ::Google::Cloud::Bigquery::Migration::V2::MigrationWorkflow
Parameter
- value (::Google::Cloud::Bigquery::Migration::V2::MigrationWorkflow) — Required. The migration workflow to create.
Returns
- (::Google::Cloud::Bigquery::Migration::V2::MigrationWorkflow) — Required. The migration workflow to create.
#parent
def parent() -> ::String
Returns
-
(::String) — Required. The name of the project to which this migration workflow belongs.
Example:
projects/foo/locations/bar
#parent=
def parent=(value) -> ::String
Parameter
-
value (::String) — Required. The name of the project to which this migration workflow belongs.
Example:
projects/foo/locations/bar
Returns
-
(::String) — Required. The name of the project to which this migration workflow belongs.
Example:
projects/foo/locations/bar