Interface KnowledgeGraphAttributeMetadataOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
KnowledgeGraphAttributeMetadata,KnowledgeGraphAttributeMetadata.Builder
public interface KnowledgeGraphAttributeMetadataOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetEntityCapabilities(int index) The capabilities of the entity used in [ContentCreatorInsightsService][].intThe capabilities of the entity used in [ContentCreatorInsightsService][].The capabilities of the entity used in [ContentCreatorInsightsService][].intgetEntityCapabilitiesValue(int index) The capabilities of the entity used in [ContentCreatorInsightsService][].The capabilities of the entity used in [ContentCreatorInsightsService][].getRelatedCategories(int index) A list of CATEGORY attributes related to this entity.intA list of CATEGORY attributes related to this entity.A list of CATEGORY attributes related to this entity.getRelatedCategoriesOrBuilder(int index) A list of CATEGORY attributes related to this entity.List<? extends AudienceInsightsAttributeMetadataOrBuilder>A list of CATEGORY attributes related to this entity.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
-
getEntityCapabilitiesList
List<InsightsKnowledgeGraphEntityCapabilitiesEnum.InsightsKnowledgeGraphEntityCapabilities> getEntityCapabilitiesList()The capabilities of the entity used in [ContentCreatorInsightsService][].
repeated .google.ads.googleads.v21.enums.InsightsKnowledgeGraphEntityCapabilitiesEnum.InsightsKnowledgeGraphEntityCapabilities entity_capabilities = 1;- Returns:
- A list containing the entityCapabilities.
-
getEntityCapabilitiesCount
int getEntityCapabilitiesCount()The capabilities of the entity used in [ContentCreatorInsightsService][].
repeated .google.ads.googleads.v21.enums.InsightsKnowledgeGraphEntityCapabilitiesEnum.InsightsKnowledgeGraphEntityCapabilities entity_capabilities = 1;- Returns:
- The count of entityCapabilities.
-
getEntityCapabilities
InsightsKnowledgeGraphEntityCapabilitiesEnum.InsightsKnowledgeGraphEntityCapabilities getEntityCapabilities(int index) The capabilities of the entity used in [ContentCreatorInsightsService][].
repeated .google.ads.googleads.v21.enums.InsightsKnowledgeGraphEntityCapabilitiesEnum.InsightsKnowledgeGraphEntityCapabilities entity_capabilities = 1;- Parameters:
index- The index of the element to return.- Returns:
- The entityCapabilities at the given index.
-
getEntityCapabilitiesValueList
The capabilities of the entity used in [ContentCreatorInsightsService][].
repeated .google.ads.googleads.v21.enums.InsightsKnowledgeGraphEntityCapabilitiesEnum.InsightsKnowledgeGraphEntityCapabilities entity_capabilities = 1;- Returns:
- A list containing the enum numeric values on the wire for entityCapabilities.
-
getEntityCapabilitiesValue
int getEntityCapabilitiesValue(int index) The capabilities of the entity used in [ContentCreatorInsightsService][].
repeated .google.ads.googleads.v21.enums.InsightsKnowledgeGraphEntityCapabilitiesEnum.InsightsKnowledgeGraphEntityCapabilities entity_capabilities = 1;- Parameters:
index- The index of the value to return.- Returns:
- The enum numeric value on the wire of entityCapabilities at the given index.
-
getRelatedCategoriesList
List<AudienceInsightsAttributeMetadata> getRelatedCategoriesList()A list of CATEGORY attributes related to this entity.
repeated .google.ads.googleads.v21.common.AudienceInsightsAttributeMetadata related_categories = 2; -
getRelatedCategories
A list of CATEGORY attributes related to this entity.
repeated .google.ads.googleads.v21.common.AudienceInsightsAttributeMetadata related_categories = 2; -
getRelatedCategoriesCount
int getRelatedCategoriesCount()A list of CATEGORY attributes related to this entity.
repeated .google.ads.googleads.v21.common.AudienceInsightsAttributeMetadata related_categories = 2; -
getRelatedCategoriesOrBuilderList
List<? extends AudienceInsightsAttributeMetadataOrBuilder> getRelatedCategoriesOrBuilderList()A list of CATEGORY attributes related to this entity.
repeated .google.ads.googleads.v21.common.AudienceInsightsAttributeMetadata related_categories = 2; -
getRelatedCategoriesOrBuilder
A list of CATEGORY attributes related to this entity.
repeated .google.ads.googleads.v21.common.AudienceInsightsAttributeMetadata related_categories = 2;
-