Google\Cloud\Speech\Connection\Rest::getOperation PHP Method

getOperation() public method

public getOperation ( array $args = [] ) : array
$args array
return array
    public function getOperation(array $args = [])
    {
        return $this->send('operations', 'get', $args);
    }