Method: Google::Cloud::Bigquery::Migration::V2::CreateMigrationWorkflowRequest#parent

Defined in:
proto_docs/google/cloud/bigquery/migration/v2/migration_service.rb

#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