Interface AudienceInsightsDimensionsOrBuilder

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

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

    • getDimensionsList

       Required. A list of dimensions.
       
      repeated .google.ads.googleads.v23.enums.AudienceInsightsDimensionEnum.AudienceInsightsDimension dimensions = 1 [(.google.api.field_behavior) = REQUIRED];
      Returns:
      A list containing the dimensions.
    • getDimensionsCount

      int getDimensionsCount()
       Required. A list of dimensions.
       
      repeated .google.ads.googleads.v23.enums.AudienceInsightsDimensionEnum.AudienceInsightsDimension dimensions = 1 [(.google.api.field_behavior) = REQUIRED];
      Returns:
      The count of dimensions.
    • getDimensions

       Required. A list of dimensions.
       
      repeated .google.ads.googleads.v23.enums.AudienceInsightsDimensionEnum.AudienceInsightsDimension dimensions = 1 [(.google.api.field_behavior) = REQUIRED];
      Parameters:
      index - The index of the element to return.
      Returns:
      The dimensions at the given index.
    • getDimensionsValueList

      List<Integer> getDimensionsValueList()
       Required. A list of dimensions.
       
      repeated .google.ads.googleads.v23.enums.AudienceInsightsDimensionEnum.AudienceInsightsDimension dimensions = 1 [(.google.api.field_behavior) = REQUIRED];
      Returns:
      A list containing the enum numeric values on the wire for dimensions.
    • getDimensionsValue

      int getDimensionsValue(int index)
       Required. A list of dimensions.
       
      repeated .google.ads.googleads.v23.enums.AudienceInsightsDimensionEnum.AudienceInsightsDimension dimensions = 1 [(.google.api.field_behavior) = REQUIRED];
      Parameters:
      index - The index of the value to return.
      Returns:
      The enum numeric value on the wire of dimensions at the given index.