public enum BuildOptions.MachineType extends Enum<BuildOptions.MachineType> implements ProtocolMessageEnum
Supported VM sizes.
Protobuf enum google.events.cloud.cloudbuild.v1.BuildOptions.MachineType
Implements
ProtocolMessageEnumStatic Fields |
|
---|---|
Name | Description |
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() |