I think OP means GCP: Google Cloud Platform. There's GCE, Google Compute Engine, as part of GCP. GCE is also different from another GCP product Container Engine.
nit: GCE is Google Compute Engine, which is a raw VM product most analogous to EC2 in AWS. Google Container Engine is "GKE", which I guess is a clever resolution strategy since it's a hosted Kubernetes service (http://kubernetes.io/). GKE is another compute-based offering, but helps you deploy autoscaling services on Docker.