rootPath property
The root path inside the Cloud Storage bucket.
Implementation
@$pb.TagNumber(2)
$core.String get rootPath => $_getSZ(1);
Implementation
@$pb.TagNumber(2)
set rootPath($core.String v) { $_setString(1, v); }
The root path inside the Cloud Storage bucket.
@$pb.TagNumber(2)
$core.String get rootPath => $_getSZ(1);
@$pb.TagNumber(2)
set rootPath($core.String v) { $_setString(1, v); }