Crie uma variável de ambiente PROJECT_ID em que o
valor é o ID do projeto do Google Cloud que você pretende usar para a Apigee híbrida.
O ID do projeto é uma string exclusiva usada para diferenciar seu projeto de todos os outros no Google Cloud.
Se necessário, consulte Localizar o ID do projeto:
export PROJECT_ID=YOUR_PROJECT_ID
Selecione a guia da instalação desejada para ver o comando para ativar as APIs:
(Opcional) Para verificar se as APIs necessárias estão ativadas, execute este comando.
Se as APIs necessárias estiverem na lista retornada, elas estarão ativadas.
[[["Fácil de entender","easyToUnderstand","thumb-up"],["Meu problema foi resolvido","solvedMyProblem","thumb-up"],["Outro","otherUp","thumb-up"]],[["Difícil de entender","hardToUnderstand","thumb-down"],["Informações incorretas ou exemplo de código","incorrectInformationOrSampleCode","thumb-down"],["Não contém as informações/amostras de que eu preciso","missingTheInformationSamplesINeed","thumb-down"],["Problema na tradução","translationIssue","thumb-down"],["Outro","otherDown","thumb-down"]],["Última atualização 2025-03-12 UTC."],[[["Apigee hybrid requires enabling specific Google Cloud service APIs, which can be done via the `gcloud` command-line tool or the Cloud Console."],["Before enabling APIs, ensure you have completed the prerequisites, have the `gcloud` CLI installed, and have set the `PROJECT_ID` environment variable to your Google Cloud project ID."],["For GKE installations on Google Cloud, six APIs must be enabled: Apigee API, Apigee Connect API, Cloud Pub/Sub API, Cloud Resource Manager API, Kubernetes Engine API, and Compute Engine API."],["For other platforms like AKS, EKS, GKE on AWS, OpenShift, or software-only Google Distributed Cloud, only four APIs are required: Apigee API, Apigee Connect API, Cloud Pub/Sub API, and Cloud Resource Manager API."],["You can verify that the required APIs are enabled by using the command `gcloud services list --project $PROJECT_ID`."]]],[]]