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