package protocell

  1. Overview
  2. Docs
type 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;
}
val equal : t -> t -> Ppx_deriving_runtime.bool
val pp : Ppx_deriving_runtime.Format.formatter -> t -> Ppx_deriving_runtime.unit
val to_binary : t -> (string, [> Bin'.serialization_error ]) Stdlib.result
val of_binary : string -> (t, [> Bin'.deserialization_error ]) Stdlib.result
val to_text : t -> (string, [> Text'.serialization_error ]) Stdlib.result
val of_text : string -> (t, [> Text'.deserialization_error ]) Stdlib.result