Google\Cloud\Compute\Metadata::__construct PHP Method

__construct() public method

We use StreamReader for the default implementation for fetching the URL.
public __construct ( )
    public function __construct()
    {
        $this->reader = new StreamReader();
    }