uri property
URI for the output file(s). For example, gs://my-bucket/outputs/.
If empty, the value is populated from Job.output_uri. See
Supported input and output
formats.
Implementation
@$pb.TagNumber(1)
$core.String get uri => $_getSZ(0);
Implementation
@$pb.TagNumber(1)
set uri($core.String v) { $_setString(0, v); }