Interface DriverSchedulingConfigOrBuilder (4.52.0)

See more code actions.
public interface DriverSchedulingConfigOrBuilder extends MessageOrBuilder
MessageOrBuilder
public abstract int getMemoryMb()

Required. The amount of memory in MB the driver is requesting.

int32 memory_mb = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
int

The memoryMb.

getVcores()

public abstract int getVcores()

Required. The number of vCPUs the driver is requesting.

int32 vcores = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
int

The vcores.