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.v19.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.v19.enums.InsightsKnowledgeGraphEntityCapabilitiesEnum.InsightsKnowledgeGraphEntityCapabilities entity_capabilities = 1;
      Returns:
      The count of entityCapabilities.
    • getEntityCapabilities

       The capabilities of the entity used in [ContentCreatorInsightsService][].
       
      repeated .google.ads.googleads.v19.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.v19.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.v19.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.