Interface SettingOrBuilder

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

@Generated public interface SettingOrBuilder extends com.google.protobuf.MessageLiteOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    com.google.protobuf.ByteString
    * A small quantity of data associated with this setting.
    * A name for this setting property.
    com.google.protobuf.ByteString
    * A name for this setting property.
    * A value for this setting property.
    com.google.protobuf.ByteString
    * A value for this setting property.

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    getDefaultInstanceForType, isInitialized
  • Method Details

    • getName

      String getName()
       *
       A name for this setting property.
       
      string name = 1;
      Returns:
      The name.
    • getNameBytes

      com.google.protobuf.ByteString getNameBytes()
       *
       A name for this setting property.
       
      string name = 1;
      Returns:
      The bytes for name.
    • getValue

      String getValue()
       *
       A value for this setting property.
       
      string value = 2;
      Returns:
      The value.
    • getValueBytes

      com.google.protobuf.ByteString getValueBytes()
       *
       A value for this setting property.
       
      string value = 2;
      Returns:
      The bytes for value.
    • getData

      com.google.protobuf.ByteString getData()
       *
       A small quantity of data associated with this setting.
       <p>
       This SHOULD be less than 100 bytes.<br/>
       If the value is a string, it MUST be encoded UTF-8.
       
      bytes data = 3;
      Returns:
      The data.