public static interface FetchDeploymentStateResponse.DeployedClusterStateOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getCluster()
The name of the cluster.
|
com.google.protobuf.ByteString |
getClusterBytes()
The name of the cluster.
|
DeployedFleetDetails |
getFleetDetails(int index)
The details about the Agones fleets and autoscalers created in the
game server cluster.
|
int |
getFleetDetailsCount()
The details about the Agones fleets and autoscalers created in the
game server cluster.
|
List<DeployedFleetDetails> |
getFleetDetailsList()
The details about the Agones fleets and autoscalers created in the
game server cluster.
|
DeployedFleetDetailsOrBuilder |
getFleetDetailsOrBuilder(int index)
The details about the Agones fleets and autoscalers created in the
game server cluster.
|
List<? extends DeployedFleetDetailsOrBuilder> |
getFleetDetailsOrBuilderList()
The details about the Agones fleets and autoscalers created in the
game server cluster.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getCluster()
The name of the cluster.
string cluster = 1;com.google.protobuf.ByteString getClusterBytes()
The name of the cluster.
string cluster = 1;List<DeployedFleetDetails> getFleetDetailsList()
The details about the Agones fleets and autoscalers created in the game server cluster.
repeated .google.cloud.gaming.v1.DeployedFleetDetails fleet_details = 2;DeployedFleetDetails getFleetDetails(int index)
The details about the Agones fleets and autoscalers created in the game server cluster.
repeated .google.cloud.gaming.v1.DeployedFleetDetails fleet_details = 2;int getFleetDetailsCount()
The details about the Agones fleets and autoscalers created in the game server cluster.
repeated .google.cloud.gaming.v1.DeployedFleetDetails fleet_details = 2;List<? extends DeployedFleetDetailsOrBuilder> getFleetDetailsOrBuilderList()
The details about the Agones fleets and autoscalers created in the game server cluster.
repeated .google.cloud.gaming.v1.DeployedFleetDetails fleet_details = 2;DeployedFleetDetailsOrBuilder getFleetDetailsOrBuilder(int index)
The details about the Agones fleets and autoscalers created in the game server cluster.
repeated .google.cloud.gaming.v1.DeployedFleetDetails fleet_details = 2;Copyright © 2023 Google LLC. All rights reserved.