public static interface WorkloadsConfig.WebServerResourceOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
float |
getCpu()
Optional.
|
float |
getMemoryGb()
Optional.
|
float |
getStorageGb()
Optional.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneoffloat getCpu()
Optional. CPU request and limit for Airflow web server.
float cpu = 1 [(.google.api.field_behavior) = OPTIONAL];float getMemoryGb()
Optional. Memory (GB) request and limit for Airflow web server.
float memory_gb = 2 [(.google.api.field_behavior) = OPTIONAL];float getStorageGb()
Optional. Storage (GB) request and limit for Airflow web server.
float storage_gb = 3 [(.google.api.field_behavior) = OPTIONAL];Copyright © 2023 Google LLC. All rights reserved.