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
Namespace
Google \ Cloud \ Build \ V1 \ BuildOptionsMethods
static::name
| Parameter | |
|---|---|
| Name | Description |
value |
mixed
|
static::value
| Parameter | |
|---|---|
| Name | Description |
name |
mixed
|
Constants
UNSPECIFIED
Value: 0Standard machine type.
Generated from protobuf enum UNSPECIFIED = 0;
N1_HIGHCPU_8
Value: 1Highcpu machine with 8 CPUs.
Generated from protobuf enum N1_HIGHCPU_8 = 1;
N1_HIGHCPU_32
Value: 2Highcpu machine with 32 CPUs.
Generated from protobuf enum N1_HIGHCPU_32 = 2;
E2_HIGHCPU_8
Value: 5Highcpu e2 machine with 8 CPUs.
Generated from protobuf enum E2_HIGHCPU_8 = 5;
E2_HIGHCPU_32
Value: 6Highcpu e2 machine with 32 CPUs.
Generated from protobuf enum E2_HIGHCPU_32 = 6;
E2_MEDIUM
Value: 7E2 machine with 1 CPU.
Generated from protobuf enum E2_MEDIUM = 7;