12345678910111213141516171819202122232425262728293031323334353637 |
- <?php
- # Generated by the protocol buffer compiler. DO NOT EDIT!
- # source: protos/ydb_coordination.proto
- namespace Ydb\Coordination\SessionRequest;
- use Google\Protobuf\Internal\GPBType;
- use Google\Protobuf\Internal\RepeatedField;
- use Google\Protobuf\Internal\GPBUtil;
- /**
- **
- * Last message used to cleanly stop session before its timeout expires
- *
- * Generated from protobuf message <code>Ydb.Coordination.SessionRequest.SessionStop</code>
- */
- class SessionStop extends \Google\Protobuf\Internal\Message
- {
- /**
- * Constructor.
- *
- * @param array $data {
- * Optional. Data for populating the Message object.
- *
- * }
- */
- public function __construct($data = NULL) {
- \GPBMetadata\Protos\YdbCoordination::initOnce();
- parent::__construct($data);
- }
- }
- // Adding a class alias for backwards compatibility with the previous class name.
- class_alias(SessionStop::class, \Ydb\Coordination\SessionRequest_SessionStop::class);
|