Copied!
<?php

namespace Google\ApiCore\LongRunning;

use Google\ApiCore\LongRunning\Gapic\OperationsGapicClient;

if (false) {
    /**
     * This class is deprecated. Use Google\LongRunning\OperationsClient instead.
     * @deprecated
     */
    class OperationsClient extends OperationsGapicClient {}
}
// Autoload the class and its alias
class_exists('\Google\LongRunning\OperationsClient');
© 2026 Bruce Wells
Search Namespaces \ Classes
Configuration