Standard library
protobuf.types.struct
Modules
Module protobuf.types.struct
ballerina/protobuf.types.struct
1.0.0
Classes
protobuf.types.struct: StructStream
Represents a stream of structs.
next
Isolated Function
Retrieve the next value of the stream.
Return Type
close
Isolated Function
function close() returns error?
Close the stream.
Return Type
- error? - Returns an error if failed to close the stream
Records
protobuf.types.struct: ContextStruct
Closed record
Context representation record of a struct.
Fields
- content map<anydata> - The struct value represented using
map<anydata>
protobuf.types.struct: ContextStructStream
Closed record
Context representation record of a struct stream.