Class: Google::Cloud::Bigquery::Migration::V2::ListMigrationSubtasksResponse
- Inherits:
-
Object
- Object
- Google::Cloud::Bigquery::Migration::V2::ListMigrationSubtasksResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/bigquery/migration/v2/migration_service.rb
Overview
Response object for a ListMigrationSubtasks
call.
Instance Attribute Summary collapse
-
#migration_subtasks ⇒ ::Array<::Google::Cloud::Bigquery::Migration::V2::MigrationSubtask>
The migration subtasks for the specified task.
-
#next_page_token ⇒ ::String
A token, which can be sent as
page_token
to retrieve the next page.
Instance Attribute Details
#migration_subtasks ⇒ ::Array<::Google::Cloud::Bigquery::Migration::V2::MigrationSubtask>
Returns The migration subtasks for the specified task.
158 159 160 161 |
# File 'proto_docs/google/cloud/bigquery/migration/v2/migration_service.rb', line 158 class ListMigrationSubtasksResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#next_page_token ⇒ ::String
Returns A token, which can be sent as page_token
to retrieve the next page.
If this field is omitted, there are no subsequent pages.
158 159 160 161 |
# File 'proto_docs/google/cloud/bigquery/migration/v2/migration_service.rb', line 158 class ListMigrationSubtasksResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |