PROJECT_ID 환경 변수를 만듭니다. 여기서 값은 Apigee Hybrid에 사용할 Google Cloud 프로젝트의 ID입니다.
프로젝트 ID는 Google Cloud에서 프로젝트를 다른 모든 프로젝트와 구분하는 데 사용되는 고유한 문자열입니다.
필요한 경우 프로젝트 ID 찾기를 참조하세요.
[[["이해하기 쉬움","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-07-24(UTC)"],[[["Apigee hybrid requires enabling specific Google Cloud service APIs, which can be done via the `gcloud` CLI or the Cloud Console."],["You must set a `PROJECT_ID` environment variable that matches your project ID in the Google Cloud, as it will be used throughout the instructions."],["The specific APIs required depend on your cluster platform, with different lists for OpenShift, GKE on Google Cloud, and other platforms."],["You can enable the necessary APIs by running a `gcloud services enable` command with the list of relevant API names for your platform, along with your `$PROJECT_ID`."],["You can verify that the APIs are enabled by running `gcloud services list` and ensuring that the required APIs are within the returned list."]]],[]]