Interface SuggestGeoTargetConstantsRequest.GeoTargetsOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.lang.String getGeoTargetConstants​(int index)
      A list of geo target constant resource names.
      com.google.protobuf.ByteString getGeoTargetConstantsBytes​(int index)
      A list of geo target constant resource names.
      int getGeoTargetConstantsCount()
      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.MessageLiteOrBuilder

        isInitialized
      • 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.