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