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

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

  /**
   * 
   * The name of this cluster of attributes
   * 
* * string cluster_display_name = 1; * @return The clusterDisplayName. */ java.lang.String getClusterDisplayName(); /** *
   * The name of this cluster of attributes
   * 
* * string cluster_display_name = 1; * @return The bytes for clusterDisplayName. */ com.google.protobuf.ByteString getClusterDisplayNameBytes(); /** *
   * 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.v17.services.AudienceCompositionMetrics cluster_metrics = 3; * @return Whether the clusterMetrics field is set. */ 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.v17.services.AudienceCompositionMetrics cluster_metrics = 3; * @return The clusterMetrics. */ com.google.ads.googleads.v17.services.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.v17.services.AudienceCompositionMetrics cluster_metrics = 3; */ com.google.ads.googleads.v17.services.AudienceCompositionMetricsOrBuilder getClusterMetricsOrBuilder(); /** *
   * The individual attributes that make up this cluster, with metadata and
   * metrics.
   * 
* * repeated .google.ads.googleads.v17.services.AudienceCompositionAttribute attributes = 4; */ java.util.List getAttributesList(); /** *
   * The individual attributes that make up this cluster, with metadata and
   * metrics.
   * 
* * repeated .google.ads.googleads.v17.services.AudienceCompositionAttribute attributes = 4; */ com.google.ads.googleads.v17.services.AudienceCompositionAttribute getAttributes(int index); /** *
   * The individual attributes that make up this cluster, with metadata and
   * metrics.
   * 
* * repeated .google.ads.googleads.v17.services.AudienceCompositionAttribute attributes = 4; */ int getAttributesCount(); /** *
   * The individual attributes that make up this cluster, with metadata and
   * metrics.
   * 
* * repeated .google.ads.googleads.v17.services.AudienceCompositionAttribute attributes = 4; */ java.util.List getAttributesOrBuilderList(); /** *
   * The individual attributes that make up this cluster, with metadata and
   * metrics.
   * 
* * repeated .google.ads.googleads.v17.services.AudienceCompositionAttribute attributes = 4; */ com.google.ads.googleads.v17.services.AudienceCompositionAttributeOrBuilder getAttributesOrBuilder( int index); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy