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 TypeMethodDescriptiongetKeywords(int index) Requires at least one keyword and no more than 20 keywords.com.google.protobuf.ByteStringgetKeywordsBytes(int index) Requires at least one keyword and no more than 20 keywords.intRequires 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
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
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
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.
-