Interface KeywordSeedOrBuilder

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

public interface KeywordSeedOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    getKeywords(int index)
    Requires at least one keyword and no more than 20 keywords.
    com.google.protobuf.ByteString
    getKeywordsBytes(int index)
    Requires at least one keyword and no more than 20 keywords.
    int
    Requires at least one keyword and no more than 20 keywords.
    Requires at least one keyword and no more than 20 keywords.

    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

    • getKeywordsList

      List<String> getKeywordsList()
       Requires at least one keyword and no more than 20 keywords.
       
      repeated string keywords = 2;
      Returns:
      A list containing the keywords.
    • getKeywordsCount

      int getKeywordsCount()
       Requires at least one keyword and no more than 20 keywords.
       
      repeated string keywords = 2;
      Returns:
      The count of keywords.
    • getKeywords

      String getKeywords(int index)
       Requires at least one keyword and no more than 20 keywords.
       
      repeated string keywords = 2;
      Parameters:
      index - The index of the element to return.
      Returns:
      The keywords at the given index.
    • getKeywordsBytes

      com.google.protobuf.ByteString getKeywordsBytes(int index)
       Requires at least one keyword and no more than 20 keywords.
       
      repeated string keywords = 2;
      Parameters:
      index - The index of the value to return.
      Returns:
      The bytes of the keywords at the given index.