location property

  1. @TagNumber(1)
String location

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);
  1. @TagNumber(1)
void location=(String v)

Implementation

@$pb.TagNumber(1)
set location($core.String v) { $_setString(0, v); }