package ocaml-protoc-plugin

  1. Overview
  2. Docs

Is this method side-effect-free (or safe in HTTP parlance), or idempotent, or neither? HTTP based RPC implementation may choose GET verb for safe methods, and PUT verb for idempotent methods instead of the default POST.

type t =
  1. | IDEMPOTENCY_UNKNOWN
  2. | NO_SIDE_EFFECTS
    (*

    implies idempotent

    *)
  3. | IDEMPOTENT
    (*

    idempotent, but may have side effects

    *)
val name : unit -> string

Fully qualified protobuf name of this enum