Class WorkloadsConfig.SchedulerResource.Builder (1.85.0)

public static final class WorkloadsConfig.SchedulerResource.Builder extends GeneratedMessage.Builder<WorkloadsConfig.SchedulerResource.Builder> implements WorkloadsConfig.SchedulerResourceOrBuilder

Configuration for resources used by Airflow schedulers.

Protobuf type google.cloud.orchestration.airflow.service.v1.WorkloadsConfig.SchedulerResource

Static Methods

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
Type Description
Descriptor

Methods

build()

public WorkloadsConfig.SchedulerResource build()
Returns
Type Description
WorkloadsConfig.SchedulerResource

buildPartial()

public WorkloadsConfig.SchedulerResource buildPartial()
Returns
Type Description
WorkloadsConfig.SchedulerResource

clear()

public WorkloadsConfig.SchedulerResource.Builder clear()
Returns
Type Description
WorkloadsConfig.SchedulerResource.Builder
Overrides

clearCount()

public WorkloadsConfig.SchedulerResource.Builder clearCount()

Optional. The number of schedulers.

int32 count = 4 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
WorkloadsConfig.SchedulerResource.Builder

This builder for chaining.

clearCpu()

public WorkloadsConfig.SchedulerResource.Builder clearCpu()

Optional. CPU request and limit for a single Airflow scheduler replica.

float cpu = 1 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
WorkloadsConfig.SchedulerResource.Builder

This builder for chaining.

clearMemoryGb()

public WorkloadsConfig.SchedulerResource.Builder clearMemoryGb()

Optional. Memory (GB) request and limit for a single Airflow scheduler replica.

float memory_gb = 2 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
WorkloadsConfig.SchedulerResource.Builder

This builder for chaining.

clearStorageGb()

public WorkloadsConfig.SchedulerResource.Builder clearStorageGb()

Optional. Storage (GB) request and limit for a single Airflow scheduler replica.

float storage_gb = 3 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
WorkloadsConfig.SchedulerResource.Builder

This builder for chaining.

getCount()

public int getCount()

Optional. The number of schedulers.

int32 count = 4 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
int

The count.

getCpu()

public float getCpu()

Optional. CPU request and limit for a single Airflow scheduler replica.

float cpu = 1 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
float

The cpu.

getDefaultInstanceForType()

public WorkloadsConfig.SchedulerResource getDefaultInstanceForType()
Returns
Type Description
WorkloadsConfig.SchedulerResource

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
Type Description
Descriptor
Overrides

getMemoryGb()

public float getMemoryGb()

Optional. Memory (GB) request and limit for a single Airflow scheduler replica.

float memory_gb = 2 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
float

The memoryGb.

getStorageGb()

public float getStorageGb()

Optional. Storage (GB) request and limit for a single Airflow scheduler replica.

float storage_gb = 3 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
float

The storageGb.

internalGetFieldAccessorTable()

protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Type Description
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

mergeFrom(WorkloadsConfig.SchedulerResource other)

public WorkloadsConfig.SchedulerResource.Builder mergeFrom(WorkloadsConfig.SchedulerResource other)
Parameter
Name Description
other WorkloadsConfig.SchedulerResource
Returns
Type Description
WorkloadsConfig.SchedulerResource.Builder

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public WorkloadsConfig.SchedulerResource.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
WorkloadsConfig.SchedulerResource.Builder
Overrides
Exceptions
Type Description
IOException

mergeFrom(Message other)

public WorkloadsConfig.SchedulerResource.Builder mergeFrom(Message other)
Parameter
Name Description
other Message
Returns
Type Description
WorkloadsConfig.SchedulerResource.Builder
Overrides

setCount(int value)

public WorkloadsConfig.SchedulerResource.Builder setCount(int value)

Optional. The number of schedulers.

int32 count = 4 [(.google.api.field_behavior) = OPTIONAL];

Parameter
Name Description
value int

The count to set.

Returns
Type Description
WorkloadsConfig.SchedulerResource.Builder

This builder for chaining.

setCpu(float value)

public WorkloadsConfig.SchedulerResource.Builder setCpu(float value)

Optional. CPU request and limit for a single Airflow scheduler replica.

float cpu = 1 [(.google.api.field_behavior) = OPTIONAL];

Parameter
Name Description
value float

The cpu to set.

Returns
Type Description
WorkloadsConfig.SchedulerResource.Builder

This builder for chaining.

setMemoryGb(float value)

public WorkloadsConfig.SchedulerResource.Builder setMemoryGb(float value)

Optional. Memory (GB) request and limit for a single Airflow scheduler replica.

float memory_gb = 2 [(.google.api.field_behavior) = OPTIONAL];

Parameter
Name Description
value float

The memoryGb to set.

Returns
Type Description
WorkloadsConfig.SchedulerResource.Builder

This builder for chaining.

setStorageGb(float value)

public WorkloadsConfig.SchedulerResource.Builder setStorageGb(float value)

Optional. Storage (GB) request and limit for a single Airflow scheduler replica.

float storage_gb = 3 [(.google.api.field_behavior) = OPTIONAL];

Parameter
Name Description
value float

The storageGb to set.

Returns
Type Description
WorkloadsConfig.SchedulerResource.Builder

This builder for chaining.