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

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

public __construct ( string $value )
$value string The 64 bit integer value in string format.
    public function __construct($value)
    {
        $this->value = $value;
    }