Interface HouseholdIncomeDimensionOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
HouseholdIncomeDimension, HouseholdIncomeDimension.Builder

public interface HouseholdIncomeDimensionOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    Include users whose household income is not determined.
    getIncomeRanges(int index)
    Included household income demographic segments.
    int
    Included household income demographic segments.
    Included household income demographic segments.
    int
    Included household income demographic segments.
    Included household income demographic segments.
    boolean
    Include users whose household income is not determined.

    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

    • getIncomeRangesList

       Included household income demographic segments.
       
      repeated .google.ads.googleads.v18.enums.IncomeRangeTypeEnum.IncomeRangeType income_ranges = 1;
      Returns:
      A list containing the incomeRanges.
    • getIncomeRangesCount

      int getIncomeRangesCount()
       Included household income demographic segments.
       
      repeated .google.ads.googleads.v18.enums.IncomeRangeTypeEnum.IncomeRangeType income_ranges = 1;
      Returns:
      The count of incomeRanges.
    • getIncomeRanges

      IncomeRangeTypeEnum.IncomeRangeType getIncomeRanges(int index)
       Included household income demographic segments.
       
      repeated .google.ads.googleads.v18.enums.IncomeRangeTypeEnum.IncomeRangeType income_ranges = 1;
      Parameters:
      index - The index of the element to return.
      Returns:
      The incomeRanges at the given index.
    • getIncomeRangesValueList

      List<Integer> getIncomeRangesValueList()
       Included household income demographic segments.
       
      repeated .google.ads.googleads.v18.enums.IncomeRangeTypeEnum.IncomeRangeType income_ranges = 1;
      Returns:
      A list containing the enum numeric values on the wire for incomeRanges.
    • getIncomeRangesValue

      int getIncomeRangesValue(int index)
       Included household income demographic segments.
       
      repeated .google.ads.googleads.v18.enums.IncomeRangeTypeEnum.IncomeRangeType income_ranges = 1;
      Parameters:
      index - The index of the value to return.
      Returns:
      The enum numeric value on the wire of incomeRanges at the given index.
    • hasIncludeUndetermined

      boolean hasIncludeUndetermined()
       Include users whose household income is not determined.
       
      optional bool include_undetermined = 2;
      Returns:
      Whether the includeUndetermined field is set.
    • getIncludeUndetermined

      boolean getIncludeUndetermined()
       Include users whose household income is not determined.
       
      optional bool include_undetermined = 2;
      Returns:
      The includeUndetermined.