Interface AgeDimensionOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
AgeDimension,AgeDimension.Builder
public interface AgeDimensionOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetAgeRanges(int index) Contiguous age range to be included in the dimension.intContiguous age range to be included in the dimension.Contiguous age range to be included in the dimension.getAgeRangesOrBuilder(int index) Contiguous age range to be included in the dimension.List<? extends AgeSegmentOrBuilder>Contiguous age range to be included in the dimension.booleanInclude users whose age is not determined.booleanInclude users whose age 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
-
getAgeRangesList
List<AgeSegment> getAgeRangesList()Contiguous age range to be included in the dimension.
repeated .google.ads.googleads.v18.common.AgeSegment age_ranges = 1; -
getAgeRanges
Contiguous age range to be included in the dimension.
repeated .google.ads.googleads.v18.common.AgeSegment age_ranges = 1; -
getAgeRangesCount
int getAgeRangesCount()Contiguous age range to be included in the dimension.
repeated .google.ads.googleads.v18.common.AgeSegment age_ranges = 1; -
getAgeRangesOrBuilderList
List<? extends AgeSegmentOrBuilder> getAgeRangesOrBuilderList()Contiguous age range to be included in the dimension.
repeated .google.ads.googleads.v18.common.AgeSegment age_ranges = 1; -
getAgeRangesOrBuilder
Contiguous age range to be included in the dimension.
repeated .google.ads.googleads.v18.common.AgeSegment age_ranges = 1; -
hasIncludeUndetermined
boolean hasIncludeUndetermined()Include users whose age is not determined.
optional bool include_undetermined = 2;- Returns:
- Whether the includeUndetermined field is set.
-
getIncludeUndetermined
boolean getIncludeUndetermined()Include users whose age is not determined.
optional bool include_undetermined = 2;- Returns:
- The includeUndetermined.
-