Google\Cloud\Int64::__toString PHP Метод

__toString() публичный Метод

Provides a convenient way to access the value.
public __toString ( )
    public function __toString()
    {
        return $this->value;
    }