
Answer-first summary for fast verification
Answer: Install the google-cloud-sdk-datastore-emulator component using the apt get install command.
The Cloud SDK was installed from the Google Cloud Ubuntu package repository, which disables the gcloud components manager. Therefore, instead of using gcloud components install, you should use apt-get install to install additional components. Specifically, you should use the apt-get install command to install the google-cloud-sdk-datastore-emulator component.
Author: LeetQuiz Editorial Team
Ultimate access to all questions.
No comments yet.
You have a developer laptop that runs on Ubuntu and has the Google Cloud SDK installed via the official Google Cloud Ubuntu package repository. You want to perform local testing of your application using Cloud Datastore on this setup. What steps should you take to achieve this?
A
Export Cloud Datastore data using gcloud datastore export.
B
Create a Cloud Datastore index using gcloud datastore indexes create.
C
Install the google-cloud-sdk-datastore-emulator component using the apt get install command.
D
Install the cloud-datastore-emulator component using the gcloud components install command.