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 Details

    • 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

       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

      List<Integer> 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

      AudienceInsightsAttributeMetadata getRelatedCategories(int index)
       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

      AudienceInsightsAttributeMetadataOrBuilder getRelatedCategoriesOrBuilder(int index)
       A list of CATEGORY attributes related to this entity.
       
      repeated .google.ads.googleads.v21.common.AudienceInsightsAttributeMetadata related_categories = 2;