July 2018
Intermediate to advanced
506 pages
16h 2m
English
Although providing a basic format type such as JSON or YAML is often enough to get the ball rolling when dealing with results, there are oftentimes when deeper formatting is needed. The gcloud tool includes a very powerful formatting engine. Formats are broken down into the following three key components:
We just changed the format type for the services to JSON, but suppose we want to modify the way results are serialized into that format. This is where attributes come into play. Attributes allow us to control the actual serialization process of a given format type. For JSON, this is limited to excluding ...