Package io.deephaven.protobuf
Interface FieldOptions.BytesBehavior
- Enclosing class:
- FieldOptions
public static interface FieldOptions.BytesBehavior
The behavior when handling a protobuf
bytes
field.-
Method Summary
Modifier and TypeMethodDescriptionstatic FieldOptions.BytesBehavior
Parsers the field as abyte[]
.static FieldOptions.BytesBehavior
Parses the field as aByteString
.
-
Method Details
-
asByteArray
Parsers the field as abyte[]
. -
asByteString
Parses the field as aByteString
.
-