Grpc\Gcp\AffinityConfig\Command */ class AffinityConfig_Command { /** * The annotated method will be required to be bound to an existing session * to execute the RPC. The corresponding will be * used to find the affinity key from the request message. * * Generated from protobuf enum BOUND = 0; */ const BOUND = 0; /** * The annotated method will establish the channel affinity with the channel * which is used to execute the RPC. The corresponding * will be used to find the affinity key from the * response message. * * Generated from protobuf enum BIND = 1; */ const BIND = 1; /** * The annotated method will remove the channel affinity with the channel * which is used to execute the RPC. The corresponding * will be used to find the affinity key from the * request message. * * Generated from protobuf enum UNBIND = 2; */ const UNBIND = 2; }