Ydb.Coordination.SessionResponse.AcquireSemaphorePending */ class AcquireSemaphorePending extends \Google\Protobuf\Internal\Message { /** * Generated from protobuf field uint64 req_id = 1; */ protected $req_id = 0; /** * Constructor. * * @param array $data { * Optional. Data for populating the Message object. * * @type int|string $req_id * } */ public function __construct($data = NULL) { \GPBMetadata\Protos\YdbCoordination::initOnce(); parent::__construct($data); } /** * Generated from protobuf field uint64 req_id = 1; * @return int|string */ public function getReqId() { return $this->req_id; } /** * Generated from protobuf field uint64 req_id = 1; * @param int|string $var * @return $this */ public function setReqId($var) { GPBUtil::checkUint64($var); $this->req_id = $var; return $this; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(AcquireSemaphorePending::class, \Ydb\Coordination\SessionResponse_AcquireSemaphorePending::class);