This repository was archived by the owner on Sep 25, 2023. It is now read-only.

File tree

23 files changed

+2916
-119
lines changed

23 files changed

+2916
-119
lines changed
Original file line numberDiff line numberDiff line change
@@ -165,10 +165,10 @@ public DasardsServiceStub getStub() {
165165

166166
// AUTO-GENERATED DOCUMENTATION AND METHOD.
167167
/**
168-
* Creates a new custom dasard.
169-
*
170-
* <p>This method requires the `monitoring.dasards.create` permission on the specified project.
171-
* For more information, see [Google Cloud IAM](https://cloud.google.com/iam).
168+
* Creates a new custom dasard. For examples on how you can use this API to create dasards,
169+
* see [Managing dasards by API](/monitoring/dasards/api-dasard). This method requires
170+
* the `monitoring.dasards.create` permission on the specified project. For more information
171+
* about permissions, see [Cloud Identity and Access Management](/iam).
172172
*
173173
* <p>Sample code:
174174
*
@@ -192,10 +192,10 @@ public final Dasard createDasard(CreateDasardRequest request) {
192192

193193
// AUTO-GENERATED DOCUMENTATION AND METHOD.
194194
/**
195-
* Creates a new custom dasard.
196-
*
197-
* <p>This method requires the `monitoring.dasards.create` permission on the specified project.
198-
* For more information, see [Google Cloud IAM](https://cloud.google.com/iam).
195+
* Creates a new custom dasard. For examples on how you can use this API to create dasards,
196+
* see [Managing dasards by API](/monitoring/dasards/api-dasard). This method requires
197+
* the `monitoring.dasards.create` permission on the specified project. For more information
198+
* about permissions, see [Cloud Identity and Access Management](/iam).
199199
*
200200
* <p>Sample code:
201201
*
@@ -222,7 +222,7 @@ public final UnaryCallable<CreateDasardRequest, Dasard> createDasardCal
222222
* Lists the existing dasards.
223223
*
224224
* <p>This method requires the `monitoring.dasards.list` permission on the specified project.
225-
* For more information, see [Google Cloud IAM](https://cloud.google.com/iam).
225+
* For more information, see [Cloud Identity and Access Management](https://cloud.google.com/iam).
226226
*
227227
* <p>Sample code:
228228
*
@@ -252,7 +252,7 @@ public final ListDasardsPagedResponse listDasards(ListDasardsRequest re
252252
* Lists the existing dasards.
253253
*
254254
* <p>This method requires the `monitoring.dasards.list` permission on the specified project.
255-
* For more information, see [Google Cloud IAM](https://cloud.google.com/iam).
255+
* For more information, see [Cloud Identity and Access Management](https://cloud.google.com/iam).
256256
*
257257
* <p>Sample code:
258258
*
@@ -283,7 +283,7 @@ public final ListDasardsPagedResponse listDasards(ListDasardsRequest re
283283
* Lists the existing dasards.
284284
*
285285
* <p>This method requires the `monitoring.dasards.list` permission on the specified project.
286-
* For more information, see [Google Cloud IAM](https://cloud.google.com/iam).
286+
* For more information, see [Cloud Identity and Access Management](https://cloud.google.com/iam).
287287
*
288288
* <p>Sample code:
289289
*
@@ -321,7 +321,7 @@ public final ListDasardsPagedResponse listDasards(ListDasardsRequest re
321321
* Fetches a specific dasard.
322322
*
323323
* <p>This method requires the `monitoring.dasards.get` permission on the specified dasard.
324-
* For more information, see [Google Cloud IAM](https://cloud.google.com/iam).
324+
* For more information, see [Cloud Identity and Access Management](https://cloud.google.com/iam).
325325
*
326326
* <p>Sample code:
327327
*
@@ -347,7 +347,7 @@ public final Dasard getDasard(GetDasardRequest request) {
347347
* Fetches a specific dasard.
348348
*
349349
* <p>This method requires the `monitoring.dasards.get` permission on the specified dasard.
350-
* For more information, see [Google Cloud IAM](https://cloud.google.com/iam).
350+
* For more information, see [Cloud Identity and Access Management](https://cloud.google.com/iam).
351351
*
352352
* <p>Sample code:
353353
*
@@ -373,7 +373,8 @@ public final UnaryCallable<GetDasardRequest, Dasard> getDasardCallable(
373373
* Deletes an existing custom dasard.
374374
*
375375
* <p>This method requires the `monitoring.dasards.delete` permission on the specified
376-
* dasard. For more information, see [Google Cloud IAM](https://cloud.google.com/iam).
376+
* dasard. For more information, see [Cloud Identity and Access
377+
* Management](https://cloud.google.com/iam).
377378
*
378379
* <p>Sample code:
379380
*
@@ -399,7 +400,8 @@ public final void deleteDasard(DeleteDasardRequest request) {
399400
* Deletes an existing custom dasard.
400401
*
401402
* <p>This method requires the `monitoring.dasards.delete` permission on the specified
402-
* dasard. For more information, see [Google Cloud IAM](https://cloud.google.com/iam).
403+
* dasard. For more information, see [Cloud Identity and Access
404+
* Management](https://cloud.google.com/iam).
403405
*
404406
* <p>Sample code:
405407
*
@@ -425,7 +427,8 @@ public final UnaryCallable<DeleteDasardRequest, Empty> deleteDasardCallabl
425427
* Replaces an existing custom dasard with a new definition.
426428
*
427429
* <p>This method requires the `monitoring.dasards.update` permission on the specified
428-
* dasard. For more information, see [Google Cloud IAM](https://cloud.google.com/iam).
430+
* dasard. For more information, see [Cloud Identity and Access
431+
* Management](https://cloud.google.com/iam).
429432
*
430433
* <p>Sample code:
431434
*
@@ -449,7 +452,8 @@ public final Dasard updateDasard(UpdateDasardRequest request) {
449452
* Replaces an existing custom dasard with a new definition.
450453
*
451454
* <p>This method requires the `monitoring.dasards.update` permission on the specified
452-
* dasard. For more information, see [Google Cloud IAM](https://cloud.google.com/iam).
455+
* dasard. For more information, see [Cloud Identity and Access
456+
* Management](https://cloud.google.com/iam).
453457
*
454458
* <p>Sample code:
455459
*
Original file line numberDiff line numberDiff line change
@@ -318,10 +318,8 @@ public abstract static class DasardsServiceImplBase implements io.grpc.Bindab
318318
*
319319
*
320320
* <pre>
321-
* Creates a new custom dasard.
322-
* This method requires the `monitoring.dasards.create` permission
323-
* on the specified project. For more information, see
324-
* [Google Cloud IAM](https://cloud.google.com/iam).
321+
* Creates a new custom dasard. For examples on how you can use this API to create dasards, see [Managing dasards by API](/monitoring/dasards/api-dasard).
322+
* This method requires the `monitoring.dasards.create` permission on the specified project. For more information about permissions, see [Cloud Identity and Access Management](/iam).
325323
* </pre>
326324
*/
327325
public void createDasard(
@@ -339,7 +337,7 @@ public void createDasard(
339337
* Lists the existing dasards.
340338
* This method requires the `monitoring.dasards.list` permission
341339
* on the specified project. For more information, see
342-
* [Google Cloud IAM](https://cloud.google.com/iam).
340+
* [Cloud Identity and Access Management](https://cloud.google.com/iam).
343341
* </pre>
344342
*/
345343
public void listDasards(
@@ -357,7 +355,7 @@ public void listDasards(
357355
* Fetches a specific dasard.
358356
* This method requires the `monitoring.dasards.get` permission
359357
* on the specified dasard. For more information, see
360-
* [Google Cloud IAM](https://cloud.google.com/iam).
358+
* [Cloud Identity and Access Management](https://cloud.google.com/iam).
361359
* </pre>
362360
*/
363361
public void getDasard(
@@ -375,7 +373,7 @@ public void getDasard(
375373
* Deletes an existing custom dasard.
376374
* This method requires the `monitoring.dasards.delete` permission
377375
* on the specified dasard. For more information, see
378-
* [Google Cloud IAM](https://cloud.google.com/iam).
376+
* [Cloud Identity and Access Management](https://cloud.google.com/iam).
379377
* </pre>
380378
*/
381379
public void deleteDasard(
@@ -392,7 +390,7 @@ public void deleteDasard(
392390
* Replaces an existing custom dasard with a new definition.
393391
* This method requires the `monitoring.dasards.update` permission
394392
* on the specified dasard. For more information, see
395-
* [Google Cloud IAM](https://cloud.google.com/iam).
393+
* [Cloud Identity and Access Management](https://cloud.google.com/iam).
396394
* </pre>
397395
*/
398396
public void updateDasard(
@@ -467,10 +465,8 @@ protected DasardsServiceStub build(
467465
*
468466
*
469467
* <pre>
470-
* Creates a new custom dasard.
471-
* This method requires the `monitoring.dasards.create` permission
472-
* on the specified project. For more information, see
473-
* [Google Cloud IAM](https://cloud.google.com/iam).
468+
* Creates a new custom dasard. For examples on how you can use this API to create dasards, see [Managing dasards by API](/monitoring/dasards/api-dasard).
469+
* This method requires the `monitoring.dasards.create` permission on the specified project. For more information about permissions, see [Cloud Identity and Access Management](/iam).
474470
* </pre>
475471
*/
476472
public void createDasard(
@@ -490,7 +486,7 @@ public void createDasard(
490486
* Lists the existing dasards.
491487
* This method requires the `monitoring.dasards.list` permission
492488
* on the specified project. For more information, see
493-
* [Google Cloud IAM](https://cloud.google.com/iam).
489+
* [Cloud Identity and Access Management](https://cloud.google.com/iam).
494490
* </pre>
495491
*/
496492
public void listDasards(
@@ -510,7 +506,7 @@ public void listDasards(
510506
* Fetches a specific dasard.
511507
* This method requires the `monitoring.dasards.get` permission
512508
* on the specified dasard. For more information, see
513-
* [Google Cloud IAM](https://cloud.google.com/iam).
509+
* [Cloud Identity and Access Management](https://cloud.google.com/iam).
514510
* </pre>
515511
*/
516512
public void getDasard(
@@ -530,7 +526,7 @@ public void getDasard(
530526
* Deletes an existing custom dasard.
531527
* This method requires the `monitoring.dasards.delete` permission
532528
* on the specified dasard. For more information, see
533-
* [Google Cloud IAM](https://cloud.google.com/iam).
529+
* [Cloud Identity and Access Management](https://cloud.google.com/iam).
534530
* </pre>
535531
*/
536532
public void deleteDasard(
@@ -549,7 +545,7 @@ public void deleteDasard(
549545
* Replaces an existing custom dasard with a new definition.
550546
* This method requires the `monitoring.dasards.update` permission
551547
* on the specified dasard. For more information, see
552-
* [Google Cloud IAM](https://cloud.google.com/iam).
548+
* [Cloud Identity and Access Management](https://cloud.google.com/iam).
553549
* </pre>
554550
*/
555551
public void updateDasard(
@@ -588,10 +584,8 @@ protected DasardsServiceBlockingStub build(
588584
*
589585
*
590586
* <pre>
591-
* Creates a new custom dasard.
592-
* This method requires the `monitoring.dasards.create` permission
593-
* on the specified project. For more information, see
594-
* [Google Cloud IAM](https://cloud.google.com/iam).
587+
* Creates a new custom dasard. For examples on how you can use this API to create dasards, see [Managing dasards by API](/monitoring/dasards/api-dasard).
588+
* This method requires the `monitoring.dasards.create` permission on the specified project. For more information about permissions, see [Cloud Identity and Access Management](/iam).
595589
* </pre>
596590
*/
597591
public com.google.monitoring.dasard.v1.Dasard createDasard(
@@ -607,7 +601,7 @@ public com.google.monitoring.dasard.v1.Dasard createDasard(
607601
* Lists the existing dasards.
608602
* This method requires the `monitoring.dasards.list` permission
609603
* on the specified project. For more information, see
610-
* [Google Cloud IAM](https://cloud.google.com/iam).
604+
* [Cloud Identity and Access Management](https://cloud.google.com/iam).
611605
* </pre>
612606
*/
613607
public com.google.monitoring.dasard.v1.ListDasardsResponse listDasards(
@@ -623,7 +617,7 @@ public com.google.monitoring.dasard.v1.ListDasardsResponse listDasards(
623617
* Fetches a specific dasard.
624618
* This method requires the `monitoring.dasards.get` permission
625619
* on the specified dasard. For more information, see
626-
* [Google Cloud IAM](https://cloud.google.com/iam).
620+
* [Cloud Identity and Access Management](https://cloud.google.com/iam).
627621
* </pre>
628622
*/
629623
public com.google.monitoring.dasard.v1.Dasard getDasard(
@@ -639,7 +633,7 @@ public com.google.monitoring.dasard.v1.Dasard getDasard(
639633
* Deletes an existing custom dasard.
640634
* This method requires the `monitoring.dasards.delete` permission
641635
* on the specified dasard. For more information, see
642-
* [Google Cloud IAM](https://cloud.google.com/iam).
636+
* [Cloud Identity and Access Management](https://cloud.google.com/iam).
643637
* </pre>
644638
*/
645639
public com.google.protobuf.Empty deleteDasard(
@@ -655,7 +649,7 @@ public com.google.protobuf.Empty deleteDasard(
655649
* Replaces an existing custom dasard with a new definition.
656650
* This method requires the `monitoring.dasards.update` permission
657651
* on the specified dasard. For more information, see
658-
* [Google Cloud IAM](https://cloud.google.com/iam).
652+
* [Cloud Identity and Access Management](https://cloud.google.com/iam).
659653
* </pre>
660654
*/
661655
public com.google.monitoring.dasard.v1.Dasard updateDasard(
@@ -689,10 +683,8 @@ protected DasardsServiceFutureStub build(
689683
*
690684
*
691685
* <pre>
692-
* Creates a new custom dasard.
693-
* This method requires the `monitoring.dasards.create` permission
694-
* on the specified project. For more information, see
695-
* [Google Cloud IAM](https://cloud.google.com/iam).
686+
* Creates a new custom dasard. For examples on how you can use this API to create dasards, see [Managing dasards by API](/monitoring/dasards/api-dasard).
687+
* This method requires the `monitoring.dasards.create` permission on the specified project. For more information about permissions, see [Cloud Identity and Access Management](/iam).
696688
* </pre>
697689
*/
698690
public com.google.common.util.concurrent.ListenableFuture<
@@ -709,7 +701,7 @@ protected DasardsServiceFutureStub build(
709701
* Lists the existing dasards.
710702
* This method requires the `monitoring.dasards.list` permission
711703
* on the specified project. For more information, see
712-
* [Google Cloud IAM](https://cloud.google.com/iam).
704+
* [Cloud Identity and Access Management](https://cloud.google.com/iam).
713705
* </pre>
714706
*/
715707
public com.google.common.util.concurrent.ListenableFuture<
@@ -726,7 +718,7 @@ protected DasardsServiceFutureStub build(
726718
* Fetches a specific dasard.
727719
* This method requires the `monitoring.dasards.get` permission
728720
* on the specified dasard. For more information, see
729-
* [Google Cloud IAM](https://cloud.google.com/iam).
721+
* [Cloud Identity and Access Management](https://cloud.google.com/iam).
730722
* </pre>
731723
*/
732724
public com.google.common.util.concurrent.ListenableFuture<
@@ -743,7 +735,7 @@ protected DasardsServiceFutureStub build(
743735
* Deletes an existing custom dasard.
744736
* This method requires the `monitoring.dasards.delete` permission
745737
* on the specified dasard. For more information, see
746-
* [Google Cloud IAM](https://cloud.google.com/iam).
738+
* [Cloud Identity and Access Management](https://cloud.google.com/iam).
747739
* </pre>
748740
*/
749741
public com.google.common.util.concurrent.ListenableFuture<com.google.protobuf.Empty>
@@ -759,7 +751,7 @@ protected DasardsServiceFutureStub build(
759751
* Replaces an existing custom dasard with a new definition.
760752
* This method requires the `monitoring.dasards.update` permission
761753
* on the specified dasard. For more information, see
762-
* [Google Cloud IAM](https://cloud.google.com/iam).
754+
* [Cloud Identity and Access Management](https://cloud.google.com/iam).
763755
* </pre>
764756
*/
765757
public com.google.common.util.concurrent.ListenableFuture<

0 commit comments

Comments
 (0)