public interface FleetDetailsOrBuilder extends MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
FleetDetails.AutoscalerDetails |
getAutoscalerDetails()
Details about the agones autoscaler.
|
FleetDetails.AutoscalerDetailsOrBuilder |
getAutoscalerDetailsOrBuilder()
Details about the agones autoscaler.
|
String |
getFleetName()
The name of the Agones game server fleet.
|
ByteString |
getFleetNameBytes()
The name of the Agones game server fleet.
|
String |
getGameServerClusterName()
The cluster name.
|
ByteString |
getGameServerClusterNameBytes()
The cluster name.
|
String |
getGameServerConfigName()
The name of the game server config object whose fleet spec
is used to create the fleet.
|
ByteString |
getGameServerConfigNameBytes()
The name of the game server config object whose fleet spec
is used to create the fleet.
|
boolean |
hasAutoscalerDetails()
Details about the agones autoscaler.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofisInitializedString getGameServerClusterName()
The cluster name.
string game_server_cluster_name = 1;ByteString getGameServerClusterNameBytes()
The cluster name.
string game_server_cluster_name = 1;String getFleetName()
The name of the Agones game server fleet.
string fleet_name = 2;ByteString getFleetNameBytes()
The name of the Agones game server fleet.
string fleet_name = 2;String getGameServerConfigName()
The name of the game server config object whose fleet spec is used to create the fleet.
string game_server_config_name = 3;ByteString getGameServerConfigNameBytes()
The name of the game server config object whose fleet spec is used to create the fleet.
string game_server_config_name = 3;boolean hasAutoscalerDetails()
Details about the agones autoscaler.
.google.cloud.gaming.v1alpha.FleetDetails.AutoscalerDetails autoscaler_details = 4;
FleetDetails.AutoscalerDetails getAutoscalerDetails()
Details about the agones autoscaler.
.google.cloud.gaming.v1alpha.FleetDetails.AutoscalerDetails autoscaler_details = 4;
FleetDetails.AutoscalerDetailsOrBuilder getAutoscalerDetailsOrBuilder()
Details about the agones autoscaler.
.google.cloud.gaming.v1alpha.FleetDetails.AutoscalerDetails autoscaler_details = 4;
Copyright © 2020 Google LLC. All rights reserved.