Using Google Cloud Storage with APOC

Hello there

I read about the Google Cloud Storage with APOC here but the documentation is a bit short.

Thanks for the great package to make it simpler, I see that we must use the gs protocol in the form of: gs://<bucket_name>/<file_path>

But what is the procedure or function using this path?
Can we use any clause or procedure who using a patch like Cypher the LOAD CSV clause or the apoc procedure apoc.load.csv ?

Thanks

Update:

I think I figure that you have to use the procedures at the top of the doc page.