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 Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AudienceCompositionAttributegetAttributes(int index)The individual attributes that make up this cluster, with metadata and metrics.intgetAttributesCount()The individual attributes that make up this cluster, with metadata and metrics.java.util.List<AudienceCompositionAttribute>getAttributesList()The individual attributes that make up this cluster, with metadata and metrics.AudienceCompositionAttributeOrBuildergetAttributesOrBuilder(int index)The individual attributes that make up this cluster, with metadata and metrics.java.util.List<? extends AudienceCompositionAttributeOrBuilder>getAttributesOrBuilderList()The individual attributes that make up this cluster, with metadata and metrics.java.lang.StringgetClusterDisplayName()The name of this cluster of attributescom.google.protobuf.ByteStringgetClusterDisplayNameBytes()The name of this cluster of attributesAudienceCompositionMetricsgetClusterMetrics()If the dimension associated with this cluster is YOUTUBE_CHANNEL, then cluster_metrics are metrics associated with the cluster as a whole.AudienceCompositionMetricsOrBuildergetClusterMetricsOrBuilder()If the dimension associated with this cluster is YOUTUBE_CHANNEL, then cluster_metrics are metrics associated with the cluster as a whole.booleanhasClusterMetrics()If the dimension associated with this cluster is YOUTUBE_CHANNEL, then cluster_metrics are metrics associated with the cluster as a whole.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
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;
-
-