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 Detail

      • getIncomeRangesList

        java.util.List<IncomeRangeTypeEnum.IncomeRangeType> getIncomeRangesList()
         Included household income demographic segments.
         
        repeated .google.ads.googleads.v10.enums.IncomeRangeTypeEnum.IncomeRangeType income_ranges = 1;
        Returns:
        A list containing the incomeRanges.
      • getIncomeRangesCount

        int getIncomeRangesCount()
         Included household income demographic segments.
         
        repeated .google.ads.googleads.v10.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.v10.enums.IncomeRangeTypeEnum.IncomeRangeType income_ranges = 1;
        Parameters:
        index - The index of the element to return.
        Returns:
        The incomeRanges at the given index.
      • getIncomeRangesValueList

        java.util.List<java.lang.Integer> getIncomeRangesValueList()
         Included household income demographic segments.
         
        repeated .google.ads.googleads.v10.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.v10.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.