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.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["This document describes the `IdempotencyLevel` enum within the `Google.Protobuf.Reflection` namespace, used to define the behavior of a method."],["The `IdempotencyLevel` enum is used by HTTP-based RPC implementations to determine the appropriate HTTP verb (GET, PUT, or POST) for a given method."],["The enum has three possible values: `IdempotencyUnknown`, `Idempotent` (allowing side effects), and `NoSideEffects` (implying idempotency)."],["This reference material contains information about the various versions of the package from 3.15.8 to 3.27.1."]]],[]]