QuestionQ147
Integrating applications with Google Cloud servicesYou are building a new public-facing application that must retrieve particular properties from the metadata of users’ objects in their respective Cloud Storage buckets. Because of privacy and data-residency requirements, you must retrieve metadata only, not object data. You want to maximize retrieval performance. How should you retrieve the metadata?
- A Use the patch method.
- B Use the compose method.
- C Use the copy method.
- D Use the fields request parameter.
Community Discussion