public interface FleetConfigOrBuilder extends MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getFleetSpec()
The fleet spec, which is sent to Agones to configure fleet.
|
ByteString |
getFleetSpecBytes()
The fleet spec, which is sent to Agones to configure fleet.
|
String |
getName()
The name of the FleetConfig.
|
ByteString |
getNameBytes()
The name of the FleetConfig.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofisInitializedString getFleetSpec()
The fleet spec, which is sent to Agones to configure fleet. Example spec can be found : `https://agones.dev/site/docs/reference/fleet/`.
string fleet_spec = 1;ByteString getFleetSpecBytes()
The fleet spec, which is sent to Agones to configure fleet. Example spec can be found : `https://agones.dev/site/docs/reference/fleet/`.
string fleet_spec = 1;String getName()
The name of the FleetConfig.
string name = 2;ByteString getNameBytes()
The name of the FleetConfig.
string name = 2;Copyright © 2020 Google LLC. All rights reserved.