mode property
The mode in which to attach this disk, either READ_WRITE or
READ_ONLY. If not specified, the default is to attach the disk in
READ_WRITE mode. Valid values:
READ_ONLYREAD_WRITE
Implementation
@$pb.TagNumber(10)
$core.String get mode => $_getSZ(9);
Implementation
@$pb.TagNumber(10)
set mode($core.String v) {
$_setString(9, v);
}