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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleangetIncludeUndetermined()Include users whose household income is not determined.IncomeRangeTypeEnum.IncomeRangeTypegetIncomeRanges(int index)Included household income demographic segments.intgetIncomeRangesCount()Included household income demographic segments.java.util.List<IncomeRangeTypeEnum.IncomeRangeType>getIncomeRangesList()Included household income demographic segments.intgetIncomeRangesValue(int index)Included household income demographic segments.java.util.List<java.lang.Integer>getIncomeRangesValueList()Included household income demographic segments.booleanhasIncludeUndetermined()Include users whose household income is not determined.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
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.
-
-