ballerina/protobuf.types.any1.2.2
Overview
This module provides APIs to represent google/protobuf/any.proto
.
For information on the operations, which you can perform with the protobuf module, see the below Functions.
Modules
[7]
protobuf | This module provides APIs to represent a set of pre-defined protobuf types. |
protobuf.types.any | This module provides APIs to represent |
protobuf.types.duration | This module provides APIs to represent |
protobuf.types.empty | This module provides APIs to represent |
protobuf.types.struct | This module provides APIs to represent |
protobuf.types.timestamp | This module provides APIs to represent |
protobuf.types.wrappers | This module provides APIs to represent |
Functions
[2]
pack | Generate and return the generic |
unpack | Unpack and return the specified Ballerina value |
Records
[3]
Any | Represent protobuf |
ContextAny | Context representation of the |
ContextAnyStream | Streaming representation of the |
Types
[2]
ValueType | Subtypes that are allowed as Any type. |
ValueTypeDesc | Type descriptor of ValueType. |
Errors
[1]
TypeMismatchError | Type mismatch error that returns when a user specifies an incorrect type. |