Google Cloud Batch V1 Client - Class ComputeResource (0.2.2)

Reference documentation and code samples for the Google Cloud Batch V1 Client class ComputeResource.

Compute resource requirements

Generated from protobuf message google.cloud.batch.v1.ComputeResource

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ cpu_milli int|string

The milliCPU count.

↳ memory_mib int|string

Memory in MiB.

↳ boot_disk_mib int|string

Extra boot disk size in MiB for each task.

getCpuMilli

The milliCPU count.

Generated from protobuf field int64 cpu_milli = 1;

Returns
TypeDescription
int|string

setCpuMilli

The milliCPU count.

Generated from protobuf field int64 cpu_milli = 1;

Parameter
NameDescription
var int|string
Returns
TypeDescription
$this

getMemoryMib

Memory in MiB.

Generated from protobuf field int64 memory_mib = 2;

Returns
TypeDescription
int|string

setMemoryMib

Memory in MiB.

Generated from protobuf field int64 memory_mib = 2;

Parameter
NameDescription
var int|string
Returns
TypeDescription
$this

getBootDiskMib

Extra boot disk size in MiB for each task.

Generated from protobuf field int64 boot_disk_mib = 4;

Returns
TypeDescription
int|string

setBootDiskMib

Extra boot disk size in MiB for each task.

Generated from protobuf field int64 boot_disk_mib = 4;

Parameter
NameDescription
var int|string
Returns
TypeDescription
$this