package ocaml-protoc-plugin

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Module Google.Protobuf

module DoubleValue : sig ... end

Wrapper message for double.

The JSON representation for DoubleValue is JSON number.

module FloatValue : sig ... end

Wrapper message for float.

The JSON representation for FloatValue is JSON number.

module Int64Value : sig ... end

Wrapper message for int64.

The JSON representation for Int64Value is JSON string.

module UInt64Value : sig ... end

Wrapper message for uint64.

The JSON representation for UInt64Value is JSON string.

module Int32Value : sig ... end

Wrapper message for int32.

The JSON representation for Int32Value is JSON number.

module UInt32Value : sig ... end

Wrapper message for uint32.

The JSON representation for UInt32Value is JSON number.

module BoolValue : sig ... end

Wrapper message for bool.

The JSON representation for BoolValue is JSON true and false.

module StringValue : sig ... end

Wrapper message for string.

The JSON representation for StringValue is JSON string.

module BytesValue : sig ... end

Wrapper message for bytes.

The JSON representation for BytesValue is JSON string.