public interface DeployedFleetDetailsOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
DeployedFleetDetails.DeployedFleetAutoscaler |
getDeployedAutoscaler()
Information about the Agones autoscaler for that fleet.
|
DeployedFleetDetails.DeployedFleetAutoscalerOrBuilder |
getDeployedAutoscalerOrBuilder()
Information about the Agones autoscaler for that fleet.
|
DeployedFleetDetails.DeployedFleet |
getDeployedFleet()
Information about the Agones fleet.
|
DeployedFleetDetails.DeployedFleetOrBuilder |
getDeployedFleetOrBuilder()
Information about the Agones fleet.
|
boolean |
hasDeployedAutoscaler()
Information about the Agones autoscaler for that fleet.
|
boolean |
hasDeployedFleet()
Information about the Agones fleet.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasDeployedFleet()
Information about the Agones fleet.
.google.cloud.gaming.v1.DeployedFleetDetails.DeployedFleet deployed_fleet = 1;DeployedFleetDetails.DeployedFleet getDeployedFleet()
Information about the Agones fleet.
.google.cloud.gaming.v1.DeployedFleetDetails.DeployedFleet deployed_fleet = 1;DeployedFleetDetails.DeployedFleetOrBuilder getDeployedFleetOrBuilder()
Information about the Agones fleet.
.google.cloud.gaming.v1.DeployedFleetDetails.DeployedFleet deployed_fleet = 1;boolean hasDeployedAutoscaler()
Information about the Agones autoscaler for that fleet.
.google.cloud.gaming.v1.DeployedFleetDetails.DeployedFleetAutoscaler deployed_autoscaler = 2;
DeployedFleetDetails.DeployedFleetAutoscaler getDeployedAutoscaler()
Information about the Agones autoscaler for that fleet.
.google.cloud.gaming.v1.DeployedFleetDetails.DeployedFleetAutoscaler deployed_autoscaler = 2;
DeployedFleetDetails.DeployedFleetAutoscalerOrBuilder getDeployedAutoscalerOrBuilder()
Information about the Agones autoscaler for that fleet.
.google.cloud.gaming.v1.DeployedFleetDetails.DeployedFleetAutoscaler deployed_autoscaler = 2;
Copyright © 2023 Google LLC. All rights reserved.