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

com.google.ads.googleads.v17.services.AudienceCompositionSectionOrBuilder 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 AudienceCompositionSectionOrBuilder extends
    // @@protoc_insertion_point(interface_extends:google.ads.googleads.v17.services.AudienceCompositionSection)
    com.google.protobuf.MessageOrBuilder {

  /**
   * 
   * The type of the attributes in this section.
   * 
* * .google.ads.googleads.v17.enums.AudienceInsightsDimensionEnum.AudienceInsightsDimension dimension = 1; * @return The enum numeric value on the wire for dimension. */ int getDimensionValue(); /** *
   * The type of the attributes in this section.
   * 
* * .google.ads.googleads.v17.enums.AudienceInsightsDimensionEnum.AudienceInsightsDimension dimension = 1; * @return The dimension. */ com.google.ads.googleads.v17.enums.AudienceInsightsDimensionEnum.AudienceInsightsDimension getDimension(); /** *
   * The most relevant segments for this audience.  If dimension is GENDER,
   * AGE_RANGE or PARENTAL_STATUS, then this list of attributes is exhaustive.
   * 
* * repeated .google.ads.googleads.v17.services.AudienceCompositionAttribute top_attributes = 3; */ java.util.List getTopAttributesList(); /** *
   * The most relevant segments for this audience.  If dimension is GENDER,
   * AGE_RANGE or PARENTAL_STATUS, then this list of attributes is exhaustive.
   * 
* * repeated .google.ads.googleads.v17.services.AudienceCompositionAttribute top_attributes = 3; */ com.google.ads.googleads.v17.services.AudienceCompositionAttribute getTopAttributes(int index); /** *
   * The most relevant segments for this audience.  If dimension is GENDER,
   * AGE_RANGE or PARENTAL_STATUS, then this list of attributes is exhaustive.
   * 
* * repeated .google.ads.googleads.v17.services.AudienceCompositionAttribute top_attributes = 3; */ int getTopAttributesCount(); /** *
   * The most relevant segments for this audience.  If dimension is GENDER,
   * AGE_RANGE or PARENTAL_STATUS, then this list of attributes is exhaustive.
   * 
* * repeated .google.ads.googleads.v17.services.AudienceCompositionAttribute top_attributes = 3; */ java.util.List getTopAttributesOrBuilderList(); /** *
   * The most relevant segments for this audience.  If dimension is GENDER,
   * AGE_RANGE or PARENTAL_STATUS, then this list of attributes is exhaustive.
   * 
* * repeated .google.ads.googleads.v17.services.AudienceCompositionAttribute top_attributes = 3; */ com.google.ads.googleads.v17.services.AudienceCompositionAttributeOrBuilder getTopAttributesOrBuilder( int index); /** *
   * Additional attributes for this audience, grouped into clusters.  Only
   * populated if dimension is YOUTUBE_CHANNEL.
   * 
* * repeated .google.ads.googleads.v17.services.AudienceCompositionAttributeCluster clustered_attributes = 4; */ java.util.List getClusteredAttributesList(); /** *
   * Additional attributes for this audience, grouped into clusters.  Only
   * populated if dimension is YOUTUBE_CHANNEL.
   * 
* * repeated .google.ads.googleads.v17.services.AudienceCompositionAttributeCluster clustered_attributes = 4; */ com.google.ads.googleads.v17.services.AudienceCompositionAttributeCluster getClusteredAttributes(int index); /** *
   * Additional attributes for this audience, grouped into clusters.  Only
   * populated if dimension is YOUTUBE_CHANNEL.
   * 
* * repeated .google.ads.googleads.v17.services.AudienceCompositionAttributeCluster clustered_attributes = 4; */ int getClusteredAttributesCount(); /** *
   * Additional attributes for this audience, grouped into clusters.  Only
   * populated if dimension is YOUTUBE_CHANNEL.
   * 
* * repeated .google.ads.googleads.v17.services.AudienceCompositionAttributeCluster clustered_attributes = 4; */ java.util.List getClusteredAttributesOrBuilderList(); /** *
   * Additional attributes for this audience, grouped into clusters.  Only
   * populated if dimension is YOUTUBE_CHANNEL.
   * 
* * repeated .google.ads.googleads.v17.services.AudienceCompositionAttributeCluster clustered_attributes = 4; */ com.google.ads.googleads.v17.services.AudienceCompositionAttributeClusterOrBuilder getClusteredAttributesOrBuilder( int index); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy