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
Modifier and TypeMethodDescriptiongetAttributes(int index) Required.intRequired.Required.getAttributesOrBuilder(int index) Required.List<? extends AudienceInsightsAttributeOrBuilder>Required.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
-
getAttributesList
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.v18.services.AudienceInsightsAttribute attributes = 1 [(.google.api.field_behavior) = REQUIRED]; -
getAttributes
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.v18.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.v18.services.AudienceInsightsAttribute attributes = 1 [(.google.api.field_behavior) = REQUIRED]; -
getAttributesOrBuilderList
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.v18.services.AudienceInsightsAttribute attributes = 1 [(.google.api.field_behavior) = REQUIRED]; -
getAttributesOrBuilder
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.v18.services.AudienceInsightsAttribute attributes = 1 [(.google.api.field_behavior) = REQUIRED];
-