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 Type
    Method
    Description
    A list of geo target constant resource names.
    com.google.protobuf.ByteString
    A list of geo target constant resource names.
    int
    A list of geo target constant resource names.
    A list of geo target constant resource names.

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    Methods inherited from interface com.google.protobuf.MessageOrBuilder

    findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
  • Method Details

    • getGeoTargetConstantsList

      List<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

      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.