Class: Google::Cloud::Bigquery::Migration::V2::ListMigrationWorkflowsRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Bigquery::Migration::V2::ListMigrationWorkflowsRequest
- 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 workflows.
Instance Attribute Summary collapse
-
#page_size ⇒ ::Integer
The maximum number of migration workflows to return.
-
#page_token ⇒ ::String
A page token, received from previous
ListMigrationWorkflows
call. -
#parent ⇒ ::String
Required.
-
#read_mask ⇒ ::Google::Protobuf::FieldMask
The list of fields to be retrieved.
Instance Attribute Details
#page_size ⇒ ::Integer
Returns The maximum number of migration workflows to return. The service may return fewer than this number.
70 71 72 73 |
# File 'proto_docs/google/cloud/bigquery/migration/v2/migration_service.rb', line 70 class ListMigrationWorkflowsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#page_token ⇒ ::String
Returns A page token, received from previous ListMigrationWorkflows
call.
Provide this to retrieve the subsequent page.
When paginating, all other parameters provided to ListMigrationWorkflows
must match the call that provided the page token.
70 71 72 73 |
# File 'proto_docs/google/cloud/bigquery/migration/v2/migration_service.rb', line 70 class ListMigrationWorkflowsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#parent ⇒ ::String
Returns Required. The project and location of the migration workflows to list.
Example: projects/123/locations/us
.
70 71 72 73 |
# File 'proto_docs/google/cloud/bigquery/migration/v2/migration_service.rb', line 70 class ListMigrationWorkflowsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#read_mask ⇒ ::Google::Protobuf::FieldMask
Returns The list of fields to be retrieved.
70 71 72 73 |
# File 'proto_docs/google/cloud/bigquery/migration/v2/migration_service.rb', line 70 class ListMigrationWorkflowsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |