Skip to main content
The Deno 2 Release Candidate is here
Learn more
Go to Latest
type alias $.google.protobuf.MethodOptions.IdempotencyLevel
import { type $ } from "https://deno.land/x/pbkit@v0.0.58/generated/messages/google/protobuf/(MethodOptions)/IdempotencyLevel.ts";
const { IdempotencyLevel } = $.google.protobuf.MethodOptions;
definition: "IDEMPOTENCY_UNKNOWN" | "NO_SIDE_EFFECTS" | "IDEMPOTENT"