From the course: Google Cloud Platform Essential Training for Administrators
Unlock this course with a free trial
Join today to access over 25,500 courses taught by industry experts.
Cloud Code for Visual Studio Code for CloudRun - Google Cloud Platform Tutorial
From the course: Google Cloud Platform Essential Training for Administrators
Cloud Code for Visual Studio Code for CloudRun
- [Speaker] Continuing on talking about clients. If we wanted to develop locally using Cloud Run or Cloud Functions, we also have the option of using the integrated tool in VS code called Cloud Code. So you'll remember that we have a couple of Cloud Run services here. In particular, we've got this Python function that we saw earlier. And if we run it, it just returns a "Hello, World." Of course, we could use the integrated cloud shell but if we didn't want to do that as we did in the previous movie with virtual machines, if we had installed Cloud Code add-in into VS code, we would have the ability to work with both Functions or Cloud Run. So, in Cloud Functions, you can see that we have this automatic integration associated to the project and I opened up the Python main here and opened up the calling method for the task, which is the "Hello get" method online 30 through 45, well actually 29 through 45. And if we expand…