public static interface WorkloadsConfig.TriggererResourceOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
int |
getCount()
Optional.
|
float |
getCpu()
Optional.
|
float |
getMemoryGb()
Optional.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofint getCount()
Optional. The number of triggerers.
int32 count = 1 [(.google.api.field_behavior) = OPTIONAL];float getCpu()
Optional. CPU request and limit for a single Airflow triggerer replica.
float cpu = 2 [(.google.api.field_behavior) = OPTIONAL];float getMemoryGb()
Optional. Memory (GB) request and limit for a single Airflow triggerer replica.
float memory_gb = 3 [(.google.api.field_behavior) = OPTIONAL];Copyright © 2023 Google LLC. All rights reserved.