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
Modifier and TypeMethodDescriptiongetAttributes(int index) The individual attributes that make up this cluster, with metadata and metrics.intThe individual attributes that make up this cluster, with metadata and metrics.The individual attributes that make up this cluster, with metadata and metrics.getAttributesOrBuilder(int index) The individual attributes that make up this cluster, with metadata and metrics.List<? extends AudienceCompositionAttributeOrBuilder>The individual attributes that make up this cluster, with metadata and metrics.The name of this cluster of attributescom.google.protobuf.ByteStringThe name of this cluster of attributesIf the dimension associated with this cluster is YOUTUBE_CHANNEL, then cluster_metrics are metrics associated with the cluster as a whole.If the dimension associated with this cluster is YOUTUBE_CHANNEL, then cluster_metrics are metrics associated with the cluster as a whole.booleanIf 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.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
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
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
The individual attributes that make up this cluster, with metadata and metrics.
repeated .google.ads.googleads.v18.services.AudienceCompositionAttribute attributes = 4;
-