source property
Indicates a valid partial or full URL to an existing Persistent Disk resource.
Implementation
@$pb.TagNumber(11)
$core.String get source => $_getSZ(10);
Implementation
@$pb.TagNumber(11)
set source($core.String v) { $_setString(10, v); }