machineType property

  1. @TagNumber(5)
String machineType

Machine type (e.g. "n1-standard-1"). If empty or unspecified, the service will attempt to choose a reasonable default.

Implementation

@$pb.TagNumber(5)
$core.String get machineType => $_getSZ(4);
  1. @TagNumber(5)
void machineType=(String v)

Implementation

@$pb.TagNumber(5)
set machineType($core.String v) { $_setString(4, v); }