Standard library
protobuf.types.wrappers
Modules
ballerina/protobuf.types.wrappers
1.3.2
Overview
This module provides APIs to represent google/protobuf/wrappers.proto
.
For information on the operations, which you can perform with the protobuf module, see the below Functions.
Records
protobuf.types.wrappers: ContextBoolean
Closed record
Context representation record of a boolean value.
Fields
- content boolean - The boolean value
protobuf.types.wrappers: ContextBooleanStream
Closed record
Context representation record of a boolean stream.
Fields
protobuf.types.wrappers: ContextBytes
Closed record
Context representation record of a byte array.
Fields
- content byte[] - The bytes value
protobuf.types.wrappers: ContextBytesStream
Closed record
Context representation record of a byte array stream.
Fields
protobuf.types.wrappers: ContextFloat
Closed record
Context representation record of a float value.
Fields
- content float - The float value
protobuf.types.wrappers: ContextFloatStream
Closed record
Context representation record of a float stream.
Fields
protobuf.types.wrappers: ContextInt
Closed record
Context representation record of an integer value.
Fields
- content int - The integer value
protobuf.types.wrappers: ContextIntStream
Closed record
Context representation record of an integer stream.
Fields
protobuf.types.wrappers: ContextString
Closed record
Context representation record of a string value.
Fields
- content string - The string value
protobuf.types.wrappers: ContextStringStream
Closed record
Context representation record of a string stream.