Class: Google::Cloud::MigrationCenter::V1::ListPreferenceSetsRequest
- Inherits:
-
Object
- Object
- Google::Cloud::MigrationCenter::V1::ListPreferenceSetsRequest
- 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
-
#order_by ⇒ ::String
Field to sort by.
-
#page_size ⇒ ::Integer
Requested page size.
-
#page_token ⇒ ::String
A token identifying a page of results the server should return.
-
#parent ⇒ ::String
Required.
Instance Attribute Details
#order_by ⇒ ::String
Returns Field to sort by. See https://google.aip.dev/132#ordering for more details.
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.
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.
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
.
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 |