Interface MachineConfigOrBuilder (0.12.0)

public interface MachineConfigOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getBaselineSlotCount()

public abstract long getBaselineSlotCount()

Optional. Baseline slots for BigQuery Reservations. Baseline slots are in increments of 50.

optional int64 baseline_slot_count = 5 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
long

The baselineSlotCount.

getMaxReservationSlotCount()

public abstract long getMaxReservationSlotCount()

Optional. Max slots for BigQuery Reservations. Max slots are in increments of 50.

optional int64 max_reservation_slot_count = 6 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
long

The maxReservationSlotCount.

getMemorySizeBytes()

public abstract long getMemorySizeBytes()

Memory size in bytes.

int64 memory_size_bytes = 2;

Returns
Type Description
long

The memorySizeBytes.

getShardCount()

public abstract int getShardCount()

Optional. The number of Shards (if applicable).

optional int32 shard_count = 3 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
int

The shardCount.

getVcpuCount()

public abstract double getVcpuCount()

Optional. The number of vCPUs (if applicable).

optional double vcpu_count = 4 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
double

The vcpuCount.

hasBaselineSlotCount()

public abstract boolean hasBaselineSlotCount()

Optional. Baseline slots for BigQuery Reservations. Baseline slots are in increments of 50.

optional int64 baseline_slot_count = 5 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
boolean

Whether the baselineSlotCount field is set.

hasMaxReservationSlotCount()

public abstract boolean hasMaxReservationSlotCount()

Optional. Max slots for BigQuery Reservations. Max slots are in increments of 50.

optional int64 max_reservation_slot_count = 6 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
boolean

Whether the maxReservationSlotCount field is set.

hasShardCount()

public abstract boolean hasShardCount()

Optional. The number of Shards (if applicable).

optional int32 shard_count = 3 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
boolean

Whether the shardCount field is set.

hasVcpuCount()

public abstract boolean hasVcpuCount()

Optional. The number of vCPUs (if applicable).

optional double vcpu_count = 4 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
boolean

Whether the vcpuCount field is set.