Google Cloud Build V1 Client - Class MachineType (0.5.1)

Reference documentation and code samples for the Google Cloud Build V1 Client class MachineType.

Supported Compute Engine machine types.

For more information, see Machine types.

Protobuf type google.devtools.cloudbuild.v1.BuildOptions.MachineType

Methods

name

Parameter
NameDescription
value mixed

value

Parameter
NameDescription
name mixed

Constants

UNSPECIFIED

Value: 0

Standard machine type.

Generated from protobuf enum UNSPECIFIED = 0;

N1_HIGHCPU_8

Value: 1

Highcpu machine with 8 CPUs.

Generated from protobuf enum N1_HIGHCPU_8 = 1;

N1_HIGHCPU_32

Value: 2

Highcpu machine with 32 CPUs.

Generated from protobuf enum N1_HIGHCPU_32 = 2;

E2_HIGHCPU_8

Value: 5

Highcpu e2 machine with 8 CPUs.

Generated from protobuf enum E2_HIGHCPU_8 = 5;

E2_HIGHCPU_32

Value: 6

Highcpu e2 machine with 32 CPUs.

Generated from protobuf enum E2_HIGHCPU_32 = 6;