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

Commit 01166ea

Browse files
feat: added mosaic layout (#332)
This PR was generated using Autosynth. 🌈 Synth log will be available here: https://source.cloud.google.com/results/invocations/2f51388c-826f-4d49-8ee1-1d0a6dc11d6a/targets - [ ] To automatically regenerate this PR, check this box. PiperOrigin-RevId: 362979558 Source-Link: googleapis/googleapis@0dafa39 docs:clarified alignment_period max value and updated IAM docs link
1 parent ab5ca45 commit 01166ea

File tree

23 files changed

+2916
-119
lines changed

23 files changed

+2916
-119
lines changed

google-cloud-monitoring-dashboard/src/main/java/com/google/cloud/monitoring/dashboard/v1/DashboardsServiceClient.java

+21-17
Original file line numberDiff line numberDiff line change
@@ -165,10 +165,10 @@ public DashboardsServiceStub getStub() {
165165

166166
// AUTO-GENERATED DOCUMENTATION AND METHOD.
167167
/**
168-
* Creates a new custom dashboard.
169-
*
170-
* <p>This method requires the `monitoring.dashboards.create` permission on the specified project.
171-
* For more information, see [Google Cloud IAM](https://cloud.google.com/iam).
168+
* Creates a new custom dashboard. For examples on how you can use this API to create dashboards,
169+
* see [Managing dashboards by API](/monitoring/dashboards/api-dashboard). This method requires
170+
* the `monitoring.dashboards.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 Dashboard createDashboard(CreateDashboardRequest request) {
192192

193193
// AUTO-GENERATED DOCUMENTATION AND METHOD.
194194
/**
195-
* Creates a new custom dashboard.
196-
*
197-
* <p>This method requires the `monitoring.dashboards.create` permission on the specified project.
198-
* For more information, see [Google Cloud IAM](https://cloud.google.com/iam).
195+
* Creates a new custom dashboard. For examples on how you can use this API to create dashboards,
196+
* see [Managing dashboards by API](/monitoring/dashboards/api-dashboard). This method requires
197+
* the `monitoring.dashboards.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<CreateDashboardRequest, Dashboard> createDashboardCal
222222
* Lists the existing dashboards.
223223
*
224224
* <p>This method requires the `monitoring.dashboards.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 ListDashboardsPagedResponse listDashboards(ListDashboardsRequest re
252252
* Lists the existing dashboards.
253253
*
254254
* <p>This method requires the `monitoring.dashboards.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 ListDashboardsPagedResponse listDashboards(ListDashboardsRequest re
283283
* Lists the existing dashboards.
284284
*
285285
* <p>This method requires the `monitoring.dashboards.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 ListDashboardsPagedResponse listDashboards(ListDashboardsRequest re
321321
* Fetches a specific dashboard.
322322
*
323323
* <p>This method requires the `monitoring.dashboards.get` permission on the specified dashboard.
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 Dashboard getDashboard(GetDashboardRequest request) {
347347
* Fetches a specific dashboard.
348348
*
349349
* <p>This method requires the `monitoring.dashboards.get` permission on the specified dashboard.
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<GetDashboardRequest, Dashboard> getDashboardCallable(
373373
* Deletes an existing custom dashboard.
374374
*
375375
* <p>This method requires the `monitoring.dashboards.delete` permission on the specified
376-
* dashboard. For more information, see [Google Cloud IAM](https://cloud.google.com/iam).
376+
* dashboard. 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 deleteDashboard(DeleteDashboardRequest request) {
399400
* Deletes an existing custom dashboard.
400401
*
401402
* <p>This method requires the `monitoring.dashboards.delete` permission on the specified
402-
* dashboard. For more information, see [Google Cloud IAM](https://cloud.google.com/iam).
403+
* dashboard. 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<DeleteDashboardRequest, Empty> deleteDashboardCallabl
425427
* Replaces an existing custom dashboard with a new definition.
426428
*
427429
* <p>This method requires the `monitoring.dashboards.update` permission on the specified
428-
* dashboard. For more information, see [Google Cloud IAM](https://cloud.google.com/iam).
430+
* dashboard. 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 Dashboard updateDashboard(UpdateDashboardRequest request) {
449452
* Replaces an existing custom dashboard with a new definition.
450453
*
451454
* <p>This method requires the `monitoring.dashboards.update` permission on the specified
452-
* dashboard. For more information, see [Google Cloud IAM](https://cloud.google.com/iam).
455+
* dashboard. For more information, see [Cloud Identity and Access
456+
* Management](https://cloud.google.com/iam).
453457
*
454458
* <p>Sample code:
455459
*

grpc-google-cloud-monitoring-dashboard-v1/src/main/java/com/google/monitoring/dashboard/v1/DashboardsServiceGrpc.java

+24-32
Original file line numberDiff line numberDiff line change
@@ -318,10 +318,8 @@ public abstract static class DashboardsServiceImplBase implements io.grpc.Bindab
318318
*
319319
*
320320
* <pre>
321-
* Creates a new custom dashboard.
322-
* This method requires the `monitoring.dashboards.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 dashboard. For examples on how you can use this API to create dashboards, see [Managing dashboards by API](/monitoring/dashboards/api-dashboard).
322+
* This method requires the `monitoring.dashboards.create` permission on the specified project. For more information about permissions, see [Cloud Identity and Access Management](/iam).
325323
* </pre>
326324
*/
327325
public void createDashboard(
@@ -339,7 +337,7 @@ public void createDashboard(
339337
* Lists the existing dashboards.
340338
* This method requires the `monitoring.dashboards.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 listDashboards(
@@ -357,7 +355,7 @@ public void listDashboards(
357355
* Fetches a specific dashboard.
358356
* This method requires the `monitoring.dashboards.get` permission
359357
* on the specified dashboard. 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 getDashboard(
@@ -375,7 +373,7 @@ public void getDashboard(
375373
* Deletes an existing custom dashboard.
376374
* This method requires the `monitoring.dashboards.delete` permission
377375
* on the specified dashboard. 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 deleteDashboard(
@@ -392,7 +390,7 @@ public void deleteDashboard(
392390
* Replaces an existing custom dashboard with a new definition.
393391
* This method requires the `monitoring.dashboards.update` permission
394392
* on the specified dashboard. 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 updateDashboard(
@@ -467,10 +465,8 @@ protected DashboardsServiceStub build(
467465
*
468466
*
469467
* <pre>
470-
* Creates a new custom dashboard.
471-
* This method requires the `monitoring.dashboards.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 dashboard. For examples on how you can use this API to create dashboards, see [Managing dashboards by API](/monitoring/dashboards/api-dashboard).
469+
* This method requires the `monitoring.dashboards.create` permission on the specified project. For more information about permissions, see [Cloud Identity and Access Management](/iam).
474470
* </pre>
475471
*/
476472
public void createDashboard(
@@ -490,7 +486,7 @@ public void createDashboard(
490486
* Lists the existing dashboards.
491487
* This method requires the `monitoring.dashboards.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 listDashboards(
@@ -510,7 +506,7 @@ public void listDashboards(
510506
* Fetches a specific dashboard.
511507
* This method requires the `monitoring.dashboards.get` permission
512508
* on the specified dashboard. 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 getDashboard(
@@ -530,7 +526,7 @@ public void getDashboard(
530526
* Deletes an existing custom dashboard.
531527
* This method requires the `monitoring.dashboards.delete` permission
532528
* on the specified dashboard. 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 deleteDashboard(
@@ -549,7 +545,7 @@ public void deleteDashboard(
549545
* Replaces an existing custom dashboard with a new definition.
550546
* This method requires the `monitoring.dashboards.update` permission
551547
* on the specified dashboard. 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 updateDashboard(
@@ -588,10 +584,8 @@ protected DashboardsServiceBlockingStub build(
588584
*
589585
*
590586
* <pre>
591-
* Creates a new custom dashboard.
592-
* This method requires the `monitoring.dashboards.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 dashboard. For examples on how you can use this API to create dashboards, see [Managing dashboards by API](/monitoring/dashboards/api-dashboard).
588+
* This method requires the `monitoring.dashboards.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.dashboard.v1.Dashboard createDashboard(
@@ -607,7 +601,7 @@ public com.google.monitoring.dashboard.v1.Dashboard createDashboard(
607601
* Lists the existing dashboards.
608602
* This method requires the `monitoring.dashboards.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.dashboard.v1.ListDashboardsResponse listDashboards(
@@ -623,7 +617,7 @@ public com.google.monitoring.dashboard.v1.ListDashboardsResponse listDashboards(
623617
* Fetches a specific dashboard.
624618
* This method requires the `monitoring.dashboards.get` permission
625619
* on the specified dashboard. 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.dashboard.v1.Dashboard getDashboard(
@@ -639,7 +633,7 @@ public com.google.monitoring.dashboard.v1.Dashboard getDashboard(
639633
* Deletes an existing custom dashboard.
640634
* This method requires the `monitoring.dashboards.delete` permission
641635
* on the specified dashboard. 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 deleteDashboard(
@@ -655,7 +649,7 @@ public com.google.protobuf.Empty deleteDashboard(
655649
* Replaces an existing custom dashboard with a new definition.
656650
* This method requires the `monitoring.dashboards.update` permission
657651
* on the specified dashboard. 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.dashboard.v1.Dashboard updateDashboard(
@@ -689,10 +683,8 @@ protected DashboardsServiceFutureStub build(
689683
*
690684
*
691685
* <pre>
692-
* Creates a new custom dashboard.
693-
* This method requires the `monitoring.dashboards.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 dashboard. For examples on how you can use this API to create dashboards, see [Managing dashboards by API](/monitoring/dashboards/api-dashboard).
687+
* This method requires the `monitoring.dashboards.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 DashboardsServiceFutureStub build(
709701
* Lists the existing dashboards.
710702
* This method requires the `monitoring.dashboards.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 DashboardsServiceFutureStub build(
726718
* Fetches a specific dashboard.
727719
* This method requires the `monitoring.dashboards.get` permission
728720
* on the specified dashboard. 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 DashboardsServiceFutureStub build(
743735
* Deletes an existing custom dashboard.
744736
* This method requires the `monitoring.dashboards.delete` permission
745737
* on the specified dashboard. 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 DashboardsServiceFutureStub build(
759751
* Replaces an existing custom dashboard with a new definition.
760752
* This method requires the `monitoring.dashboards.update` permission
761753
* on the specified dashboard. 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)