Class: Google::Cloud::Gaming::V1::DeleteGameServerConfigRequest

Inherits:
Object
  • Object
show all
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.DeleteGameServerConfig.

Instance Attribute Summary collapse

Instance Attribute Details

#name::String

Returns Required. The name of the game server config to delete, in the following form: projects/{project}/locations/{location}/gameServerDeployments/{deployment}/configs/{config}.

Returns:

  • (::String)

    Required. The name of the game server config to delete, in the following form: projects/{project}/locations/{location}/gameServerDeployments/{deployment}/configs/{config}.



98
99
100
101
# File 'proto_docs/google/cloud/gaming/v1/game_server_configs.rb', line 98

class DeleteGameServerConfigRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end