Generally, the Google Native provider doesn't support imports just yet due to it being in public preview (see the note in
https://www.pulumi.com/docs/guides/adopting/import/#pulumi-import-resource-operation); that's why there's no import section in the API docs. Mainly the issue in these cases is the API discovery is still changing rapidly enough that development priority is on native creation rather than import. That being said, you
can mix google native and google classic just fine, so I'd try importing with classic first.
Generally, if there's an import section like
this in the API docs, you can import it.