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 Type
    Method
    Description
    getAgeRanges(int index)
    Contiguous age range to be included in the dimension.
    int
    Contiguous age range to be included in the dimension.
    Contiguous age range to be included in the dimension.
    Contiguous age range to be included in the dimension.
    Contiguous age range to be included in the dimension.
    boolean
    Include users whose age is not determined.
    boolean
    Include users whose age is not determined.

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    Methods 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

      AgeSegment getAgeRanges(int index)
       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

      AgeSegmentOrBuilder getAgeRangesOrBuilder(int index)
       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.