If your instance does not have an access configuration, you can use the gcloud compute instance update-access-config command to add an access config with a PTR record.
gcloud compute instances add-access-config [INSTANCE_NAME]
--public-ptr --public-ptr-domain [DOMAIN_NAME]
where: