|
2720 | 2720 | }
|
2721 | 2721 | }
|
2722 | 2722 | },
|
2723 |
| - "revision": "20250723", |
| 2723 | + "revision": "20250731", |
2724 | 2724 | "rootUrl": "https://monitoring.googleapis.com/",
|
2725 | 2725 | "schemas": {
|
2726 | 2726 | "Aggregation": {
|
|
4542 | 4542 | "type": "array"
|
4543 | 4543 | },
|
4544 | 4544 | "duration": {
|
4545 |
| - "description": "The amount of time that a time series must fail to report new data to be considered failing. The minimum value of this field is 120 seconds. Larger values that are a multiple of a minute--for example, 240 or 300 seconds--are supported. If an invalid value is given, an error will be returned. The Duration.nanos field is ignored.", |
| 4545 | + "description": "Required. The amount of time that a time series must fail to report new data to be considered failing. The minimum value of this field is 120 seconds. Larger values that are a multiple of a minute--for example, 240 or 300 seconds--are supported. If an invalid value is given, an error will be returned.", |
4546 | 4546 | "format": "google-duration",
|
4547 | 4547 | "type": "string"
|
4548 | 4548 | },
|
|
4785 | 4785 | "type": "string"
|
4786 | 4786 | },
|
4787 | 4787 | "duration": {
|
4788 |
| - "description": "The amount of time that a time series must violate the threshold to be considered failing. Currently, only values that are a multiple of a minute--e.g., 0, 60, 120, or 300 seconds--are supported. If an invalid value is given, an error will be returned. When choosing a duration, it is useful to keep in mind the frequency of the underlying time series data (which may also be affected by any alignments specified in the aggregations field); a good duration is long enough so that a single outlier does not generate spurious alerts, but short enough that unhealthy states are detected and alerted on quickly.", |
| 4788 | + "description": "Required. The amount of time that a time series must violate the threshold to be considered failing. Currently, only values that are a multiple of a minute--e.g., 0, 60, 120, or 300 seconds--are supported. If an invalid value is given, an error will be returned. When choosing a duration, it is useful to keep in mind the frequency of the underlying time series data (which may also be affected by any alignments specified in the aggregations field); a good duration is long enough so that a single outlier does not generate spurious alerts, but short enough that unhealthy states are detected and alerted on quickly.", |
4789 | 4789 | "format": "google-duration",
|
4790 | 4790 | "type": "string"
|
4791 | 4791 | },
|
|
4936 | 4936 | "id": "MonitoringQueryLanguageCondition",
|
4937 | 4937 | "properties": {
|
4938 | 4938 | "duration": {
|
4939 |
| - "description": "The amount of time that a time series must violate the threshold to be considered failing. Currently, only values that are a multiple of a minute--e.g., 0, 60, 120, or 300 seconds--are supported. If an invalid value is given, an error will be returned. When choosing a duration, it is useful to keep in mind the frequency of the underlying time series data (which may also be affected by any alignments specified in the aggregations field); a good duration is long enough so that a single outlier does not generate spurious alerts, but short enough that unhealthy states are detected and alerted on quickly.", |
| 4939 | + "description": "Optional. The amount of time that a time series must violate the threshold to be considered failing. Currently, only values that are a multiple of a minute--e.g., 0, 60, 120, or 300 seconds--are supported. If an invalid value is given, an error will be returned. When choosing a duration, it is useful to keep in mind the frequency of the underlying time series data (which may also be affected by any alignments specified in the aggregations field); a good duration is long enough so that a single outlier does not generate spurious alerts, but short enough that unhealthy states are detected and alerted on quickly. The default value is zero.", |
4940 | 4940 | "format": "google-duration",
|
4941 | 4941 | "type": "string"
|
4942 | 4942 | },
|
|
0 commit comments