Interface InsightsAudienceAttributeGroupOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
InsightsAudienceAttributeGroup,InsightsAudienceAttributeGroup.Builder
public interface InsightsAudienceAttributeGroupOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AudienceInsightsAttributegetAttributes(int index)Required.intgetAttributesCount()Required.java.util.List<AudienceInsightsAttribute>getAttributesList()Required.AudienceInsightsAttributeOrBuildergetAttributesOrBuilder(int index)Required.java.util.List<? extends AudienceInsightsAttributeOrBuilder>getAttributesOrBuilderList()Required.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getAttributesList
java.util.List<AudienceInsightsAttribute> getAttributesList()
Required. A collection of audience attributes to be combined with logical OR. Attributes need not all be the same dimension. Only Knowledge Graph entities, Product & Service Categories, and Affinity and In-Market audiences are supported in this context.
repeated .google.ads.googleads.v15.services.AudienceInsightsAttribute attributes = 1 [(.google.api.field_behavior) = REQUIRED];
-
getAttributes
AudienceInsightsAttribute getAttributes(int index)
Required. A collection of audience attributes to be combined with logical OR. Attributes need not all be the same dimension. Only Knowledge Graph entities, Product & Service Categories, and Affinity and In-Market audiences are supported in this context.
repeated .google.ads.googleads.v15.services.AudienceInsightsAttribute attributes = 1 [(.google.api.field_behavior) = REQUIRED];
-
getAttributesCount
int getAttributesCount()
Required. A collection of audience attributes to be combined with logical OR. Attributes need not all be the same dimension. Only Knowledge Graph entities, Product & Service Categories, and Affinity and In-Market audiences are supported in this context.
repeated .google.ads.googleads.v15.services.AudienceInsightsAttribute attributes = 1 [(.google.api.field_behavior) = REQUIRED];
-
getAttributesOrBuilderList
java.util.List<? extends AudienceInsightsAttributeOrBuilder> getAttributesOrBuilderList()
Required. A collection of audience attributes to be combined with logical OR. Attributes need not all be the same dimension. Only Knowledge Graph entities, Product & Service Categories, and Affinity and In-Market audiences are supported in this context.
repeated .google.ads.googleads.v15.services.AudienceInsightsAttribute attributes = 1 [(.google.api.field_behavior) = REQUIRED];
-
getAttributesOrBuilder
AudienceInsightsAttributeOrBuilder getAttributesOrBuilder(int index)
Required. A collection of audience attributes to be combined with logical OR. Attributes need not all be the same dimension. Only Knowledge Graph entities, Product & Service Categories, and Affinity and In-Market audiences are supported in this context.
repeated .google.ads.googleads.v15.services.AudienceInsightsAttribute attributes = 1 [(.google.api.field_behavior) = REQUIRED];
-
-