Class: Google::Cloud::Bigquery::Migration::V2::ListMigrationWorkflowsRequest

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

A request to list previously created migration workflows.

Instance Attribute Summary collapse

Instance Attribute Details

#page_size::Integer

Returns The maximum number of migration workflows to return. The service may return fewer than this number.

Returns:

  • (::Integer)

    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.

Returns:

  • (::String)

    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.

Returns:

  • (::String)

    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.

Returns:



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