protobuf.types.wrappers
Modules
Module protobuf.types.wrappers
ballerina/protobuf.types.wrappers Ballerina library
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
Context representation record of a boolean value.
Fields
- content boolean - The boolean value
protobuf.types.wrappers: ContextBooleanStream
Context representation record of a boolean stream.
Fields
protobuf.types.wrappers: ContextBytes
Context representation record of a byte array.
Fields
- content byte[] - The bytes value
protobuf.types.wrappers: ContextBytesStream
Context representation record of a byte array stream.
Fields
protobuf.types.wrappers: ContextFloat
Context representation record of a float value.
Fields
- content float - The float value
protobuf.types.wrappers: ContextFloatStream
Context representation record of a float stream.
Fields
protobuf.types.wrappers: ContextInt
Context representation record of an integer value.
Fields
- content int - The integer value
protobuf.types.wrappers: ContextIntStream
Context representation record of an integer stream.
Fields
protobuf.types.wrappers: ContextString
Context representation record of a string value.
Fields
- content string - The string value
protobuf.types.wrappers: ContextStringStream
Context representation record of a string stream.
Fields
Import
import ballerina/protobuf.types.wrappers;
Metadata
Released date: about 2 months ago
Version: 1.6.1
License: Apache-2.0
Compatibility
Platform: java17
Ballerina version: 2201.8.0
GraalVM compatible: Yes
Pull count
Total: 115971
Current verison: 2032
Weekly downloads
Keywords
wrappers
Contributors
Dependencies