Class: Google::Cloud::Bigquery::Migration::V2::GetMigrationWorkflowRequest

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

A request to get a previously created migration workflow.

Instance Attribute Summary collapse

Instance Attribute Details

#name::String

Returns Required. The unique identifier for the migration workflow. Example: projects/123/locations/us/workflows/1234.

Returns:

  • (::String)

    Required. The unique identifier for the migration workflow. Example: projects/123/locations/us/workflows/1234



46
47
48
49
# File 'proto_docs/google/cloud/bigquery/migration/v2/migration_service.rb', line 46

class GetMigrationWorkflowRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#read_mask::Google::Protobuf::FieldMask

Returns The list of fields to be retrieved.

Returns:



46
47
48
49
# File 'proto_docs/google/cloud/bigquery/migration/v2/migration_service.rb', line 46

class GetMigrationWorkflowRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end