[[["容易理解","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-03 (世界標準時間)。"],[[["\u003cp\u003eAPI Gateway offers three primary methods for interacting with its services and resources: the Google Cloud console, the command-line interface (\u003ccode\u003egcloud\u003c/code\u003e), and client libraries.\u003c/p\u003e\n"],["\u003cp\u003eThe Google Cloud console provides a web-based UI for managing Google Cloud projects and resources, allowing users to create and access resources within specific projects.\u003c/p\u003e\n"],["\u003cp\u003eThe command-line interface (\u003ccode\u003egcloud\u003c/code\u003e) and Cloud Shell provide access to commands for managing development workflows and Google Cloud resources, with Cloud Shell offering a browser-based environment with pre-installed tools.\u003c/p\u003e\n"],["\u003cp\u003eClient libraries, accessible through \u003ccode\u003egcloud\u003c/code\u003e, offer both App APIs for language-optimized service interaction and Admin APIs for managing resources and building custom tools.\u003c/p\u003e\n"]]],[],null,["# About the API Gateway development environment\n=============================================\n\nAPI Gateway gives you three basic ways to interact with the services and\nresources necessary to build APIs:\n\n- [Google Cloud console](#google-cloud-console)\n- [Command-line interface (`gcloud`)](#command-line_interface)\n- [Client libraries](#client_libraries)\n\nGoogle Cloud console\n--------------------\n\nThe [Google Cloud console](https://console.cloud.google.com/)\nprovides a web-based, graphical user interface that you can use to manage your\nGoogle Cloud console(Google Cloud) projects and resources. When you use the Google Cloud console,\nyou create a new project, or choose an existing project, and use the\nresources that you create in the context of that project.\n\nYou can create multiple projects, so you can use projects to separate your work in whatever way\nmakes sense for you. For example, you might start a new project if you want to\nmake sure only certain team members can access the resources in that project,\nwhile all team members can continue to access resources in another project.\n\nCommand-line interface\n----------------------\n\nIf you prefer to work in a terminal window, the\n[Google Cloud CLI](/sdk/docs) gives you access to the commands you need. The gcloud CLI can be used to manage\nboth your development workflow and your Google Cloud resources. See the `gcloud`\n[reference](/sdk/gcloud/reference) for the complete list of available commands.\n\nGoogle Cloud also provides\n[Cloud Shell](https://cloud.google.com/shell/docs/features),\na browser-based, interactive shell environment for Google Cloud. You can [access\nCloud Shell from the Google Cloud console](https://console.cloud.google.com/?cloudshell=true).\n\nCloud Shell provides:\n\n- A temporary Compute Engine virtual machine instance.\n- Command-line access to the instance from a web browser.\n- A built-in code editor.\n- 5 GB of persistent disk storage.\n- Pre-installed Google Cloud CLI and other tools.\n- Language support for Java, Go, Python, Node.js, PHP, Ruby and .NET.\n- Web preview functionality.\n- Built-in authorization for access to Google Cloud Console projects and resources.\n\nClient libraries\n----------------\n\nThe gcloud CLI includes [client libraries](/sdk/cloud-client-libraries)\nthat enable you to easily create and manage resources. Google Cloud client libraries expose APIs for two main purposes:\n\n- *App APIs* provide access to services. App APIs are optimized for supported\n languages, such as Node.js and Python. The libraries are designed around service\n metaphors, so you can work with the services more naturally and write less\n boilerplate code. The libraries also provide helpers for\n [authentication and authorization](/docs/authentication).\n\n- *Admin APIs* offer functionality for resource management. For example, you can\n use admin APIs if you want to build your own automated tools.\n\nFor more on the API Gateway client library, see [APIs and reference](/api-gateway/docs/reference).\n\nWhat's next\n-----------\n\n- [Configuring your development environment](/api-gateway/docs/configure-dev-env)"]]