Class: Google::Cloud::Gaming::V1::FleetConfig

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

Fleet configs for Agones.

Instance Attribute Summary collapse

Instance Attribute Details

#fleet_spec::String

Returns Agones fleet spec. Example spec: https://agones.dev/site/docs/reference/fleet/.

Returns:

  • (::String)

    Agones fleet spec. Example spec: https://agones.dev/site/docs/reference/fleet/.



132
133
134
135
# File 'proto_docs/google/cloud/gaming/v1/game_server_configs.rb', line 132

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

#name::String

Returns The name of the FleetConfig.

Returns:

  • (::String)

    The name of the FleetConfig.



132
133
134
135
# File 'proto_docs/google/cloud/gaming/v1/game_server_configs.rb', line 132

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