com.google.ads.googleads.v17.common.HouseholdIncomeDimensionOrBuilder Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of google-ads-stubs-v17 Show documentation
Show all versions of google-ads-stubs-v17 Show documentation
Stubs for GAAPI version google-ads-stubs-v17
The newest version!
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: google/ads/googleads/v17/common/audiences.proto
// Protobuf Java Version: 3.25.3
package com.google.ads.googleads.v17.common;
public interface HouseholdIncomeDimensionOrBuilder extends
// @@protoc_insertion_point(interface_extends:google.ads.googleads.v17.common.HouseholdIncomeDimension)
com.google.protobuf.MessageOrBuilder {
/**
*
* Included household income demographic segments.
*
*
* repeated .google.ads.googleads.v17.enums.IncomeRangeTypeEnum.IncomeRangeType income_ranges = 1;
* @return A list containing the incomeRanges.
*/
java.util.List getIncomeRangesList();
/**
*
* Included household income demographic segments.
*
*
* repeated .google.ads.googleads.v17.enums.IncomeRangeTypeEnum.IncomeRangeType income_ranges = 1;
* @return The count of incomeRanges.
*/
int getIncomeRangesCount();
/**
*
* Included household income demographic segments.
*
*
* repeated .google.ads.googleads.v17.enums.IncomeRangeTypeEnum.IncomeRangeType income_ranges = 1;
* @param index The index of the element to return.
* @return The incomeRanges at the given index.
*/
com.google.ads.googleads.v17.enums.IncomeRangeTypeEnum.IncomeRangeType getIncomeRanges(int index);
/**
*
* Included household income demographic segments.
*
*
* repeated .google.ads.googleads.v17.enums.IncomeRangeTypeEnum.IncomeRangeType income_ranges = 1;
* @return A list containing the enum numeric values on the wire for incomeRanges.
*/
java.util.List
getIncomeRangesValueList();
/**
*
* Included household income demographic segments.
*
*
* repeated .google.ads.googleads.v17.enums.IncomeRangeTypeEnum.IncomeRangeType income_ranges = 1;
* @param index The index of the value to return.
* @return The enum numeric value on the wire of incomeRanges at the given index.
*/
int getIncomeRangesValue(int index);
/**
*
* Include users whose household income is not determined.
*
*
* optional bool include_undetermined = 2;
* @return Whether the includeUndetermined field is set.
*/
boolean hasIncludeUndetermined();
/**
*
* Include users whose household income is not determined.
*
*
* optional bool include_undetermined = 2;
* @return The includeUndetermined.
*/
boolean getIncludeUndetermined();
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy