Interface StringValueOrBuilder

    • Method Detail

      • getValue

        java.lang.String getValue()
         The string value.
         
        string value = 1;
        Returns:
        The value.
      • getValueBytes

        ByteString getValueBytes()
         The string value.
         
        string value = 1;
        Returns:
        The bytes for value.