package ocaml-protoc-plugin

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

Module Protobuf.MethodOptions

module IdempotencyLevel : sig ... end
Sourceval name' : unit -> string
Sourcetype t = {
  1. deprecated : bool;
  2. idempotency_level : IdempotencyLevel.t;
  3. uninterpreted_option : UninterpretedOption.t list;
  4. extensions' : Ocaml_protoc_plugin.Extensions.t;
}