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
980 981 982 983 |
# File 'proto_docs/google/cloud/migrationcenter/v1/migrationcenter.rb', line 980 class ListGroupsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#order_by ⇒ ::String
980 981 982 983 |
# File 'proto_docs/google/cloud/migrationcenter/v1/migrationcenter.rb', line 980 class ListGroupsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#page_size ⇒ ::Integer
980 981 982 983 |
# File 'proto_docs/google/cloud/migrationcenter/v1/migrationcenter.rb', line 980 class ListGroupsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#page_token ⇒ ::String
980 981 982 983 |
# File 'proto_docs/google/cloud/migrationcenter/v1/migrationcenter.rb', line 980 class ListGroupsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#parent ⇒ ::String
980 981 982 983 |
# File 'proto_docs/google/cloud/migrationcenter/v1/migrationcenter.rb', line 980 class ListGroupsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |