Class: Google::Cloud::Gaming::V1::GetGameServerDeploymentRolloutRequest

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/gaming/v1/game_server_deployments.rb

Overview

Request message for GameServerDeploymentsService.GetGameServerDeploymentRollout.

Instance Attribute Summary collapse

Instance Attribute Details

#name::String

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

Returns:

  • (::String)

    Required. The name of the game server delpoyment to retrieve, in the following form: projects/{project}/locations/{location}/gameServerDeployments/{deployment}/rollout.



84
85
86
87
# File 'proto_docs/google/cloud/gaming/v1/game_server_deployments.rb', line 84

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