public enum AlertPolicy.Types.Condition.Types.EvaluationMissingDataReference documentation and code samples for the Google Cloud Monitoring v3 API enum AlertPolicy.Types.Condition.Types.EvaluationMissingData.
A condition control that determines how metric-threshold conditions are evaluated when data stops arriving. This control doesn't affect metric-absence policies.
Namespace
Google.Cloud.Monitoring.V3Assembly
Google.Cloud.Monitoring.V3.dll
Fields | 
      |
|---|---|
| Name | Description | 
Active | 
        If there is no data to evaluate the condition, then evaluate the condition as true.  | 
      
Inactive | 
        If there is no data to evaluate the condition, then evaluate the condition as false.  | 
      
NoOp | 
        Do not evaluate the condition to any value if there is no data.  | 
      
Unspecified | 
        An unspecified evaluation missing data option. Equivalent to EVALUATION_MISSING_DATA_NO_OP.  |