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 latest version available for `AffinityConfig.Types.Command` is 4.10.0, with multiple previous versions accessible, including 4.8.0, 4.4.0, 4.3.1, 4.2.0, 4.0.0, and 3.2.0."],["`AffinityConfig.Types.Command` is an enum found within the `Google.Api.Gax.Grpc.Gcp` namespace and is part of the `Google.Api.Gax.Grpc.dll` assembly."],["The enum `AffinityConfig.Types.Command` defines three fields: `Bind`, `Bound`, and `Unbind`, each with a specific role in managing channel affinity for Remote Procedure Calls (RPCs)."],["The `Bind` field establishes channel affinity, the `Bound` field requires an existing session for RPC execution, and the `Unbind` field removes channel affinity."]]],[]]