Class: Google::Cloud::Gaming::V1::ListGameServerConfigsRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Gaming::V1::ListGameServerConfigsRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/gaming/v1/game_server_configs.rb
Overview
Request message for GameServerConfigsService.ListGameServerConfigs.
Instance Attribute Summary collapse
-
#filter ⇒ ::String
Optional.
-
#order_by ⇒ ::String
Optional.
-
#page_size ⇒ ::Integer
Optional.
-
#page_token ⇒ ::String
Optional.
-
#parent ⇒ ::String
Required.
Instance Attribute Details
#filter ⇒ ::String
Returns Optional. The filter to apply to list results.
46 47 48 49 |
# File 'proto_docs/google/cloud/gaming/v1/game_server_configs.rb', line 46 class ListGameServerConfigsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#order_by ⇒ ::String
Returns Optional. Specifies the ordering of results following syntax at https://cloud.google.com/apis/design/design_patterns#sorting_order.
46 47 48 49 |
# File 'proto_docs/google/cloud/gaming/v1/game_server_configs.rb', line 46 class ListGameServerConfigsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#page_size ⇒ ::Integer
Returns Optional. The maximum number of items to return. If unspecified, server will pick an appropriate default. Server may return fewer items than requested. A caller should only rely on response's next_page_token to determine if there are more GameServerConfigs left to be queried.
46 47 48 49 |
# File 'proto_docs/google/cloud/gaming/v1/game_server_configs.rb', line 46 class ListGameServerConfigsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#page_token ⇒ ::String
Returns Optional. The next_page_token value returned from a previous list request, if any.
46 47 48 49 |
# File 'proto_docs/google/cloud/gaming/v1/game_server_configs.rb', line 46 class ListGameServerConfigsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#parent ⇒ ::String
Returns Required. The parent resource name, in the following form:
projects/{project}/locations/{location}/gameServerDeployments/{deployment}/configs/*
.
46 47 48 49 |
# File 'proto_docs/google/cloud/gaming/v1/game_server_configs.rb', line 46 class ListGameServerConfigsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |