April 2018
Intermediate to advanced
284 pages
6h 43m
English
Any entity within Google Cloud Platform is a resource. Whether it is a project or a bucket or an object, in Google Cloud Platform, it is a resource.
Each resource has an associated unique name that identifies it. Each bucket has a resource name in the form of projects/_/buckets/[BUCKET_NAME], where [BUCKET_NAME] is the ID of the bucket. Each object has a resource name in the form of projects/_/buckets/[BUCKET_NAME]/objects/[OBJECT_NAME], where [OBJECT_NAME] is the ID of the object.
A #[NUMBER] can also be appended to the end of the resource name that indicates a specific generation of the object; #0 is a special identifier to represent the latest version of an object. When the name of the object ends in a string that would otherwise ...