BigQuery Migration V2 API - Class Google::Cloud::Bigquery::Migration::V2::ListMigrationSubtasksRequest (v0.10.0)

Reference documentation and code samples for the BigQuery Migration V2 API class Google::Cloud::Bigquery::Migration::V2::ListMigrationSubtasksRequest.

A request to list previously created migration subtasks.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#filter

def filter() -> ::String
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).

#filter=

def filter=(value) -> ::String
Parameter
  • value (::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).
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).

#page_size

def page_size() -> ::Integer
Returns
  • (::Integer) — Optional. The maximum number of migration tasks to return. The service may return fewer than this number.

#page_size=

def page_size=(value) -> ::Integer
Parameter
  • value (::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.

#page_token

def page_token() -> ::String
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.

#page_token=

def page_token=(value) -> ::String
Parameter
  • value (::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.

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.

#parent

def parent() -> ::String
Returns
  • (::String) — Required. The migration task of the subtasks to list. Example: projects/123/locations/us/workflows/1234

#parent=

def parent=(value) -> ::String
Parameter
  • value (::String) — 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

#read_mask

def read_mask() -> ::Google::Protobuf::FieldMask
Returns

#read_mask=

def read_mask=(value) -> ::Google::Protobuf::FieldMask
Parameter
Returns