Interface SuggestGeoTargetConstantsRequest.LocationNamesOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
SuggestGeoTargetConstantsRequest.LocationNames,SuggestGeoTargetConstantsRequest.LocationNames.Builder
- Enclosing class:
- SuggestGeoTargetConstantsRequest
public static interface SuggestGeoTargetConstantsRequest.LocationNamesOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetNames(int index) A list of location names.com.google.protobuf.ByteStringgetNamesBytes(int index) A list of location names.intA list of location names.A list of location names.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getNamesList
A list of location names.
repeated string names = 2;- Returns:
- A list containing the names.
-
getNamesCount
int getNamesCount()A list of location names.
repeated string names = 2;- Returns:
- The count of names.
-
getNames
A list of location names.
repeated string names = 2;- Parameters:
index- The index of the element to return.- Returns:
- The names at the given index.
-
getNamesBytes
com.google.protobuf.ByteString getNamesBytes(int index) A list of location names.
repeated string names = 2;- Parameters:
index- The index of the value to return.- Returns:
- The bytes of the names at the given index.
-