Google Cloud SDK overview

Google Cloud SDK is a suite of libraries and tools for interacting withGoogle Cloud services. It includes command-line tools,language-specific client libraries, IDE extensions, and emulators that help youmanage resources and automate tasks on Google Cloud.

With Google Cloud SDK, you can:

Core components

The gcloud CLI

The gcloud CLI is the primary command-line tool forGoogle Cloud. Use it to perform administrative tasks from yourterminal.

For more information, see thegcloud CLI overview.

Cloud Client Libraries for API access

To programmatically interact with Google Cloud services from yourapplications, use theCloud Client Libraries.These libraries provide idiomatic access to Google Cloud APIs,simplifying integration and reducing boilerplate code.

Cloud Client Libraries are available for the following languages:

SAP developers can also use theABAP SDK for Google Cloud,which provides a comprehensive set of client libraries for ABAP environments.

For a complete list and overview of available APIs, seeGoogle Cloud APIs.

Development and testing tools

IDE integration

Google Cloud SDK provides IDE extensions that bring Google Cloud servicesdirectly into your development workflow. With these extensions, you can build,deploy, and debug applications without leaving your favorite editor.

Cloud Code extensions are available for:

For more information, see theCloud Code documentation.

Emulators

Emulators let you develop and test your applications by simulating thebehavior of Google Cloud services. Use emulators to help you savecosts, avoid impacting production services, and iterate faster duringdevelopment.

The Google Cloud SDK provides emulators for several services, including:

  • Bigtable:Test applications using a local NoSQL wide-column database.
  • Datastore:Develop against a local NoSQL document database.
  • Firestore: Build and test mobile,web, and server applications with a local document database.
  • Pub/Sub: Validate asynchronousmessaging workflows locally.
  • Spanner: Test applications requiringa globally-distributed relational database locally.

These emulators provide a high-fidelity environment for debugging issues andverifying your application's behavior before deployment.

For more details on using these tools, seeUsing Google Cloud SDK emulators.

Work with other frameworks and tools

The Google Cloud SDK is designed to work with a wide range of popularframeworks and tools, helping you streamline application development anddeployment on Google Cloud. While not part of the core SDK components,these tools often use the gcloud CLI or Cloud Client Librariesfor seamless interaction with Google Cloud services.

Examples include:

  • Spring Framework: Utilize Google Cloudintegrations for Spring Boot applications.
  • Kubernetes: Manage deployments onGoogle Kubernetes Engine (GKE) usingkubectl, often installed alongside thegcloud CLI.
  • Google Cloud's daptic to Prometheus:Collect and analyze metrics from your applications.
  • Terraform: Provision and manage yourGoogle Cloud infrastructure as code using the Google Cloud provider.

What's next

Except as otherwise noted, the content of this page is licensed under theCreative Commons Attribution 4.0 License, and code samples are licensed under theApache 2.0 License. For details, see theGoogle Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2025-12-16 UTC.