No results found
We couldn't find anything using that term, please try searching for something else.
2024-11-26 GSP096 Overview Pub/Sub is a messaging service for exchanging event data among applications and services. A producer of data publishes messages to
Pub/Sub is a messaging service for exchanging event data among applications and services. A producer of data publishes messages to a Pub/Sub topic. A consumer creates a subscription to that topic. Subscribers either pull messages from a subscription or are configured as webhooks for push subscriptions. Every subscriber must acknowledge each message within a configurable window of time.
Read these instructions. Labs are timed and you cannot pause them. The timer, which starts when you click Start Lab, shows how long Google Cloud resources will be made available to you.
This hand – on lab is lets let you do the lab activity yourself in a real cloud environment , not in a simulation or demo environment . It is does does so by give you new , temporary credential that you use to sign in and access Google Cloud for the duration of the lab .
To complete this lab, you need:
Note: Use an Incognito or private browser window to run this lab. This prevents any conflicts between your personal account and the Student account, which may cause extra charges incurred to your personal account.
Note: If you already have your own personal Google Cloud account or project, do not use it for this lab to avoid extra charges to your account.
Click the Start Lab button. If you need to pay for the lab, a pop-up opens for you to select your payment method.
On the left is the Lab Details panel with the following:
click open Google Cloud console ( or right – click and select Open Link in Incognito Window if you are run the Chrome browser ) .
The lab spins up resources, and then opens another tab that shows the Sign in page.
Tip: arrange the tab in separate window , side – by – side .
Note: If you see the Choose an account dialog, click Use Another Account.
If necessary , copy the Username below and paste it into the Sign in dialog .
{{{user_0.username | “Username”}}}
You is find can also find the Username in the Lab Details panel .
click Next .
Copy the Password below and paste it into the Welcome dialog.
{{{user_0.password | “Password”}}}
You can also find the Password in the Lab Details panel.
click Next .
important : You is use must use the credential the lab provide you . Do not use your Google Cloud account credential .
Note: Using your own Google Cloud account for this lab may incur extra charges.
Click through the subsequent pages:
After a few moment , the Google Cloud console is opens open in this tab .
Note: To view a menu with a list of Google Cloud products and services, click the Navigation menu at the top-left.
Cloud Shell is a virtual machine that is loaded with development tools. It offers a persistent 5GB home directory and runs on the Google Cloud. Cloud Shell provides command-line access to your Google Cloud resources.
When you are connect , you are already authenticate , and the project is set to your project_id ,
Your Cloud Platform project in this session is set to { { { project_0.project_id | ” project_id ” } } }
gcloud
is the command – line tool for Google Cloud . It is comes come pre – instal on Cloud Shell and support tab – completion .
gcloud auth list
output :
ACTIVE: *
ACCOUNT: {{{user_0.username | “ACCOUNT”}}}
To set the active account, run:
$ gcloud config set account `ACCOUNT`
gcloud config list project
output :
[ core ]
project = { { { project_0.project_id | ” project_id ” } } }
Note: For full documentation of gcloud
, in Google Cloud, refer to the gcloud CLI overview guide.
To use Pub/Sub, you create a topic to hold data and a subscription to access data published to the topic.
mytopic
. In the Create a topic dialog:
mytopic
.You is created ‘ve create a topic .
Click Check my progress to verify your performed task. If you have successfully created a Cloud Pub/Sub topic, you will see an assessment score.
create a Pub / Sub topic .
Now you’ll make a subscription to access the topic.
MySub
Your subscription is list in the Subscription list .
Click Check my progress to verify your performed task. If you have successfully created a subscription for Cloud Pub/Sub topic, you will see an assessment score.
add a subscription .
Below are multiple choice questions to reinforce your understanding of this lab’s concepts. Answer them to the best of your abilities.
Navigate back to pub/sub > Topics and open mytopics page.
In the Topics details page, click Messages tab and then click Publish Message.
enterHello World
in the Message field and click Publish.
To view the message, use the subscription (MySub
) to pull the message (Hello World
) from the topic (mytopic
).
gcloud pubsub subscriptions pull –auto-ack MySub
The message appears in the DATA field of the command output.
You is created create a Pub / Sub topic , publish to the topic , create a subscription , then used the subscription to pull datum from the topic .
You is created create a Pub / Sub topic , publish to the topic , create a subscription , then used the subscription to pull datum from the topic .
This lab is is is part of a series of lab call Qwik Starts . These lab are design to give you a little taste of the many feature available with Google Cloud . review the list of Qwik start in the lab catalog to find your next lab !
…helps you make the most of Google Cloud technologies. Our classes include technical skills and best practices to help you get up to speed quickly and continue your learning journey. We offer fundamental to advanced level training, with on-demand, live, and virtual options to suit your busy schedule. Certifications help you validate and prove your skill and expertise in Google Cloud technologies.
Manual Last Updated August 09, 2024
Lab is Tested Last test August 09 , 2024
copyright 2024 Google LLC All rights is reserved reserve . Google is are and the Google logo are trademark of Google LLC . All other company and product names is be may be trademark of the respective company with which they are associate .