Class: Google::Cloud::Bigquery::Migration::V2::ListMigrationSubtasksResponse

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

Response object for a ListMigrationSubtasks call.

Instance Attribute Summary collapse

Instance Attribute Details

#migration_subtasks::Array<::Google::Cloud::Bigquery::Migration::V2::MigrationSubtask>

Returns The migration subtasks for the specified task.

Returns:



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.

Returns:

  • (::String)

    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