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

com.google.ads.googleads.v10.common.AgeDimensionOrBuilder Maven / Gradle / Ivy

The newest version!
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: google/ads/googleads/v10/common/audiences.proto

package com.google.ads.googleads.v10.common;

public interface AgeDimensionOrBuilder extends
    // @@protoc_insertion_point(interface_extends:google.ads.googleads.v10.common.AgeDimension)
    com.google.protobuf.MessageOrBuilder {

  /**
   * 
   * Contiguous age range to be included in the dimension.
   * 
* * repeated .google.ads.googleads.v10.common.AgeSegment age_ranges = 1; */ java.util.List getAgeRangesList(); /** *
   * Contiguous age range to be included in the dimension.
   * 
* * repeated .google.ads.googleads.v10.common.AgeSegment age_ranges = 1; */ com.google.ads.googleads.v10.common.AgeSegment getAgeRanges(int index); /** *
   * Contiguous age range to be included in the dimension.
   * 
* * repeated .google.ads.googleads.v10.common.AgeSegment age_ranges = 1; */ int getAgeRangesCount(); /** *
   * Contiguous age range to be included in the dimension.
   * 
* * repeated .google.ads.googleads.v10.common.AgeSegment age_ranges = 1; */ java.util.List getAgeRangesOrBuilderList(); /** *
   * Contiguous age range to be included in the dimension.
   * 
* * repeated .google.ads.googleads.v10.common.AgeSegment age_ranges = 1; */ com.google.ads.googleads.v10.common.AgeSegmentOrBuilder getAgeRangesOrBuilder( int index); /** *
   * Include users whose age is not determined.
   * 
* * optional bool include_undetermined = 2; * @return Whether the includeUndetermined field is set. */ boolean hasIncludeUndetermined(); /** *
   * Include users whose age is not determined.
   * 
* * optional bool include_undetermined = 2; * @return The includeUndetermined. */ boolean getIncludeUndetermined(); }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy