This PR copies over and uses the OnGCE() func from gRPC repo: internal/googlecloud/googlecloud.go
This OnGCE() func is based on checking the manufacturer info on local system, and will return false on Serverless.
This change allows us to skip the use of directPath credentials on Serverless.
This PR copies over and uses the OnGCE() func from gRPC repo: internal/googlecloud/googlecloud.go This OnGCE() func is based on checking the manufacturer info on local system, and will return false on Serverless.
This change allows us to skip the use of directPath credentials on Serverless.