Interface SuggestGeoTargetConstantsRequest.GeoTargetsOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
SuggestGeoTargetConstantsRequest.GeoTargets,SuggestGeoTargetConstantsRequest.GeoTargets.Builder
- Enclosing class:
- SuggestGeoTargetConstantsRequest
public static interface SuggestGeoTargetConstantsRequest.GeoTargetsOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetGeoTargetConstants(int index)A list of geo target constant resource names.com.google.protobuf.ByteStringgetGeoTargetConstantsBytes(int index)A list of geo target constant resource names.intgetGeoTargetConstantsCount()A list of geo target constant resource names.java.util.List<java.lang.String>getGeoTargetConstantsList()A list of geo target constant resource names.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getGeoTargetConstantsList
java.util.List<java.lang.String> getGeoTargetConstantsList()
A list of geo target constant resource names.
repeated string geo_target_constants = 2;- Returns:
- A list containing the geoTargetConstants.
-
getGeoTargetConstantsCount
int getGeoTargetConstantsCount()
A list of geo target constant resource names.
repeated string geo_target_constants = 2;- Returns:
- The count of geoTargetConstants.
-
getGeoTargetConstants
java.lang.String getGeoTargetConstants(int index)
A list of geo target constant resource names.
repeated string geo_target_constants = 2;- Parameters:
index- The index of the element to return.- Returns:
- The geoTargetConstants at the given index.
-
getGeoTargetConstantsBytes
com.google.protobuf.ByteString getGeoTargetConstantsBytes(int index)
A list of geo target constant resource names.
repeated string geo_target_constants = 2;- Parameters:
index- The index of the value to return.- Returns:
- The bytes of the geoTargetConstants at the given index.
-
-