public static interface WorkloadsConfig.DagProcessorResourceOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getCount()
public abstract int getCount()Optional. The number of DAG processors. If not provided or set to 0, a single DAG processor instance will be created.
int32 count = 4 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
int |
The count. |
getCpu()
public abstract float getCpu()Optional. CPU request and limit for a single Airflow DAG processor replica.
float cpu = 1 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
float |
The cpu. |
getMemoryGb()
public abstract float getMemoryGb()Optional. Memory (GB) request and limit for a single Airflow DAG processor replica.
float memory_gb = 2 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
float |
The memoryGb. |
getStorageGb()
public abstract float getStorageGb()Optional. Storage (GB) request and limit for a single Airflow DAG processor replica.
float storage_gb = 3 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
float |
The storageGb. |