group property

  1. @TagNumber(15)
String get group

Output only. The group this migrating vm is included in, if any. The group is represented by the full path of the appropriate google.cloud.vmmigration.v1.Group resource.

Implementation

@$pb.TagNumber(15)
$core.String get group => $_getSZ(8);
  1. @TagNumber(15)
set group (String v)

Implementation

@$pb.TagNumber(15)
set group($core.String v) { $_setString(8, v); }