Interface SearchThemeInfoOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
SearchThemeInfo,SearchThemeInfo.Builder
public interface SearchThemeInfoOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetText()Each Search Theme has a value of a simple string, like keywords.com.google.protobuf.ByteStringgetTextBytes()Each Search Theme has a value of a simple string, like keywords.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getText
java.lang.String getText()
Each Search Theme has a value of a simple string, like keywords. There are limits on overall length, allowed characters, and number of words.
string text = 1;- Returns:
- The text.
-
getTextBytes
com.google.protobuf.ByteString getTextBytes()
Each Search Theme has a value of a simple string, like keywords. There are limits on overall length, allowed characters, and number of words.
string text = 1;- Returns:
- The bytes for text.
-
-