public static interface TargetDetails.TargetFleetDetails.TargetFleetOrBuilder extends MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getName()
The name of the Agones game server fleet.
|
ByteString |
getNameBytes()
The name of the Agones game server fleet.
|
SpecSource |
getSpecSource()
Encapsulates the source of the fleet spec.
|
SpecSourceOrBuilder |
getSpecSourceOrBuilder()
Encapsulates the source of the fleet spec.
|
boolean |
hasSpecSource()
Encapsulates the source of the fleet spec.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofisInitializedString getName()
The name of the Agones game server fleet.
string name = 1;ByteString getNameBytes()
The name of the Agones game server fleet.
string name = 1;boolean hasSpecSource()
Encapsulates the source of the fleet spec. The fleet spec source.
.google.cloud.gaming.v1alpha.SpecSource spec_source = 2;SpecSource getSpecSource()
Encapsulates the source of the fleet spec. The fleet spec source.
.google.cloud.gaming.v1alpha.SpecSource spec_source = 2;SpecSourceOrBuilder getSpecSourceOrBuilder()
Encapsulates the source of the fleet spec. The fleet spec source.
.google.cloud.gaming.v1alpha.SpecSource spec_source = 2;Copyright © 2020 Google LLC. All rights reserved.