Cloud APIs and the Google Cloud SDK
1. Cloud APIs and the Google Cloud SDK
Cloud APIs and the Google Cloud SDK are used to interact with Google services. Cloud APIs provide programmatic interfaces to Google Cloud services. You can use a Google Cloud resource or service in your application by calling a corresponding Cloud API. Cloud APIs let you use powerful features like compute, networking, storage, and machine learning in your applications. Cloud APIs can be called by using HTTP requests with JavaScript Object Notation, or JSON, payloads. They can also be called by using Google Remote Procedure Call, or gRPC, requests. gRPC is an open source, remote procedure call framework that can be run anywhere and uses an efficient binary request structure. To call Cloud APIs, the caller must supply application credentials. These credentials are validated to ensure that an application is allowed to access your Google Cloud project and resources. The Google Cloud SDK is used to interact with Google Cloud products and services. The SDK features are in two categories: command-line tools and language-specific Cloud Client Libraries. These tools and libraries use Cloud APIs to communicate with Google Cloud.2. Let's practice!
Create Your Free Account
or
By continuing, you accept our Terms of Use, our Privacy Policy and that your data is stored in the USA.