com.google.ads.googleads.v10.common.AgeDimensionOrBuilder Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of google-ads-stubs-v10 Show documentation
Show all versions of google-ads-stubs-v10 Show documentation
Stubs for GAAPI version google-ads-stubs-v10
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 extends com.google.ads.googleads.v10.common.AgeSegmentOrBuilder>
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