Class: Google::Cloud::MigrationCenter::V1::ListPreferenceSetsRequest

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

Overview

Request for listing preference sets.

Instance Attribute Summary collapse

Instance Attribute Details

#order_by::String

Returns Field to sort by. See https://google.aip.dev/132#ordering for more details.

Returns:



1367
1368
1369
1370
# File 'proto_docs/google/cloud/migrationcenter/v1/migrationcenter.rb', line 1367

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

#page_size::Integer

Returns Requested page size. Server may return fewer items than requested. If unspecified, at most 500 preference sets will be returned. The maximum value is 1000; values above 1000 will be coerced to 1000.

Returns:

  • (::Integer)

    Requested page size. Server may return fewer items than requested. If unspecified, at most 500 preference sets will be returned. The maximum value is 1000; values above 1000 will be coerced to 1000.



1367
1368
1369
1370
# File 'proto_docs/google/cloud/migrationcenter/v1/migrationcenter.rb', line 1367

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

#page_token::String

Returns A token identifying a page of results the server should return.

Returns:

  • (::String)

    A token identifying a page of results the server should return.



1367
1368
1369
1370
# File 'proto_docs/google/cloud/migrationcenter/v1/migrationcenter.rb', line 1367

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

#parent::String

Returns Required. Parent value for ListPreferenceSetsRequest.

Returns:

  • (::String)

    Required. Parent value for ListPreferenceSetsRequest.



1367
1368
1369
1370
# File 'proto_docs/google/cloud/migrationcenter/v1/migrationcenter.rb', line 1367

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