Class: Google::Cloud::MigrationCenter::V1::ListGroupsRequest
- Inherits:
-
Object
- Object
- Google::Cloud::MigrationCenter::V1::ListGroupsRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/migrationcenter/v1/migrationcenter.rb
Overview
A request to list groups.
Instance Attribute Summary collapse
-
#filter ⇒ ::String
Filtering results.
-
#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
#filter ⇒ ::String
Returns Filtering results.
976 977 978 979 |
# File 'proto_docs/google/cloud/migrationcenter/v1/migrationcenter.rb', line 976 class ListGroupsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#order_by ⇒ ::String
Returns Field to sort by. See https://google.aip.dev/132#ordering for more details.
976 977 978 979 |
# File 'proto_docs/google/cloud/migrationcenter/v1/migrationcenter.rb', line 976 class ListGroupsRequest 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, server will pick an appropriate default.
976 977 978 979 |
# File 'proto_docs/google/cloud/migrationcenter/v1/migrationcenter.rb', line 976 class ListGroupsRequest 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.
976 977 978 979 |
# File 'proto_docs/google/cloud/migrationcenter/v1/migrationcenter.rb', line 976 class ListGroupsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#parent ⇒ ::String
Returns Required. Parent value for ListGroupsRequest
.
976 977 978 979 |
# File 'proto_docs/google/cloud/migrationcenter/v1/migrationcenter.rb', line 976 class ListGroupsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |