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: almost 3 years ago
Version: 1.2.0
License: Apache-2.0
Compatibility
Platform: java11
Ballerina version: 2201.0.0
Pull count
Total: 115819
Current verison: 43
Weekly downloads
Keywords
wrappers
Contributors