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 Summary

    Modifier and Type
    Method
    Description
    getConcepts(int index)
    The list of concepts for the keyword.
    int
    The list of concepts for the keyword.
    The list of concepts for the keyword.
    The list of concepts for the keyword.
    The list of concepts for the keyword.

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    Methods inherited from interface com.google.protobuf.MessageOrBuilder

    findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
  • Method Details

    • getConceptsList

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

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

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

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

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