I am trying to use API Gateway, and I am not able to enable the apigateway.googleapis.com API.
It is not shown in gcloud services list
. I am trying to follow the instruction of gcp doc. https://cloud.google.com/api-gateway/docs/configure-dev-env#enabling_required_services
When trying to enable it in console, it does not return anything.
When trying to enable it in gcloud, it returns error as follows.
gcloud services enable apigateway.googleapis.com ERROR: (gcloud.services.enable) PERMISSION_DENIED: The caller does not have permission
I was not able to attach a role since I was not able to find which role is related to apigateway. I could not create custom role since there was no related policy.
Is there any way I can resolve this issue?