The annotated method will establish the channel affinity with the channel
which is used to execute the RPC. The corresponding
<affinity_key_field_path> will be used to find the affinity key from the
response message.
Bound
The annotated method will be required to be bound to an existing session
to execute the RPC. The corresponding <affinity_key_field_path> will be
used to find the affinity key from the request message.
Unbind
The annotated method will remove the channel affinity with the channel
which is used to execute the RPC. The corresponding
<affinity_key_field_path> will be used to find the affinity key from the
request message.
[[["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-05 UTC."],[[["The content outlines the `Command` enum within the `Google.Api.Gax.Grpc.Gcp` namespace, found in the `Google.Api.Gax.Grpc.dll` assembly."],["It details the `Command` enum's availability across multiple versions, with the latest being version 4.10.0, and it goes as back as 3.2.0."],["The `Command` enum defines three distinct fields: `Bind`, `Bound`, and `Unbind`, each representing a specific action related to channel affinity."],["Each field in the `Command` enum has a description of how it affects channel affinity during RPC execution, including binding, using existing sessions, or removing affinity."],["The webpage contains versions which link to documentation for the Command enum, from version 3.2.0 through to 4.10.0."]]],[]]