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

    Modifier and Type
    Method
    Description
    Each Search Theme has a value of a simple string, like keywords.
    com.google.protobuf.ByteString
    Each Search Theme has a value of a simple string, like 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

    • getText

      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.