Interface GenerateAudienceDefinitionResponseOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
GenerateAudienceDefinitionResponse,GenerateAudienceDefinitionResponse.Builder
public interface GenerateAudienceDefinitionResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetHighRelevanceAttributes(int index) The attributes that make up the audience definition.intThe attributes that make up the audience definition.The attributes that make up the audience definition.getHighRelevanceAttributesOrBuilder(int index) The attributes that make up the audience definition.List<? extends AudienceInsightsAttributeMetadataOrBuilder>The attributes that make up the audience definition.getMediumRelevanceAttributes(int index) Additional attributes that are less relevant but still related to the audience description.intAdditional attributes that are less relevant but still related to the audience description.Additional attributes that are less relevant but still related to the audience description.getMediumRelevanceAttributesOrBuilder(int index) Additional attributes that are less relevant but still related to the audience description.List<? extends AudienceInsightsAttributeMetadataOrBuilder>Additional attributes that are less relevant but still related to the audience description.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
-
getHighRelevanceAttributesList
List<AudienceInsightsAttributeMetadata> getHighRelevanceAttributesList()The attributes that make up the audience definition.
repeated .google.ads.googleads.v23.common.AudienceInsightsAttributeMetadata high_relevance_attributes = 1; -
getHighRelevanceAttributes
The attributes that make up the audience definition.
repeated .google.ads.googleads.v23.common.AudienceInsightsAttributeMetadata high_relevance_attributes = 1; -
getHighRelevanceAttributesCount
int getHighRelevanceAttributesCount()The attributes that make up the audience definition.
repeated .google.ads.googleads.v23.common.AudienceInsightsAttributeMetadata high_relevance_attributes = 1; -
getHighRelevanceAttributesOrBuilderList
List<? extends AudienceInsightsAttributeMetadataOrBuilder> getHighRelevanceAttributesOrBuilderList()The attributes that make up the audience definition.
repeated .google.ads.googleads.v23.common.AudienceInsightsAttributeMetadata high_relevance_attributes = 1; -
getHighRelevanceAttributesOrBuilder
The attributes that make up the audience definition.
repeated .google.ads.googleads.v23.common.AudienceInsightsAttributeMetadata high_relevance_attributes = 1; -
getMediumRelevanceAttributesList
List<AudienceInsightsAttributeMetadata> getMediumRelevanceAttributesList()Additional attributes that are less relevant but still related to the audience description. Use these attributes to broaden the audience definition to reach more users.
repeated .google.ads.googleads.v23.common.AudienceInsightsAttributeMetadata medium_relevance_attributes = 2; -
getMediumRelevanceAttributes
Additional attributes that are less relevant but still related to the audience description. Use these attributes to broaden the audience definition to reach more users.
repeated .google.ads.googleads.v23.common.AudienceInsightsAttributeMetadata medium_relevance_attributes = 2; -
getMediumRelevanceAttributesCount
int getMediumRelevanceAttributesCount()Additional attributes that are less relevant but still related to the audience description. Use these attributes to broaden the audience definition to reach more users.
repeated .google.ads.googleads.v23.common.AudienceInsightsAttributeMetadata medium_relevance_attributes = 2; -
getMediumRelevanceAttributesOrBuilderList
List<? extends AudienceInsightsAttributeMetadataOrBuilder> getMediumRelevanceAttributesOrBuilderList()Additional attributes that are less relevant but still related to the audience description. Use these attributes to broaden the audience definition to reach more users.
repeated .google.ads.googleads.v23.common.AudienceInsightsAttributeMetadata medium_relevance_attributes = 2; -
getMediumRelevanceAttributesOrBuilder
Additional attributes that are less relevant but still related to the audience description. Use these attributes to broaden the audience definition to reach more users.
repeated .google.ads.googleads.v23.common.AudienceInsightsAttributeMetadata medium_relevance_attributes = 2;
-