Class: Google::Cloud::Gaming::V1::GameServerConfig

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

A game server config resource.

Defined Under Namespace

Classes: LabelsEntry

Instance Attribute Summary collapse

Instance Attribute Details

#create_time::Google::Protobuf::Timestamp (readonly)

Returns Output only. The creation time.

Returns:



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

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

  # @!attribute [rw] key
  #   @return [::String]
  # @!attribute [rw] value
  #   @return [::String]
  class LabelsEntry
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end
end

#description::String

Returns The description of the game server config.

Returns:

  • (::String)

    The description of the game server config.



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

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

  # @!attribute [rw] key
  #   @return [::String]
  # @!attribute [rw] value
  #   @return [::String]
  class LabelsEntry
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end
end

#fleet_configs::Array<::Google::Cloud::Gaming::V1::FleetConfig>

Returns FleetConfig contains a list of Agones fleet specs. Only one FleetConfig is allowed.

Returns:



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

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

  # @!attribute [rw] key
  #   @return [::String]
  # @!attribute [rw] value
  #   @return [::String]
  class LabelsEntry
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end
end

#labels::Google::Protobuf::Map{::String => ::String}

Returns The labels associated with this game server config. Each label is a key-value pair.

Returns:

  • (::Google::Protobuf::Map{::String => ::String})

    The labels associated with this game server config. Each label is a key-value pair.



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

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

  # @!attribute [rw] key
  #   @return [::String]
  # @!attribute [rw] value
  #   @return [::String]
  class LabelsEntry
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end
end

#name::String

Returns The resource name of the game server config, in the following form: projects/{project}/locations/{location}/gameServerDeployments/{deployment}/configs/{config}. For example, projects/my-project/locations/global/gameServerDeployments/my-game/configs/my-config.

Returns:

  • (::String)

    The resource name of the game server config, in the following form: projects/{project}/locations/{location}/gameServerDeployments/{deployment}/configs/{config}. For example, projects/my-project/locations/global/gameServerDeployments/my-game/configs/my-config.



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

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

  # @!attribute [rw] key
  #   @return [::String]
  # @!attribute [rw] value
  #   @return [::String]
  class LabelsEntry
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end
end

#scaling_configs::Array<::Google::Cloud::Gaming::V1::ScalingConfig>

Returns The autoscaling settings.

Returns:



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

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

  # @!attribute [rw] key
  #   @return [::String]
  # @!attribute [rw] value
  #   @return [::String]
  class LabelsEntry
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end
end

#update_time::Google::Protobuf::Timestamp (readonly)

Returns Output only. The last-modified time.

Returns:



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

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

  # @!attribute [rw] key
  #   @return [::String]
  # @!attribute [rw] value
  #   @return [::String]
  class LabelsEntry
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end
end