gcsPath property

  1. @TagNumber(4)
String get gcsPath

Location in Google Cloud Storage where test results are written to. In the form "gs://bucket/path/to/somewhere".

Implementation

@$pb.TagNumber(4)
$core.String get gcsPath => $_getSZ(3);
  1. @TagNumber(4)
set gcsPath (String v)

Implementation

@$pb.TagNumber(4)
set gcsPath($core.String v) { $_setString(3, v); }