Tailored for professionals versed in GCP and Python, this course delves into the practicalities of the Google Cloud Python SDKs. Explore the capabilities of Google Cloud’s Python libraries through hands-on exercises designed to teach you how to automate GCP services effectively and interestingly.
Overview
Syllabus
- Unit 1: Getting Started with GCP
- Google Cloud SDK Service Discovery
- GCP Client Initialization with Google Cloud SDK
- Set Up a Firestore Client with Explicit Project Configuration
- Initialize GCP Firestore Clients
- Unit 2: Advanced Client Configurations
- Configuring Google Cloud Firestore Client with Automatic Retry Strategy
- Configure Google Cloud Firestore Client with Custom Retry Strategy and Local Emulator
- Configuring Google Cloud Firestore Client for Local Emulation
- Unit 3: Exception Handling Essentials
- Accessing a Non-Existent Firestore Document: Observing Exception Handling
- Google Cloud Firestore Exception Handling
- Enhancing Firestore Script with RetryError Exception Handling
- Unit 4: Cloud SDK Logging
- Enable and Observe Firestore Debug Logging with Python
- Enable Debug Logging for Google Cloud Firestore Operations
- Configure DEBUG Logging for Google Cloud Firestore Operations