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"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 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."]]],[]]