Package io.deephaven.proto.inputtable
Interface NullableStringList.NullableStringOrBuilder
- All Superinterfaces:
MessageLiteOrBuilder,MessageOrBuilder
- All Known Implementing Classes:
NullableStringList.NullableString,NullableStringList.NullableString.Builder
- Enclosing class:
- NullableStringList
-
Method Summary
Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
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.
-