Class: Google::Cloud::Bigquery::Migration::V2::GetMigrationSubtaskRequest

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 subtasks.

Instance Attribute Summary collapse

Instance Attribute Details

#name::String

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

Returns:

  • (::String)

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



116
117
118
119
# File 'proto_docs/google/cloud/bigquery/migration/v2/migration_service.rb', line 116

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

#read_mask::Google::Protobuf::FieldMask

Returns Optional. The list of fields to be retrieved.

Returns:



116
117
118
119
# File 'proto_docs/google/cloud/bigquery/migration/v2/migration_service.rb', line 116

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