public static interface WorkloadsConfig.TriggererResourceOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getCount()
public abstract int getCount()
Optional. The number of triggerers.
int32 count = 1 [(.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 triggerer replica.
float cpu = 2 [(.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 triggerer replica.
float memory_gb = 3 [(.google.api.field_behavior) = OPTIONAL];
Returns | |
---|---|
Type | Description |
float |
The memoryGb. |