Interface AudienceCompositionAttributeClusterOrBuilder

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

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

    • getClusterDisplayName

      String getClusterDisplayName()
       The name of this cluster of attributes
       
      string cluster_display_name = 1;
      Returns:
      The clusterDisplayName.
    • getClusterDisplayNameBytes

      com.google.protobuf.ByteString getClusterDisplayNameBytes()
       The name of this cluster of attributes
       
      string cluster_display_name = 1;
      Returns:
      The bytes for clusterDisplayName.
    • hasClusterMetrics

      boolean hasClusterMetrics()
       If the dimension associated with this cluster is YOUTUBE_CHANNEL, then
       cluster_metrics are metrics associated with the cluster as a whole.
       For other dimensions, this field is unset.
       
      .google.ads.googleads.v18.services.AudienceCompositionMetrics cluster_metrics = 3;
      Returns:
      Whether the clusterMetrics field is set.
    • getClusterMetrics

      AudienceCompositionMetrics getClusterMetrics()
       If the dimension associated with this cluster is YOUTUBE_CHANNEL, then
       cluster_metrics are metrics associated with the cluster as a whole.
       For other dimensions, this field is unset.
       
      .google.ads.googleads.v18.services.AudienceCompositionMetrics cluster_metrics = 3;
      Returns:
      The clusterMetrics.
    • getClusterMetricsOrBuilder

      AudienceCompositionMetricsOrBuilder getClusterMetricsOrBuilder()
       If the dimension associated with this cluster is YOUTUBE_CHANNEL, then
       cluster_metrics are metrics associated with the cluster as a whole.
       For other dimensions, this field is unset.
       
      .google.ads.googleads.v18.services.AudienceCompositionMetrics cluster_metrics = 3;
    • getAttributesList

      List<AudienceCompositionAttribute> getAttributesList()
       The individual attributes that make up this cluster, with metadata and
       metrics.
       
      repeated .google.ads.googleads.v18.services.AudienceCompositionAttribute attributes = 4;
    • getAttributes

      AudienceCompositionAttribute getAttributes(int index)
       The individual attributes that make up this cluster, with metadata and
       metrics.
       
      repeated .google.ads.googleads.v18.services.AudienceCompositionAttribute attributes = 4;
    • getAttributesCount

      int getAttributesCount()
       The individual attributes that make up this cluster, with metadata and
       metrics.
       
      repeated .google.ads.googleads.v18.services.AudienceCompositionAttribute attributes = 4;
    • getAttributesOrBuilderList

      List<? extends AudienceCompositionAttributeOrBuilder> getAttributesOrBuilderList()
       The individual attributes that make up this cluster, with metadata and
       metrics.
       
      repeated .google.ads.googleads.v18.services.AudienceCompositionAttribute attributes = 4;
    • getAttributesOrBuilder

      AudienceCompositionAttributeOrBuilder getAttributesOrBuilder(int index)
       The individual attributes that make up this cluster, with metadata and
       metrics.
       
      repeated .google.ads.googleads.v18.services.AudienceCompositionAttribute attributes = 4;