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 TypeMethodDescriptionbooleanInclude users whose household income is not determined.getIncomeRanges(int index) Included household income demographic segments.intIncluded household income demographic segments.Included household income demographic segments.intgetIncomeRangesValue(int index) Included household income demographic segments.Included household income demographic segments.booleanInclude users whose household income is not determined.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getIncomeRangesList
List<IncomeRangeTypeEnum.IncomeRangeType> 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
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
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.
-