OXIESEC PANEL
- Current Dir:
/
/
var
/
www
/
firebase
/
vendor
/
google
/
grpc-gcp
/
src
/
generated
/
Grpc
/
Gcp
Server IP: 139.59.38.164
Upload:
Create Dir:
Name
Size
Modified
Perms
📁
..
-
08/12/2024 10:36:20 AM
rwxr-xr-x
📄
AffinityConfig.php
2.33 KB
08/12/2024 10:36:21 AM
rw-r--r--
📄
AffinityConfig_Command.php
1.24 KB
08/12/2024 10:36:21 AM
rw-r--r--
📄
ApiConfig.php
2.28 KB
08/12/2024 10:36:21 AM
rw-r--r--
📄
ChannelPoolConfig.php
3.43 KB
08/12/2024 10:36:21 AM
rw-r--r--
📄
MethodConfig.php
2.66 KB
08/12/2024 10:36:21 AM
rw-r--r--
Editing: AffinityConfig_Command.php
Close
<?php # Generated by the protocol buffer compiler. DO NOT EDIT! # source: grpc_gcp.proto namespace Grpc\Gcp; /** * Protobuf enum <code>Grpc\Gcp\AffinityConfig\Command</code> */ class AffinityConfig_Command { /** * 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. * * Generated from protobuf enum <code>BOUND = 0;</code> */ const BOUND = 0; /** * 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. * * Generated from protobuf enum <code>BIND = 1;</code> */ const BIND = 1; /** * 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. * * Generated from protobuf enum <code>UNBIND = 2;</code> */ const UNBIND = 2; }