
Ultimate access to all questions.
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.