Class: Google::Cloud::Bigquery::Migration::V2::ListMigrationSubtasksRequest

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 list previously created migration subtasks.

Instance Attribute Summary collapse

Instance Attribute Details

#filter::String

Returns Optional. The filter to apply. This can be used to get the subtasks of a specific tasks in a workflow, e.g. migration_task = "ab012" where "ab012" is the task ID (not the name in the named map).

Returns:

  • (::String)

    Optional. The filter to apply. This can be used to get the subtasks of a specific tasks in a workflow, e.g. migration_task = "ab012" where "ab012" is the task ID (not the name in the named map).



145
146
147
148
# File 'proto_docs/google/cloud/bigquery/migration/v2/migration_service.rb', line 145

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

#page_size::Integer

Optional. The maximum number of migration tasks to return. The service may return fewer than this number.

Returns:

  • (::Integer)

    Optional. The maximum number of migration tasks to return. The service may return fewer than this number.



145
146
147
148
# File 'proto_docs/google/cloud/bigquery/migration/v2/migration_service.rb', line 145

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

#page_token::String

Returns Optional. A page token, received from previous ListMigrationSubtasks call. Provide this to retrieve the subsequent page.

When paginating, all other parameters provided to ListMigrationSubtasks must match the call that provided the page token.

Returns:

  • (::String)

    Optional. A page token, received from previous ListMigrationSubtasks call. Provide this to retrieve the subsequent page.

    When paginating, all other parameters provided to ListMigrationSubtasks must match the call that provided the page token.



145
146
147
148
# File 'proto_docs/google/cloud/bigquery/migration/v2/migration_service.rb', line 145

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

#parent::String

Returns Required. The migration task of the subtasks to list. Example: projects/123/locations/us/workflows/1234.

Returns:

  • (::String)

    Required. The migration task of the subtasks to list. Example: projects/123/locations/us/workflows/1234



145
146
147
148
# File 'proto_docs/google/cloud/bigquery/migration/v2/migration_service.rb', line 145

class ListMigrationSubtasksRequest
  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:



145
146
147
148
# File 'proto_docs/google/cloud/bigquery/migration/v2/migration_service.rb', line 145

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