Interface NullableStringList.NullableStringOrBuilder

All Superinterfaces:
MessageLiteOrBuilder, MessageOrBuilder
All Known Implementing Classes:
NullableStringList.NullableString, NullableStringList.NullableString.Builder
Enclosing class:
NullableStringList

public static interface NullableStringList.NullableStringOrBuilder extends MessageOrBuilder
  • Method Details

    • hasValue

      boolean hasValue()
      optional string value = 1;
      Returns:
      Whether the value field is set.
    • getValue

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

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