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
Modifier and TypeMethodDescriptiongetGeoTargetConstants(int index) A list of geo target constant resource names.com.google.protobuf.ByteStringgetGeoTargetConstantsBytes(int index) A list of geo target constant resource names.intA list of geo target constant resource names.A list of geo target constant resource 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
-
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
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.
-