Interface WorkloadsConfig.TriggererResourceOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
WorkloadsConfig.TriggererResource
,WorkloadsConfig.TriggererResource.Builder
- Enclosing class:
- WorkloadsConfig
public static interface WorkloadsConfig.TriggererResourceOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description int
getCount()
Optional.float
getCpu()
Optional.float
getMemoryGb()
Optional.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getCount
int getCount()
Optional. The number of triggerers.
int32 count = 1 [(.google.api.field_behavior) = OPTIONAL];
- Returns:
- The count.
-
getCpu
float getCpu()
Optional. CPU request and limit for a single Airflow triggerer replica.
float cpu = 2 [(.google.api.field_behavior) = OPTIONAL];
- Returns:
- The cpu.
-
getMemoryGb
float getMemoryGb()
Optional. Memory (GB) request and limit for a single Airflow triggerer replica.
float memory_gb = 3 [(.google.api.field_behavior) = OPTIONAL];
- Returns:
- The memoryGb.
-
-