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

namespace Google\Cloud\Firestore\V1\TransactionOptions;

if (version_compare(PHP_VERSION, '8.1', '<')) {
    $readOnlyClass = <<<EOF
namespace Google\Cloud\Firestore\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);
}
