public interface ComputeResourceOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getBootDiskMib()
public abstract long getBootDiskMib()Extra boot disk size in MiB for each task.
int64 boot_disk_mib = 4;
| Returns | |
|---|---|
| Type | Description |
long |
The bootDiskMib. |
getCpuMilli()
public abstract long getCpuMilli()The milliCPU count.
int64 cpu_milli = 1;
| Returns | |
|---|---|
| Type | Description |
long |
The cpuMilli. |
getMemoryMib()
public abstract long getMemoryMib()Memory in MiB.
int64 memory_mib = 2;
| Returns | |
|---|---|
| Type | Description |
long |
The memoryMib. |