<?php
# Generated by the protocol buffer compiler.  DO NOT EDIT!
# source: google/datastore/v1/datastore.proto

namespace Google\Cloud\Datastore\V1\TransactionOptions;

if (version_compare(PHP_VERSION, '8.1', '<')) {
    $readOnlyClass = <<<EOF
namespace Google\Cloud\Datastore\V1\TransactionOptions;
/**
 * @deprecated
 */
class ReadOnly extends PBReadOnly
{
}
EOF;
    eval($readOnlyClass);
    @trigger_error(__NAMESPACE__ . '\ReadOnly is deprecated and will be removed in the next major release. Use PBReadOnly instead', E_USER_DEPRECATED);
}
