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-04-17 UTC."],[[["This webpage provides documentation for the `Command` enum within the `Google.Api.Gax.Grpc.Gcp` namespace, specifically detailing its usage within the Google API Client Libraries for .NET."],["The documentation covers multiple versions of the `Google.Api.Gax` library, ranging from version 3.2.0 up to the latest version 4.10.0, each providing specific details relevant to the given version."],["The `Command` enum, found within the `Google.Api.Gax.Grpc.Gcp` namespace, outlines three distinct fields: `Bind`, `Bound`, and `Unbind`, each corresponding to different RPC channel affinity management operations."],["The `Bind` field establishes channel affinity, `Bound` mandates binding to an existing session, and `Unbind` removes channel affinity."],["The documented code can be found in the Google.Api.Gax.Grpc.dll assembly."]]],[]]