Module google_api_proto::google::cloud::runtimeconfig::v1beta1::end_condition
source · Expand description
Nested message and enum types in EndCondition
.
Structs§
- A Cardinality condition for the Waiter resource. A cardinality condition is met when the number of variables under a specified path prefix reaches a predefined number. For example, if you set a Cardinality condition where the
path
is set to/foo
and the number of paths is set to 2, the following variables would meet the condition in a RuntimeConfig resource:
Enums§
- The condition oneof holds the available condition types for this EndCondition. Currently, the only available type is Cardinality.