Enum BuildOptions.MachineType (3.3.12)

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

ProtocolMessageEnum

Static Fields

NameDescription
E2_HIGHCPU_32

Highcpu e2 machine with 32 CPUs.

E2_HIGHCPU_32 = 6;

E2_HIGHCPU_32_VALUE

Highcpu e2 machine with 32 CPUs.

E2_HIGHCPU_32 = 6;

E2_HIGHCPU_8

Highcpu e2 machine with 8 CPUs.

E2_HIGHCPU_8 = 5;

E2_HIGHCPU_8_VALUE

Highcpu e2 machine with 8 CPUs.

E2_HIGHCPU_8 = 5;

N1_HIGHCPU_32

Highcpu machine with 32 CPUs.

N1_HIGHCPU_32 = 2;

N1_HIGHCPU_32_VALUE

Highcpu machine with 32 CPUs.

N1_HIGHCPU_32 = 2;

N1_HIGHCPU_8

Highcpu machine with 8 CPUs.

N1_HIGHCPU_8 = 1;

N1_HIGHCPU_8_VALUE

Highcpu machine with 8 CPUs.

N1_HIGHCPU_8 = 1;

UNRECOGNIZED
UNSPECIFIED

Standard machine type.

UNSPECIFIED = 0;

UNSPECIFIED_VALUE

Standard machine type.

UNSPECIFIED = 0;

Static Methods

NameDescription
forNumber(int value)
getDescriptor()
internalGetValueMap()
valueOf(Descriptors.EnumValueDescriptor desc)
valueOf(int value)

Deprecated. Use #forNumber(int) instead.

valueOf(String name)
values()

Methods

NameDescription
getDescriptorForType()
getNumber()
getValueDescriptor()