이 페이지에서는 Datastream에서 비공개 연결 구성, 연결 프로필, 스트림을 관리하는 데 사용할 수 있도록 Google Cloud CLI를 시작하는 방법을 설명합니다.
Google Cloud CLI에서는 Datastream 및 기타 Google Cloud 서비스와 상호작용할 수 있도록 Google Cloud CLI를 제공합니다. gcloud CLI는 API를 사용하여 Datastream에 액세스하므로 이 도구를 사용하려면 먼저 API를 사용 설정해야 합니다.
[[["이해하기 쉬움","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-08-07(UTC)"],[[["\u003cp\u003eThis page explains how to use the Google Cloud CLI to manage Datastream resources such as private connectivity configurations, connection profiles, and streams.\u003c/p\u003e\n"],["\u003cp\u003eThe Google Cloud CLI interacts with Datastream through its API, which must be enabled before using the tool.\u003c/p\u003e\n"],["\u003cp\u003eYou can refer to the Datastream documentation for specific examples on managing private connectivity, connection profiles, and streams with the gcloud CLI.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003e--help\u003c/code\u003e flag provides assistance for gcloud CLI tools, resources, and commands related to Datastream.\u003c/p\u003e\n"],["\u003cp\u003eYou can configure a default project for the gcloud CLI using the \u003ccode\u003egcloud config\u003c/code\u003e commands.\u003c/p\u003e\n"]]],[],null,["# Use the gcloud CLI\n\nThis page describes how to get started with the\n[Google Cloud CLI](/sdk/docs)\nso you can use it to manage private connectivity configurations, connection profiles, and streams in Datastream.\n\nThe Google Cloud CLI\nprovides the Google Cloud CLI to interact with\nDatastream and other Google Cloud services. The gcloud CLI\nuses the API to access Datastream, so you must enable the API before you\ncan use the tool.\n\nYou can see `gcloud` examples in the following pages of the Datastream documentation:\n\n- [Manage private connectivity configurations](/datastream/docs/manage-private-connectivity-configurations)\n- [Manage connection profiles](/datastream/docs/manage-connection-profiles)\n- [Manage streams](/datastream/docs/manage-streams)\n\nGet started with the Google Cloud CLI\n-------------------------------------\n\nTo start with the gcloud CLI, review the\n[Google Cloud CLI Documentation](/sdk/docs).\nYou can get help for the tool, resources, and\ncommands by using the `--help` flag: \n\n```bash\ngcloud datastream --help\ngcloud datastream private-connections create --help\ngcloud datastream connection-profiles create --help\ngcloud datastream streams create --help\n```\n\n\nFinally, configure a project as your default project with\ntwo commands. The first command below lists the\nconfiguration for the gcloud CLI, including any default project\nalready set. The second command sets the default project. \n\n```bash\ngcloud config list\ngcloud config set project [PROJECT_ID]\n```"]]