All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.google.ads.googleads.v17.services.InsightsAudienceAttributeGroupOrBuilder Maven / Gradle / Ivy

The newest version!
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: google/ads/googleads/v17/services/audience_insights_service.proto

// Protobuf Java Version: 3.25.3
package com.google.ads.googleads.v17.services;

public interface InsightsAudienceAttributeGroupOrBuilder extends
    // @@protoc_insertion_point(interface_extends:google.ads.googleads.v17.services.InsightsAudienceAttributeGroup)
    com.google.protobuf.MessageOrBuilder {

  /**
   * 
   * 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.v17.services.AudienceInsightsAttribute attributes = 1 [(.google.api.field_behavior) = REQUIRED]; */ java.util.List 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.v17.services.AudienceInsightsAttribute attributes = 1 [(.google.api.field_behavior) = REQUIRED]; */ com.google.ads.googleads.v17.services.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.v17.services.AudienceInsightsAttribute attributes = 1 [(.google.api.field_behavior) = REQUIRED]; */ 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.v17.services.AudienceInsightsAttribute attributes = 1 [(.google.api.field_behavior) = REQUIRED]; */ java.util.List 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.v17.services.AudienceInsightsAttribute attributes = 1 [(.google.api.field_behavior) = REQUIRED]; */ com.google.ads.googleads.v17.services.AudienceInsightsAttributeOrBuilder getAttributesOrBuilder( int index); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy