Interface InsightsAudienceAttributeGroupOrBuilder

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

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

    • getAttributesList

      List<AudienceInsightsAttribute> getAttributesList()
       Required. A collection of audience attributes to be combined with logical
       OR. Attributes need not all be the same dimension.  Only Knowledge Graph
       entities, Product & Service Categories, and Affinity and In-Market
       audiences are supported in this context.
       
      repeated .google.ads.googleads.v18.services.AudienceInsightsAttribute attributes = 1 [(.google.api.field_behavior) = REQUIRED];
    • getAttributes

      AudienceInsightsAttribute getAttributes(int index)
       Required. A collection of audience attributes to be combined with logical
       OR. Attributes need not all be the same dimension.  Only Knowledge Graph
       entities, Product & Service Categories, and Affinity and In-Market
       audiences are supported in this context.
       
      repeated .google.ads.googleads.v18.services.AudienceInsightsAttribute attributes = 1 [(.google.api.field_behavior) = REQUIRED];
    • getAttributesCount

      int getAttributesCount()
       Required. A collection of audience attributes to be combined with logical
       OR. Attributes need not all be the same dimension.  Only Knowledge Graph
       entities, Product & Service Categories, and Affinity and In-Market
       audiences are supported in this context.
       
      repeated .google.ads.googleads.v18.services.AudienceInsightsAttribute attributes = 1 [(.google.api.field_behavior) = REQUIRED];
    • getAttributesOrBuilderList

      List<? extends AudienceInsightsAttributeOrBuilder> getAttributesOrBuilderList()
       Required. A collection of audience attributes to be combined with logical
       OR. Attributes need not all be the same dimension.  Only Knowledge Graph
       entities, Product & Service Categories, and Affinity and In-Market
       audiences are supported in this context.
       
      repeated .google.ads.googleads.v18.services.AudienceInsightsAttribute attributes = 1 [(.google.api.field_behavior) = REQUIRED];
    • getAttributesOrBuilder

      AudienceInsightsAttributeOrBuilder getAttributesOrBuilder(int index)
       Required. A collection of audience attributes to be combined with logical
       OR. Attributes need not all be the same dimension.  Only Knowledge Graph
       entities, Product & Service Categories, and Affinity and In-Market
       audiences are supported in this context.
       
      repeated .google.ads.googleads.v18.services.AudienceInsightsAttribute attributes = 1 [(.google.api.field_behavior) = REQUIRED];