path property

  1. @TagNumber.new(2)
String get path

Path at which to mount the volume.

Paths must be absolute and cannot conflict with other volume paths on the same build step or with certain reserved volume paths.

Implementation

@$pb.TagNumber(2)
$core.String get path => $_getSZ(1);
  1. @TagNumber.new(2)
set path (String v)

Implementation

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