Module gapi_grpc::google::cloud::runtimeconfig::v1beta1::end_condition[][src]

Structs

Cardinality

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

Condition

The condition oneof holds the available condition types for this EndCondition. Currently, the only available type is Cardinality.