All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.google.ads.googleads.v17.common.HouseholdIncomeDimensionOrBuilder Maven / Gradle / Ivy

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