Interface AudienceCompositionAttributeClusterOrBuilder

    • Method Detail

      • getClusterDisplayName

        java.lang.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.v15.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.v15.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.v15.services.AudienceCompositionMetrics cluster_metrics = 3;
      • getAttributesList

        java.util.List<AudienceCompositionAttribute> getAttributesList()
         The individual attributes that make up this cluster, with metadata and
         metrics.
         
        repeated .google.ads.googleads.v15.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.v15.services.AudienceCompositionAttribute attributes = 4;
      • getAttributesCount

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

        java.util.List<? extends AudienceCompositionAttributeOrBuilder> getAttributesOrBuilderList()
         The individual attributes that make up this cluster, with metadata and
         metrics.
         
        repeated .google.ads.googleads.v15.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.v15.services.AudienceCompositionAttribute attributes = 4;