Interface WorkloadsConfig.WebServerResourceOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
WorkloadsConfig.WebServerResource
,WorkloadsConfig.WebServerResource.Builder
- Enclosing class:
- WorkloadsConfig
public static interface WorkloadsConfig.WebServerResourceOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description float
getCpu()
Optional.float
getMemoryGb()
Optional.float
getStorageGb()
Optional.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getCpu
float getCpu()
Optional. CPU request and limit for Airflow web server.
float cpu = 1 [(.google.api.field_behavior) = OPTIONAL];
- Returns:
- The cpu.
-
getMemoryGb
float getMemoryGb()
Optional. Memory (GB) request and limit for Airflow web server.
float memory_gb = 2 [(.google.api.field_behavior) = OPTIONAL];
- Returns:
- The memoryGb.
-
getStorageGb
float getStorageGb()
Optional. Storage (GB) request and limit for Airflow web server.
float storage_gb = 3 [(.google.api.field_behavior) = OPTIONAL];
- Returns:
- The storageGb.
-
-