Google Cloud interaction methods

Assistant
I see the multiple-choice question on your screen.
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.

Leave a Comment

Your email address will not be published. Required fields are marked *