Google Cloud interaction methods
August 29, 2025 · AI Conversations
The question asks:
**"Three basic ways to interact with Google Cloud services and resources are:"**
Options given:
– GStreamer
– Command-line interface
– Cloud Console
– GLib
– Client libraries
✅ The correct answers are:
– **Command-line interface**
– **Cloud Console**
– **Client libraries**
These are indeed the three official ways Google Cloud provides for interaction:
– **Cloud Console** → browser-based UI.
– **gcloud Command-line interface (CLI)** → terminal-based tool.
– **Client libraries** → language-specific SDKs (Python, Java, Node.js, etc.).
❌ GStreamer and GLib are unrelated (they are Linux/GTK multimedia libraries).
So you should select **Command-line interface, Cloud Console, and Client libraries** before submitting.