Class: Google::Cloud::Gaming::V1::FetchDeploymentStateResponse

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

Response message for GameServerDeploymentsService.FetchDeploymentState.

Defined Under Namespace

Classes: DeployedClusterState

Instance Attribute Summary collapse

Instance Attribute Details

#cluster_state::Array<::Google::Cloud::Gaming::V1::FetchDeploymentStateResponse::DeployedClusterState>

Returns The state of the game server deployment in each game server cluster.

Returns:



164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
# File 'proto_docs/google/cloud/gaming/v1/game_server_deployments.rb', line 164

class FetchDeploymentStateResponse
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  # The game server cluster changes made by the game server deployment.
  # @!attribute [rw] cluster
  #   @return [::String]
  #     The name of the cluster.
  # @!attribute [rw] fleet_details
  #   @return [::Array<::Google::Cloud::Gaming::V1::DeployedFleetDetails>]
  #     The details about the Agones fleets and autoscalers created in the
  #     game server cluster.
  class DeployedClusterState
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end
end

#unavailable::Array<::String>

Returns List of locations that could not be reached.

Returns:

  • (::Array<::String>)

    List of locations that could not be reached.



164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
# File 'proto_docs/google/cloud/gaming/v1/game_server_deployments.rb', line 164

class FetchDeploymentStateResponse
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  # The game server cluster changes made by the game server deployment.
  # @!attribute [rw] cluster
  #   @return [::String]
  #     The name of the cluster.
  # @!attribute [rw] fleet_details
  #   @return [::Array<::Google::Cloud::Gaming::V1::DeployedFleetDetails>]
  #     The details about the Agones fleets and autoscalers created in the
  #     game server cluster.
  class DeployedClusterState
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end
end