In this lab, you will get hands-on practice with the Cloud SQL API and its associated methods by making calls through the APIs Explorer tool.
Overview
Syllabus
- GSP423
- Overview
- Setup and requirements
- Task 1. Build a Cloud SQL instance with instances.insert
- Task 2. Create a database with databases.insert
- Task 3. Create a table in your MySQL database and upload a CSV file to a Cloud Storage bucket
- Task 4. Add a CSV file to your database using instances.import
- Task 5. Inspect your updated database
- Task 6. Delete your database
- Task 7. Test your understanding
- Congratulations!