Class: Google::Cloud::VMMigration::V1::ListDiskMigrationJobsRequest

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/vmmigration/v1/vmmigration.rb

Overview

Request message for 'ListDiskMigrationJobsRequest' request.

Instance Attribute Summary collapse

Instance Attribute Details

#filter::String

Returns Optional. The filter request (according to AIP-160).

Returns:

  • (::String)

    Optional. The filter request (according to AIP-160).



4653
4654
4655
4656
# File 'proto_docs/google/cloud/vmmigration/v1/vmmigration.rb', line 4653

class ListDiskMigrationJobsRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#order_by::String

Returns Optional. Ordering of the result list.

Returns:

  • (::String)

    Optional. Ordering of the result list.



4653
4654
4655
4656
# File 'proto_docs/google/cloud/vmmigration/v1/vmmigration.rb', line 4653

class ListDiskMigrationJobsRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#page_size::Integer

Returns Optional. The maximum number of disk migration jobs to return. The service may return fewer than this value. If unspecified, at most 500 disk migration jobs will be returned. The maximum value is 1000; values above 1000 will be coerced to 1000.

Returns:

  • (::Integer)

    Optional. The maximum number of disk migration jobs to return. The service may return fewer than this value. If unspecified, at most 500 disk migration jobs will be returned. The maximum value is 1000; values above 1000 will be coerced to 1000.



4653
4654
4655
4656
# File 'proto_docs/google/cloud/vmmigration/v1/vmmigration.rb', line 4653

class ListDiskMigrationJobsRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#page_token::String

Returns Optional. A page token, received from a previous ListDiskMigrationJobs call. Provide this to retrieve the subsequent page.

When paginating, all parameters provided to ListDiskMigrationJobs except page_size must match the call that provided the page token.

Returns:

  • (::String)

    Optional. A page token, received from a previous ListDiskMigrationJobs call. Provide this to retrieve the subsequent page.

    When paginating, all parameters provided to ListDiskMigrationJobs except page_size must match the call that provided the page token.



4653
4654
4655
4656
# File 'proto_docs/google/cloud/vmmigration/v1/vmmigration.rb', line 4653

class ListDiskMigrationJobsRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#parent::String

Returns Required. The parent, which owns this collection of DiskMigrationJobs.

Returns:

  • (::String)

    Required. The parent, which owns this collection of DiskMigrationJobs.



4653
4654
4655
4656
# File 'proto_docs/google/cloud/vmmigration/v1/vmmigration.rb', line 4653

class ListDiskMigrationJobsRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end