Class: Google::Cloud::Bigquery::Migration::V2::ListMigrationWorkflowsResponse
- Inherits:
-
Object
- Object
- Google::Cloud::Bigquery::Migration::V2::ListMigrationWorkflowsResponse
- 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 ListMigrationWorkflows
call.
Instance Attribute Summary collapse
-
#migration_workflows ⇒ ::Array<::Google::Cloud::Bigquery::Migration::V2::MigrationWorkflow>
The migration workflows for the specified project / location.
-
#next_page_token ⇒ ::String
A token, which can be sent as
page_token
to retrieve the next page.
Instance Attribute Details
#migration_workflows ⇒ ::Array<::Google::Cloud::Bigquery::Migration::V2::MigrationWorkflow>
Returns The migration workflows for the specified project / location.
83 84 85 86 |
# File 'proto_docs/google/cloud/bigquery/migration/v2/migration_service.rb', line 83 class ListMigrationWorkflowsResponse 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.
83 84 85 86 |
# File 'proto_docs/google/cloud/bigquery/migration/v2/migration_service.rb', line 83 class ListMigrationWorkflowsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |