Ydb.Operations.CancelOperationRequest */ class CancelOperationRequest extends \Google\Protobuf\Internal\Message { /** * Generated from protobuf field string id = 1 [(.Ydb.required) = true]; */ protected $id = ''; /** * Constructor. * * @param array $data { * Optional. Data for populating the Message object. * * @type string $id * } */ public function __construct($data = NULL) { \GPBMetadata\Protos\YdbOperation::initOnce(); parent::__construct($data); } /** * Generated from protobuf field string id = 1 [(.Ydb.required) = true]; * @return string */ public function getId() { return $this->id; } /** * Generated from protobuf field string id = 1 [(.Ydb.required) = true]; * @param string $var * @return $this */ public function setId($var) { GPBUtil::checkString($var, True); $this->id = $var; return $this; } }