Class: Google::Cloud::Bigquery::Migration::V2::CreateMigrationWorkflowRequest

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#migration_workflow::Google::Cloud::Bigquery::Migration::V2::MigrationWorkflow

Returns Required. The migration workflow to create.

Returns:



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.

Returns:

  • (::String)

    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