Class: Google::Cloud::Bigquery::Migration::V2::ListMigrationWorkflowsResponse

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 ListMigrationWorkflows call.

Instance Attribute Summary collapse

Instance Attribute Details

#migration_workflows::Array<::Google::Cloud::Bigquery::Migration::V2::MigrationWorkflow>

Returns The migration workflows for the specified project / location.

Returns:



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.

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.



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