Class: Google::Cloud::Gaming::V1::GetGameServerConfigRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Gaming::V1::GetGameServerConfigRequest
- 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.GetGameServerConfig.
Instance Attribute Summary collapse
-
#name ⇒ ::String
Required.
Instance Attribute Details
#name ⇒ ::String
Returns Required. The name of the game server config to retrieve, in the following form:
projects/{project}/locations/{location}/gameServerDeployments/{deployment}/configs/{config}
.
72 73 74 75 |
# File 'proto_docs/google/cloud/gaming/v1/game_server_configs.rb', line 72 class GetGameServerConfigRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |