Interface KeywordAnnotationsOrBuilder

  • All Superinterfaces:
    com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
    All Known Implementing Classes:
    KeywordAnnotations, KeywordAnnotations.Builder

    public interface KeywordAnnotationsOrBuilder
    extends com.google.protobuf.MessageOrBuilder
    • Method Detail

      • getConceptsList

        java.util.List<KeywordConcept> getConceptsList()
         The list of concepts for the keyword.
         
        repeated .google.ads.googleads.v10.common.KeywordConcept concepts = 1;
      • getConcepts

        KeywordConcept getConcepts​(int index)
         The list of concepts for the keyword.
         
        repeated .google.ads.googleads.v10.common.KeywordConcept concepts = 1;
      • getConceptsCount

        int getConceptsCount()
         The list of concepts for the keyword.
         
        repeated .google.ads.googleads.v10.common.KeywordConcept concepts = 1;
      • getConceptsOrBuilderList

        java.util.List<? extends KeywordConceptOrBuilder> getConceptsOrBuilderList()
         The list of concepts for the keyword.
         
        repeated .google.ads.googleads.v10.common.KeywordConcept concepts = 1;
      • getConceptsOrBuilder

        KeywordConceptOrBuilder getConceptsOrBuilder​(int index)
         The list of concepts for the keyword.
         
        repeated .google.ads.googleads.v10.common.KeywordConcept concepts = 1;