[[["容易理解","easyToUnderstand","thumb-up"],["確實解決了我的問題","solvedMyProblem","thumb-up"],["其他","otherUp","thumb-up"]],[["難以理解","hardToUnderstand","thumb-down"],["資訊或程式碼範例有誤","incorrectInformationOrSampleCode","thumb-down"],["缺少我需要的資訊/範例","missingTheInformationSamplesINeed","thumb-down"],["翻譯問題","translationIssue","thumb-down"],["其他","otherDown","thumb-down"]],["上次更新時間:2025-09-10 (世界標準時間)。"],[[["\u003cp\u003eThis documentation version (1.4) for Apigee hybrid is end-of-life and an upgrade to a newer version is recommended.\u003c/p\u003e\n"],["\u003cp\u003eThe hybrid installation process can be performed using the Google Cloud console, Apigee hybrid UI, or the \u003ccode\u003egcloud\u003c/code\u003e command line.\u003c/p\u003e\n"],["\u003cp\u003eEnvironment variables are utilized for command-line procedures, and a shell script is recommended for quickly setting them; ensure variables with spaces are in double quotes.\u003c/p\u003e\n"],["\u003cp\u003eSetting up the Apigee hybrid UI and Google Cloud services involves creating a Google Cloud account and project, enabling necessary APIs, creating an organization, and adding an environment.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003egcloud\u003c/code\u003e authorization token expires after 20 minutes, necessitating re-authorization if steps are not completed within that time frame.\u003c/p\u003e\n"]]],[],null,["| You are currently viewing version 1.4 of the Apigee hybrid documentation. **This version is end of life.** You should upgrade to a newer version. For more information, see [Supported versions](/apigee/docs/hybrid/supported-platforms#supported-versions).\n\nBefore you begin\n\n\nThe steps described in this hybrid install process are performed with one or more of the following:\n\n- Google Cloud console\n- Apigee hybrid UI\n- gcloud command line\n\nEnvironment variables\n\n\nThe steps performed using the command line make use of user-created environment variables. If your\nterminal window is disconnected, the environment variables are not saved.\n| **Tip:** Create a shell script to quickly set the environment variables.\n\n\nThe environment variables used in these procedures are as follows:\n\u003cvar translate=\"no\"\u003e\u003c/var\u003e \n\n```gdscript\nexport PROJECT_ID=\"\u003cvar translate=\"no\"\u003eyour_project_id\u003c/var\u003e\"\nexport ORG_NAME=$PROJECT_ID\nORG_DISPLAY_NAME=\"\u003cvar translate=\"no\"\u003efriendly_name\u003c/var\u003e\"\nORGANIZATION_DESCRIPTION=\"\u003cvar translate=\"no\"\u003edescription_text\u003c/var\u003e\"\nexport ANALYTICS_REGION=\"\u003cvar translate=\"no\"\u003eanalytics_region\u003c/var\u003e\"\nexport RUNTIMETYPE=HYBRID\nexport LONG_RUNNING_OPERATION_ID=\"\u003cvar translate=\"no\"\u003elong_running_operation_ID\u003c/var\u003e\"\nexport ENV_NAME=\"\u003cvar translate=\"no\"\u003eenvironment_name\u003c/var\u003e\"\nENV_DISPLAY_NAME=\"\u003cvar translate=\"no\"\u003efriendly_name\u003c/var\u003e\"\nENV_DESCRIPTION=\"\u003cvar translate=\"no\"\u003edescription_text\u003c/var\u003e\"\nexport DOMAIN=\"\u003cvar translate=\"no\"\u003eexample.com\u003c/var\u003e\"\nexport ENV_GROUP=\"\u003cvar translate=\"no\"\u003eenvironment-group-name\u003c/var\u003e\"\n```\nVariable name contents that contain spaces must be enclosed in double quotes. For example: \"My Project\" **Tip:** Use the `echo $`\u003cvar translate=\"no\"\u003evariable-name\u003c/var\u003e command to verify that the environment variables are properly set.\n\nAuthorization credentials token\n\n\nThe `gcloud` authorization credentials token expires after 20 minutes.\nIf you don't complete all of the steps within that time, you must get the authorization\ncredentials again. For example: \n\n```text\nTOKEN=$(gcloud auth print-access-token)\n```\n\nProcess overview\n\n\nThis section provides an overview of the tasks you must accomplish to set up the hybrid UI\nand Google Cloud services.\n\nThe general process for setting up the Apigee hybrid UI and Google Cloud services is as follows:\n\n| Action | Using | Description |\n|-------------------------------------------------------------------------------------|--------------------------------------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| [Step 1: Create a Google Cloud account](/apigee/docs/hybrid/v1.4/precog-gcpaccount) | Google Cloud console | You need a Google Cloud account to use these procedures. This account will be bound to a new hybrid organization. |\n| [Step 2: Create a Google Cloud project](/apigee/docs/hybrid/v1.4/precog-gcpproject) | Google Cloud console | Google Cloud projects form the basis for creating, enabling, and using Google Cloud services. A project organizes all your Google Cloud resources. |\n| [Step 3: Enable APIs](/apigee/docs/hybrid/v1.4/precog-enableapi) | Google Cloud console or Command line | Without these, hybrid services wouldn't be able to talk to one another or other services. |\n| [Step 4: Create an organization](/apigee/docs/hybrid/v1.4/precog-provision) | Command line | Projects belong to organizations. Once you have an organization, you're almost ready to make API calls and create API proxies. |\n| [Step 5: Add an environment](/apigee/docs/hybrid/v1.4/precog-add-environment) | Apigee hybrid UI or Command line | An environment provides an isolated context or *sandbox* for running API proxies. In a single organization, you can create multiple environments. If you don't do this, you won't be able to complete the hybrid runtime installation, nor will you have anywhere to deploy your API proxies to. |\n\n| **Note:** If you plan to enable Google Cloud [Virtual Private Cloud (VPC) Service\n| Controls](https://cloud.google.com/vpc-service-controls) with your Apigee hybrid installation, see [Using VPC Service Controls with Apigee and\n| Apigee hybrid](/apigee/docs/api-platform/security/vpc-sc) for instructions before you proceed.\n\nNext step\n\nEach of these steps is described in the sections that follow.\n\n[Let's Go!](/apigee/docs/hybrid/v1.4/precog-gcpaccount)"]]