Interface GenerateCreatorInsightsRequest.SearchBrandOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
GenerateCreatorInsightsRequest.SearchBrand,GenerateCreatorInsightsRequest.SearchBrand.Builder
- Enclosing class:
- GenerateCreatorInsightsRequest
public static interface GenerateCreatorInsightsRequest.SearchBrandOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetBrandEntities(int index) Optional.intOptional.Optional.getBrandEntitiesOrBuilder(int index) Optional.List<? extends AudienceInsightsAttributeOrBuilder>Optional.booleanOptional.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
-
getBrandEntitiesList
List<AudienceInsightsAttribute> getBrandEntitiesList()Optional. One or more Knowledge Graph Entities that represent the brand for which to find insights.
repeated .google.ads.googleads.v19.common.AudienceInsightsAttribute brand_entities = 1 [(.google.api.field_behavior) = OPTIONAL]; -
getBrandEntities
Optional. One or more Knowledge Graph Entities that represent the brand for which to find insights.
repeated .google.ads.googleads.v19.common.AudienceInsightsAttribute brand_entities = 1 [(.google.api.field_behavior) = OPTIONAL]; -
getBrandEntitiesCount
int getBrandEntitiesCount()Optional. One or more Knowledge Graph Entities that represent the brand for which to find insights.
repeated .google.ads.googleads.v19.common.AudienceInsightsAttribute brand_entities = 1 [(.google.api.field_behavior) = OPTIONAL]; -
getBrandEntitiesOrBuilderList
List<? extends AudienceInsightsAttributeOrBuilder> getBrandEntitiesOrBuilderList()Optional. One or more Knowledge Graph Entities that represent the brand for which to find insights.
repeated .google.ads.googleads.v19.common.AudienceInsightsAttribute brand_entities = 1 [(.google.api.field_behavior) = OPTIONAL]; -
getBrandEntitiesOrBuilder
Optional. One or more Knowledge Graph Entities that represent the brand for which to find insights.
repeated .google.ads.googleads.v19.common.AudienceInsightsAttribute brand_entities = 1 [(.google.api.field_behavior) = OPTIONAL]; -
getIncludeRelatedTopics
boolean getIncludeRelatedTopics()Optional. When true, we will expand the search to beyond just the entities specified in [brand_entities] to other related knowledge graph entities similar to the brand. The default value is `false`.
bool include_related_topics = 2 [(.google.api.field_behavior) = OPTIONAL];- Returns:
- The includeRelatedTopics.
-