Interface SearchTopicsOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
SearchTopics,SearchTopics.Builder
public interface SearchTopicsOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetEntities(int index) Required.intRequired.Required.getEntitiesOrBuilder(int index) Required.List<? extends AudienceInsightsEntityOrBuilder>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
-
getEntitiesList
List<AudienceInsightsEntity> getEntitiesList()Required. A list of knowledge graph entities to retrieve trend information for. Supported entities are tagged with [InsightsKnowledgeGraphEntityCapabilities.CONTENT_TRENDING_INSIGHTS][].
repeated .google.ads.googleads.v21.common.AudienceInsightsEntity entities = 1 [(.google.api.field_behavior) = REQUIRED]; -
getEntities
Required. A list of knowledge graph entities to retrieve trend information for. Supported entities are tagged with [InsightsKnowledgeGraphEntityCapabilities.CONTENT_TRENDING_INSIGHTS][].
repeated .google.ads.googleads.v21.common.AudienceInsightsEntity entities = 1 [(.google.api.field_behavior) = REQUIRED]; -
getEntitiesCount
int getEntitiesCount()Required. A list of knowledge graph entities to retrieve trend information for. Supported entities are tagged with [InsightsKnowledgeGraphEntityCapabilities.CONTENT_TRENDING_INSIGHTS][].
repeated .google.ads.googleads.v21.common.AudienceInsightsEntity entities = 1 [(.google.api.field_behavior) = REQUIRED]; -
getEntitiesOrBuilderList
List<? extends AudienceInsightsEntityOrBuilder> getEntitiesOrBuilderList()Required. A list of knowledge graph entities to retrieve trend information for. Supported entities are tagged with [InsightsKnowledgeGraphEntityCapabilities.CONTENT_TRENDING_INSIGHTS][].
repeated .google.ads.googleads.v21.common.AudienceInsightsEntity entities = 1 [(.google.api.field_behavior) = REQUIRED]; -
getEntitiesOrBuilder
Required. A list of knowledge graph entities to retrieve trend information for. Supported entities are tagged with [InsightsKnowledgeGraphEntityCapabilities.CONTENT_TRENDING_INSIGHTS][].
repeated .google.ads.googleads.v21.common.AudienceInsightsEntity entities = 1 [(.google.api.field_behavior) = REQUIRED];
-