- Learning Google BigQuery
- Thirukkumaran Haridass Eric Brown
- 180字
- 2021-07-02 21:24:03
Using the gcloud utility
The gcloud utility is used to interact with the rest of the services on the Google Cloud Platform, other than BigQuery and Google Cloud Storage. The commands in the gcloud utility are grouped for each service. The following are the service groups for some of the services on the Google Cloud Platform:

To view the list of commands available in each service group, run the help command shown as follows. The following command will show the list of command groups available for the Cloud SQL service:
gcloud help sql

To see the list of commands for each group, type the command shown as follows. The following command will show the list of commands available under the backups group in the Cloud SQL:
gcloud help sql backups

To see the options in a command, type the command shown as follows. The following code will show the details about the list command in the Cloud SQL service, which is used to get a list of backups available for the Cloud SQL instance:
gcloud help sql backups list

- 案例式C語言程序設計
- Java程序設計實戰教程
- Spring技術內幕:深入解析Spring架構與設計
- Oracle Database In-Memory(架構與實踐)
- 嚴密系統設計:方法、趨勢與挑戰
- Learning Salesforce Einstein
- Web Development with MongoDB and Node(Third Edition)
- C和C++游戲趣味編程
- 區塊鏈技術進階與實戰(第2版)
- JavaScript應用開發實踐指南
- Python趣味編程與精彩實例
- Python機器學習與量化投資
- Docker:容器與容器云(第2版)
- Java 9:Building Robust Modular Applications
- ANSYS FLUENT 16.0超級學習手冊