Interface AudienceInsightsAttributeMetadataGroupOrBuilder

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

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

    • getAttributesList

       Attributes with metadata returned in response to a search.
       
      repeated .google.ads.googleads.v21.common.AudienceInsightsAttributeMetadata attributes = 1;
    • getAttributes

      AudienceInsightsAttributeMetadata getAttributes(int index)
       Attributes with metadata returned in response to a search.
       
      repeated .google.ads.googleads.v21.common.AudienceInsightsAttributeMetadata attributes = 1;
    • getAttributesCount

      int getAttributesCount()
       Attributes with metadata returned in response to a search.
       
      repeated .google.ads.googleads.v21.common.AudienceInsightsAttributeMetadata attributes = 1;
    • getAttributesOrBuilderList

      List<? extends AudienceInsightsAttributeMetadataOrBuilder> getAttributesOrBuilderList()
       Attributes with metadata returned in response to a search.
       
      repeated .google.ads.googleads.v21.common.AudienceInsightsAttributeMetadata attributes = 1;
    • getAttributesOrBuilder

      AudienceInsightsAttributeMetadataOrBuilder getAttributesOrBuilder(int index)
       Attributes with metadata returned in response to a search.
       
      repeated .google.ads.googleads.v21.common.AudienceInsightsAttributeMetadata attributes = 1;