public static interface FetchDeploymentStateResponse.DeployedFleetDetailsOrBuilder extends MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
FetchDeploymentStateResponse.DeployedFleetDetails.FleetAutoscaler |
getAutoscaler()
Information about the agones autoscaler for that fleet.
|
FetchDeploymentStateResponse.DeployedFleetDetails.FleetAutoscalerOrBuilder |
getAutoscalerOrBuilder()
Information about the agones autoscaler for that fleet.
|
FetchDeploymentStateResponse.DeployedFleetDetails.Fleet |
getFleet()
Information about the agones fleet.
|
FetchDeploymentStateResponse.DeployedFleetDetails.FleetOrBuilder |
getFleetOrBuilder()
Information about the agones fleet.
|
boolean |
hasAutoscaler()
Information about the agones autoscaler for that fleet.
|
boolean |
hasFleet()
Information about the agones fleet.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
isInitialized
boolean hasFleet()
Information about the agones fleet.
.google.cloud.gaming.v1alpha.FetchDeploymentStateResponse.DeployedFleetDetails.Fleet fleet = 1;
FetchDeploymentStateResponse.DeployedFleetDetails.Fleet getFleet()
Information about the agones fleet.
.google.cloud.gaming.v1alpha.FetchDeploymentStateResponse.DeployedFleetDetails.Fleet fleet = 1;
FetchDeploymentStateResponse.DeployedFleetDetails.FleetOrBuilder getFleetOrBuilder()
Information about the agones fleet.
.google.cloud.gaming.v1alpha.FetchDeploymentStateResponse.DeployedFleetDetails.Fleet fleet = 1;
boolean hasAutoscaler()
Information about the agones autoscaler for that fleet.
.google.cloud.gaming.v1alpha.FetchDeploymentStateResponse.DeployedFleetDetails.FleetAutoscaler autoscaler = 2;
FetchDeploymentStateResponse.DeployedFleetDetails.FleetAutoscaler getAutoscaler()
Information about the agones autoscaler for that fleet.
.google.cloud.gaming.v1alpha.FetchDeploymentStateResponse.DeployedFleetDetails.FleetAutoscaler autoscaler = 2;
FetchDeploymentStateResponse.DeployedFleetDetails.FleetAutoscalerOrBuilder getAutoscalerOrBuilder()
Information about the agones autoscaler for that fleet.
.google.cloud.gaming.v1alpha.FetchDeploymentStateResponse.DeployedFleetDetails.FleetAutoscaler autoscaler = 2;
Copyright © 2020 Google LLC. All rights reserved.