GoogleGoogle
PROFESSIONAL-CLOUD-DEVELOPER · Question #219
PROFESSIONAL-CLOUD-DEVELOPER Question #219: Real Exam Question with Answer & Explanation
The correct answer is D: Use the fields request parameter.. https://cloud.google.com/storage/docs/json_api/v1/objects/get
Integrating Google Cloud services
Question
You are developing a new public-facing application that needs to retrieve specific properties in the metadata of users' objects in their respective Cloud Storage buckets. Due to privacy and data residency requirements, you must retrieve only the metadata and not the object data. You want to maximize the performance of the retrieval process. How should you retrieve the metadata?
Options
- AUse the patch method.
- BUse the compose method.
- CUse the copy method.
- DUse the fields request parameter.
Explanation
https://cloud.google.com/storage/docs/json_api/v1/objects/get
Topics
#Cloud Storage#API Optimization#Metadata Retrieval#Partial Responses
Community Discussion
No community discussion yet for this question.