@@ -89,7 +89,7 @@ message AlertPolicy {
89
89
// A condition type that compares a collection of time series
90
90
// against a threshold.
91
91
message MetricThreshold {
92
- // A [filter](/monitoring/api/v3/filters) that
92
+ // A [filter](https://cloud.google.com /monitoring/api/v3/filters) that
93
93
// identifies which time series should be compared with the threshold.
94
94
//
95
95
// The filter is similar to the one that is specified in the
@@ -114,11 +114,11 @@ message AlertPolicy {
114
114
// field.
115
115
repeated Aggregation aggregations = 8 ;
116
116
117
- // A [filter](/ monitoring/api/v3/filters) that identifies a time
118
- // series that should be used as the denominator of a ratio that will be
119
- // compared with the threshold. If a `denominator_filter` is specified,
120
- // the time series specified by the `filter` field will be used as the
121
- // numerator.
117
+ // A [filter](https://cloud.google.com/ monitoring/api/v3/filters) that
118
+ // identifies a time series that should be used as the denominator of a
119
+ // ratio that will be compared with the threshold. If a
120
+ // `denominator_filter` is specified, the time series specified by the
121
+ // `filter` field will be used as the numerator.
122
122
//
123
123
// The filter must specify the metric type and optionally may contain
124
124
// restrictions on resource type, resource labels, and metric labels.
@@ -175,7 +175,7 @@ message AlertPolicy {
175
175
// when a time series for the specified metric of a monitored
176
176
// resource does not include any data in the specified `duration`.
177
177
message MetricAbsence {
178
- // A [filter](/monitoring/api/v3/filters) that
178
+ // A [filter](https://cloud.google.com /monitoring/api/v3/filters) that
179
179
// identifies which time series should be compared with the threshold.
180
180
//
181
181
// The filter is similar to the one that is specified in the
@@ -216,9 +216,9 @@ message AlertPolicy {
216
216
}
217
217
218
218
// Required if the condition exists. The unique resource name for this
219
- // condition. Its syntax is:
219
+ // condition. Its format is:
220
220
//
221
- // projects/[PROJECT_ID ]/alertPolicies/[POLICY_ID]/conditions/[CONDITION_ID]
221
+ // projects/[PROJECT_ID_OR_NUMBER ]/alertPolicies/[POLICY_ID]/conditions/[CONDITION_ID]
222
222
//
223
223
// `[CONDITION_ID]` is assigned by Stackdriver Monitoring when the
224
224
// condition is created as part of a new or updated alerting policy.
@@ -264,7 +264,7 @@ message AlertPolicy {
264
264
COMBINE_UNSPECIFIED = 0 ;
265
265
266
266
// Combine conditions using the logical `AND` operator. An
267
- // incident is created only if all conditions are met
267
+ // incident is created only if all the conditions are met
268
268
// simultaneously. This combiner is satisfied if all conditions are
269
269
// met, even if they are met on completely different resources.
270
270
AND = 1 ;
@@ -280,9 +280,9 @@ message AlertPolicy {
280
280
}
281
281
282
282
// Required if the policy exists. The resource name for this policy. The
283
- // syntax is:
283
+ // format is:
284
284
//
285
- // projects/[PROJECT_ID ]/alertPolicies/[ALERT_POLICY_ID]
285
+ // projects/[PROJECT_ID_OR_NUMBER ]/alertPolicies/[ALERT_POLICY_ID]
286
286
//
287
287
// `[ALERT_POLICY_ID]` is assigned by Stackdriver Monitoring when the policy
288
288
// is created. When calling the
@@ -317,14 +317,14 @@ message AlertPolicy {
317
317
// OR according to the `combiner` field. If the combined conditions evaluate
318
318
// to true, then an incident is created. A policy can have from one to six
319
319
// conditions.
320
- // If |condition_time_series_uery_language| is present, it must be the only
321
- // | condition| .
320
+ // If `condition_time_series_query_language` is present, it must be the only
321
+ // ` condition` .
322
322
repeated Condition conditions = 12 ;
323
323
324
324
// How to combine the results of multiple conditions to determine if an
325
325
// incident should be opened.
326
- // If condition_time_series_query_language is present, this must be
327
- // COMBINE_UNSPECIFIED.
326
+ // If ` condition_time_series_query_language` is present, this must be
327
+ // ` COMBINE_UNSPECIFIED` .
328
328
ConditionCombinerType combiner = 6 ;
329
329
330
330
// Whether or not the policy is enabled. On write, the default interpretation
@@ -345,9 +345,9 @@ message AlertPolicy {
345
345
// [`NotificationChannel`][google.monitoring.v3.NotificationChannel]
346
346
// objects that are returned from the [`ListNotificationChannels`]
347
347
// [google.monitoring.v3.NotificationChannelService.ListNotificationChannels]
348
- // method. The syntax of the entries in this field is:
348
+ // method. The format of the entries in this field is:
349
349
//
350
- // projects/[PROJECT_ID ]/notificationChannels/[CHANNEL_ID]
350
+ // projects/[PROJECT_ID_OR_NUMBER ]/notificationChannels/[CHANNEL_ID]
351
351
repeated string notification_channels = 14 ;
352
352
353
353
// A read-only record of the creation of the alerting policy. If provided
0 commit comments