kind property
Output only. Type of the resource. Always compute#attachedDisk for attached disks.
Implementation
@$pb.TagNumber(8)
$core.String get kind => $_getSZ(6);
Implementation
@$pb.TagNumber(8)
set kind($core.String v) {
$_setString(6, v);
}