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
Static MethodsModifier and TypeMethodDescriptionstatic FieldOptions.BytesBehaviorParsers the field as abyte[].static FieldOptions.BytesBehaviorParses the field as aByteString.
-
Method Details
-
asByteArray
Parsers the field as abyte[]. -
asByteString
Parses the field as aByteString.
-