Google Cloud Platform does display the Snapshot ID of the disk
For GCP, user would not be able to view the Snapshot ID on the GCP console (as per design).
Workaround:
User can obtain the snapshot ID name using the following query through gcloud CLI:
For example, Snapshot ID: google-gcepdsnap-us-west1-a-6370700417460427698
The output displayed is as follows:
$gcloud compute snapshots list --filter="id='6370700417460427698'" NAME: nbu13341941794333344701snap1736762714 DISK_SIZE_GB: 20 SRC_DISK: us-east1-b/disks/ranjit-test1-lx STATUS: READY