public enum BuildOptions.MachineType extends Enum<BuildOptions.MachineType> implements ProtocolMessageEnum
Supported Compute Engine machine types. For more information, see Machine types.
Protobuf enum google.devtools.cloudbuild.v1.BuildOptions.MachineType
Implements
ProtocolMessageEnumStatic Fields | |
---|---|
Name | Description |
E2_HIGHCPU_32 | Highcpu e2 machine with 32 CPUs. |
E2_HIGHCPU_32_VALUE | Highcpu e2 machine with 32 CPUs. |
E2_HIGHCPU_8 | Highcpu e2 machine with 8 CPUs. |
E2_HIGHCPU_8_VALUE | Highcpu e2 machine with 8 CPUs. |
N1_HIGHCPU_32 | Highcpu machine with 32 CPUs. |
N1_HIGHCPU_32_VALUE | Highcpu machine with 32 CPUs. |
N1_HIGHCPU_8 | Highcpu machine with 8 CPUs. |
N1_HIGHCPU_8_VALUE | Highcpu machine with 8 CPUs. |
UNRECOGNIZED | |
UNSPECIFIED | Standard machine type. |
UNSPECIFIED_VALUE | Standard machine type. |
Static Methods | |
---|---|
Name | Description |
forNumber(int value) | |
getDescriptor() | |
internalGetValueMap() | |
valueOf(Descriptors.EnumValueDescriptor desc) | |
valueOf(int value) | Deprecated. Use #forNumber(int) instead. |
valueOf(String name) | |
values() |
Methods | |
---|---|
Name | Description |
getDescriptorForType() | |
getNumber() | |
getValueDescriptor() |