public static interface WorkloadsConfig.WorkerResourceOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
float |
getCpu()
Optional.
|
int |
getMaxCount()
Optional.
|
float |
getMemoryGb()
Optional.
|
int |
getMinCount()
Optional.
|
float |
getStorageGb()
Optional.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneoffloat getCpu()
Optional. CPU request and limit for a single Airflow worker replica.
float cpu = 1 [(.google.api.field_behavior) = OPTIONAL];float getMemoryGb()
Optional. Memory (GB) request and limit for a single Airflow worker replica.
float memory_gb = 2 [(.google.api.field_behavior) = OPTIONAL];float getStorageGb()
Optional. Storage (GB) request and limit for a single Airflow worker replica.
float storage_gb = 3 [(.google.api.field_behavior) = OPTIONAL];int getMinCount()
Optional. Minimum number of workers for autoscaling.
int32 min_count = 4 [(.google.api.field_behavior) = OPTIONAL];int getMaxCount()
Optional. Maximum number of workers for autoscaling.
int32 max_count = 5 [(.google.api.field_behavior) = OPTIONAL];Copyright © 2024 Google LLC. All rights reserved.