location property
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
@$pb.TagNumber(1)
$core.String get location => $_getSZ(0);
Implementation
@$pb.TagNumber(1)
set location($core.String v) { $_setString(0, v); }