Interface ParentalStatusDimensionOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
ParentalStatusDimension, ParentalStatusDimension.Builder

public interface ParentalStatusDimensionOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Details

    • getParentalStatusesList

       Included parental status demographic segments.
       
      repeated .google.ads.googleads.v18.enums.ParentalStatusTypeEnum.ParentalStatusType parental_statuses = 1;
      Returns:
      A list containing the parentalStatuses.
    • getParentalStatusesCount

      int getParentalStatusesCount()
       Included parental status demographic segments.
       
      repeated .google.ads.googleads.v18.enums.ParentalStatusTypeEnum.ParentalStatusType parental_statuses = 1;
      Returns:
      The count of parentalStatuses.
    • getParentalStatuses

      ParentalStatusTypeEnum.ParentalStatusType getParentalStatuses(int index)
       Included parental status demographic segments.
       
      repeated .google.ads.googleads.v18.enums.ParentalStatusTypeEnum.ParentalStatusType parental_statuses = 1;
      Parameters:
      index - The index of the element to return.
      Returns:
      The parentalStatuses at the given index.
    • getParentalStatusesValueList

      List<Integer> getParentalStatusesValueList()
       Included parental status demographic segments.
       
      repeated .google.ads.googleads.v18.enums.ParentalStatusTypeEnum.ParentalStatusType parental_statuses = 1;
      Returns:
      A list containing the enum numeric values on the wire for parentalStatuses.
    • getParentalStatusesValue

      int getParentalStatusesValue(int index)
       Included parental status demographic segments.
       
      repeated .google.ads.googleads.v18.enums.ParentalStatusTypeEnum.ParentalStatusType parental_statuses = 1;
      Parameters:
      index - The index of the value to return.
      Returns:
      The enum numeric value on the wire of parentalStatuses at the given index.
    • hasIncludeUndetermined

      boolean hasIncludeUndetermined()
       Include users whose parental status is undetermined.
       
      optional bool include_undetermined = 2;
      Returns:
      Whether the includeUndetermined field is set.
    • getIncludeUndetermined

      boolean getIncludeUndetermined()
       Include users whose parental status is undetermined.
       
      optional bool include_undetermined = 2;
      Returns:
      The includeUndetermined.