HEX
Server: LiteSpeed
System: Linux php-prod-3.spaceapp.ru 5.15.0-151-generic #161-Ubuntu SMP Tue Jul 22 14:25:40 UTC 2025 x86_64
User: sarli3128 (1010)
PHP: 7.4.33
Disabled: pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_get_handler,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,pcntl_async_signals,pcntl_unshare,
Upload Files
File: /home/marketing.cfbon.ru/public_html/vendor/google/grpc-gcp/src/generated/Grpc/Gcp/ApiConfig.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.ApiConfig</code>
 */
class ApiConfig extends \Google\Protobuf\Internal\Message
{
    /**
     * The channel pool configurations.
     *
     * Generated from protobuf field <code>.grpc.gcp.ChannelPoolConfig channel_pool = 2;</code>
     */
    private $channel_pool = null;
    /**
     * The method configurations.
     *
     * Generated from protobuf field <code>repeated .grpc.gcp.MethodConfig method = 1001;</code>
     */
    private $method;

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

    /**
     * The channel pool configurations.
     *
     * Generated from protobuf field <code>.grpc.gcp.ChannelPoolConfig channel_pool = 2;</code>
     * @return \Grpc\Gcp\ChannelPoolConfig
     */
    public function getChannelPool()
    {
        return $this->channel_pool;
    }

    /**
     * The channel pool configurations.
     *
     * Generated from protobuf field <code>.grpc.gcp.ChannelPoolConfig channel_pool = 2;</code>
     * @param \Grpc\Gcp\ChannelPoolConfig $var
     * @return $this
     */
    public function setChannelPool($var)
    {
        GPBUtil::checkMessage($var, \Grpc\Gcp\ChannelPoolConfig::class);
        $this->channel_pool = $var;

        return $this;
    }

    /**
     * The method configurations.
     *
     * Generated from protobuf field <code>repeated .grpc.gcp.MethodConfig method = 1001;</code>
     * @return \Google\Protobuf\Internal\RepeatedField
     */
    public function getMethod()
    {
        return $this->method;
    }

    /**
     * The method configurations.
     *
     * Generated from protobuf field <code>repeated .grpc.gcp.MethodConfig method = 1001;</code>
     * @param \Grpc\Gcp\MethodConfig[]|\Google\Protobuf\Internal\RepeatedField $var
     * @return $this
     */
    public function setMethod($var)
    {
        $arr = GPBUtil::checkRepeatedField($var, \Google\Protobuf\Internal\GPBType::MESSAGE, \Grpc\Gcp\MethodConfig::class);
        $this->method = $arr;

        return $this;
    }
}