package protocell

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

Module Google_protobuf_api_pc.Method'

Sourcetype t = {
  1. name : string;
  2. request_type_url : string;
  3. request_streaming : bool;
  4. response_type_url : string;
  5. response_streaming : bool;
  6. options : Google_protobuf_type_pc.Option.t list;
  7. syntax : Google_protobuf_type_pc.Syntax.t;
}
Sourceval to_binary : t -> (string, [> Bin'.serialization_error ]) result
Sourceval of_binary : string -> (t, [> Bin'.deserialization_error ]) result
Sourceval to_text : t -> (string, [> Text'.serialization_error ]) result
Sourceval of_text : string -> (t, [> Text'.deserialization_error ]) result
OCaml

Innovation. Community. Security.