location property

String? location
getter/setter pair

Cloud Storage bucket and optional object path, in the form "gs://bucket/path/to/somewhere/".

(see Bucket Name Requirements). Files in the workspace matching any path pattern will be uploaded to Cloud Storage with this location as a prefix.

Implementation

core.String? location;