Apigee hybrid requires certain Google
Cloud service APIs. In this step, you will enable the APIs that are required for your installation platform.
Use gcloud to enable the required APIs as explained in the following steps. If you prefer,
you can use the Cloud Console to enable the APIs.
Complete the Prerequisites,
and be sure you have the gcloud CLI installed in your local shell:
gcloud --help
Create a PROJECT_ID environment variable where the
value is the ID of the Google Cloud project you plan to use for Apigee hybrid.
A project ID is a unique string used to differentiate your project from all others in Google Cloud.
If needed, see Locate the project ID:
export PROJECT_ID=YOUR_PROJECT_ID
Select the tab for your intended installation to see the command to enable the APIs:
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-10 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`."]]],[]]