@@ -183,7 +183,8 @@ public AlertPolicyServiceStub getStub() {
183
183
* }
184
184
* }</pre>
185
185
*
186
- * @param name Required. The project whose alert policies are to be listed. The format is:
186
+ * @param name Required. The [project](https://cloud.google.com/monitoring/api/v3#project_name)
187
+ * whose alert policies are to be listed. The format is:
187
188
* <p>projects/[PROJECT_ID_OR_NUMBER]
188
189
* <p>Note that this field names the parent container in which the alerting policies to be
189
190
* listed are stored. To retrieve a single alerting policy by name, use the
@@ -214,7 +215,8 @@ public final ListAlertPoliciesPagedResponse listAlertPolicies(ResourceName name)
214
215
* }
215
216
* }</pre>
216
217
*
217
- * @param name Required. The project whose alert policies are to be listed. The format is:
218
+ * @param name Required. The [project](https://cloud.google.com/monitoring/api/v3#project_name)
219
+ * whose alert policies are to be listed. The format is:
218
220
* <p>projects/[PROJECT_ID_OR_NUMBER]
219
221
* <p>Note that this field names the parent container in which the alerting policies to be
220
222
* listed are stored. To retrieve a single alerting policy by name, use the
@@ -245,7 +247,8 @@ public final ListAlertPoliciesPagedResponse listAlertPolicies(OrganizationName n
245
247
* }
246
248
* }</pre>
247
249
*
248
- * @param name Required. The project whose alert policies are to be listed. The format is:
250
+ * @param name Required. The [project](https://cloud.google.com/monitoring/api/v3#project_name)
251
+ * whose alert policies are to be listed. The format is:
249
252
* <p>projects/[PROJECT_ID_OR_NUMBER]
250
253
* <p>Note that this field names the parent container in which the alerting policies to be
251
254
* listed are stored. To retrieve a single alerting policy by name, use the
@@ -277,7 +280,8 @@ public final ListAlertPoliciesPagedResponse listAlertPolicies(ProjectName name)
277
280
* }
278
281
* }</pre>
279
282
*
280
- * @param name Required. The project whose alert policies are to be listed. The format is:
283
+ * @param name Required. The [project](https://cloud.google.com/monitoring/api/v3#project_name)
284
+ * whose alert policies are to be listed. The format is:
281
285
* <p>projects/[PROJECT_ID_OR_NUMBER]
282
286
* <p>Note that this field names the parent container in which the alerting policies to be
283
287
* listed are stored. To retrieve a single alerting policy by name, use the
@@ -503,7 +507,8 @@ public final UnaryCallable<GetAlertPolicyRequest, AlertPolicy> getAlertPolicyCal
503
507
* }
504
508
* }</pre>
505
509
*
506
- * @param name Required. The project in which to create the alerting policy. The format is:
510
+ * @param name Required. The [project](https://cloud.google.com/monitoring/api/v3#project_name) in
511
+ * which to create the alerting policy. The format is:
507
512
* <p>projects/[PROJECT_ID_OR_NUMBER]
508
513
* <p>Note that this field names the parent container in which the alerting policy will be
509
514
* written, not the name of the created policy. |name| must be a host project of a workspace,
@@ -539,7 +544,8 @@ public final AlertPolicy createAlertPolicy(ResourceName name, AlertPolicy alertP
539
544
* }
540
545
* }</pre>
541
546
*
542
- * @param name Required. The project in which to create the alerting policy. The format is:
547
+ * @param name Required. The [project](https://cloud.google.com/monitoring/api/v3#project_name) in
548
+ * which to create the alerting policy. The format is:
543
549
* <p>projects/[PROJECT_ID_OR_NUMBER]
544
550
* <p>Note that this field names the parent container in which the alerting policy will be
545
551
* written, not the name of the created policy. |name| must be a host project of a workspace,
@@ -575,7 +581,8 @@ public final AlertPolicy createAlertPolicy(OrganizationName name, AlertPolicy al
575
581
* }
576
582
* }</pre>
577
583
*
578
- * @param name Required. The project in which to create the alerting policy. The format is:
584
+ * @param name Required. The [project](https://cloud.google.com/monitoring/api/v3#project_name) in
585
+ * which to create the alerting policy. The format is:
579
586
* <p>projects/[PROJECT_ID_OR_NUMBER]
580
587
* <p>Note that this field names the parent container in which the alerting policy will be
581
588
* written, not the name of the created policy. |name| must be a host project of a workspace,
@@ -612,7 +619,8 @@ public final AlertPolicy createAlertPolicy(ProjectName name, AlertPolicy alertPo
612
619
* }
613
620
* }</pre>
614
621
*
615
- * @param name Required. The project in which to create the alerting policy. The format is:
622
+ * @param name Required. The [project](https://cloud.google.com/monitoring/api/v3#project_name) in
623
+ * which to create the alerting policy. The format is:
616
624
* <p>projects/[PROJECT_ID_OR_NUMBER]
617
625
* <p>Note that this field names the parent container in which the alerting policy will be
618
626
* written, not the name of the created policy. |name| must be a host project of a workspace,
0 commit comments