Google Cloud consolemenyediakan antarmuka pengguna grafis berbasis web yang dapat Anda gunakan untuk mengelola project dan resourceGoogle Cloud konsol(Google Cloud). Saat menggunakan konsol Google Cloud ,
Anda membuat project baru, atau memilih project yang ada, dan menggunakan
resource yang Anda buat dalam konteks project tersebut.
Anda dapat membuat beberapa project, sehingga Anda dapat menggunakan project untuk memisahkan pekerjaan dengan cara
apa pun yang sesuai bagi Anda. Misalnya, Anda dapat memulai project baru jika ingin
memastikan bahwa hanya anggota tim tertentu yang dapat mengakses resource di project tersebut,
sedangkan semua anggota tim dapat terus mengakses resource di project lain.
Antarmuka command line
Jika Anda lebih suka bekerja di jendela terminal, Google Cloud CLI memberi Anda akses ke perintah yang Anda perlukan. gcloud CLI dapat digunakan untuk mengelola
alur kerja pengembangan dan resource Google Cloud . Lihat referensigcloud untuk mengetahui daftar lengkap perintah yang tersedia.
Google Cloud CLI dan alat-alat lain yang sudah diinstal sebelumnya.
Dukungan bahasa untuk Java, Go, Python, Node.js, PHP, Ruby, dan .NET.
Fungsionalitas pratinjau web.
Otorisasi bawaan untuk akses ke Google Cloud project dan resource Konsol.
Library klien
gcloud CLI menyertakan library klien
yang memungkinkan Anda membuat dan mengelola resource dengan mudah. Google Cloud Library klien mengekspos API untuk dua tujuan utama:
API Aplikasi menyediakan akses ke layanan. API aplikasi dioptimalkan untuk bahasa
yang didukung, seperti Node.js dan Python. Library ini dirancang berdasarkan metafora
layanan, sehingga Anda dapat bekerja dengan layanan secara lebih natural dan menulis lebih sedikit
kode boilerplate. Library ini juga menyediakan helper untuk
autentikasi dan otorisasi.
API Admin menawarkan fungsionalitas untuk pengelolaan resource. Misalnya, Anda dapat
menggunakan API admin jika ingin membangun alat otomatis Anda sendiri.
Untuk mengetahui informasi selengkapnya tentang library klien API Gateway, lihat API dan referensi.
[[["Mudah dipahami","easyToUnderstand","thumb-up"],["Memecahkan masalah saya","solvedMyProblem","thumb-up"],["Lainnya","otherUp","thumb-up"]],[["Sulit dipahami","hardToUnderstand","thumb-down"],["Informasi atau kode contoh salah","incorrectInformationOrSampleCode","thumb-down"],["Informasi/contoh yang saya butuhkan tidak ada","missingTheInformationSamplesINeed","thumb-down"],["Masalah terjemahan","translationIssue","thumb-down"],["Lainnya","otherDown","thumb-down"]],["Terakhir diperbarui pada 2025-09-03 UTC."],[[["\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)"]]