Class: Google::Cloud::Bigquery::Migration::V2::ListMigrationSubtasksRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Bigquery::Migration::V2::ListMigrationSubtasksRequest
- 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
-
#filter ⇒ ::String
Optional.
-
#page_size ⇒ ::Integer
Optional.
-
#page_token ⇒ ::String
Optional.
-
#parent ⇒ ::String
Required.
-
#read_mask ⇒ ::Google::Protobuf::FieldMask
Optional.
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).
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.
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.
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
.
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.
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 |