You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 25, 2023. It is now read-only.
Copy file name to clipboardExpand all lines: google-cloud-monitoring-dashboard/src/main/java/com/google/cloud/monitoring/dashboard/v1/DashboardsServiceClient.java
+21-17
Original file line number
Diff line number
Diff line change
@@ -165,10 +165,10 @@ public DashboardsServiceStub getStub() {
165
165
166
166
// AUTO-GENERATED DOCUMENTATION AND METHOD.
167
167
/**
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).
172
172
*
173
173
* <p>Sample code:
174
174
*
@@ -192,10 +192,10 @@ public final Dashboard createDashboard(CreateDashboardRequest request) {
192
192
193
193
// AUTO-GENERATED DOCUMENTATION AND METHOD.
194
194
/**
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).
199
199
*
200
200
* <p>Sample code:
201
201
*
@@ -222,7 +222,7 @@ public final UnaryCallable<CreateDashboardRequest, Dashboard> createDashboardCal
222
222
* Lists the existing dashboards.
223
223
*
224
224
* <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).
226
226
*
227
227
* <p>Sample code:
228
228
*
@@ -252,7 +252,7 @@ public final ListDashboardsPagedResponse listDashboards(ListDashboardsRequest re
252
252
* Lists the existing dashboards.
253
253
*
254
254
* <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).
256
256
*
257
257
* <p>Sample code:
258
258
*
@@ -283,7 +283,7 @@ public final ListDashboardsPagedResponse listDashboards(ListDashboardsRequest re
283
283
* Lists the existing dashboards.
284
284
*
285
285
* <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).
287
287
*
288
288
* <p>Sample code:
289
289
*
@@ -321,7 +321,7 @@ public final ListDashboardsPagedResponse listDashboards(ListDashboardsRequest re
321
321
* Fetches a specific dashboard.
322
322
*
323
323
* <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).
325
325
*
326
326
* <p>Sample code:
327
327
*
@@ -347,7 +347,7 @@ public final Dashboard getDashboard(GetDashboardRequest request) {
347
347
* Fetches a specific dashboard.
348
348
*
349
349
* <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).
351
351
*
352
352
* <p>Sample code:
353
353
*
@@ -373,7 +373,8 @@ public final UnaryCallable<GetDashboardRequest, Dashboard> getDashboardCallable(
373
373
* Deletes an existing custom dashboard.
374
374
*
375
375
* <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).
377
378
*
378
379
* <p>Sample code:
379
380
*
@@ -399,7 +400,8 @@ public final void deleteDashboard(DeleteDashboardRequest request) {
399
400
* Deletes an existing custom dashboard.
400
401
*
401
402
* <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).
403
405
*
404
406
* <p>Sample code:
405
407
*
@@ -425,7 +427,8 @@ public final UnaryCallable<DeleteDashboardRequest, Empty> deleteDashboardCallabl
425
427
* Replaces an existing custom dashboard with a new definition.
426
428
*
427
429
* <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).
429
432
*
430
433
* <p>Sample code:
431
434
*
@@ -449,7 +452,8 @@ public final Dashboard updateDashboard(UpdateDashboardRequest request) {
449
452
* Replaces an existing custom dashboard with a new definition.
450
453
*
451
454
* <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
Copy file name to clipboardExpand all lines: grpc-google-cloud-monitoring-dashboard-v1/src/main/java/com/google/monitoring/dashboard/v1/DashboardsServiceGrpc.java
+24-32
Original file line number
Diff line number
Diff line change
@@ -318,10 +318,8 @@ public abstract static class DashboardsServiceImplBase implements io.grpc.Bindab
318
318
*
319
319
*
320
320
* <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
* 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).
325
323
* </pre>
326
324
*/
327
325
publicvoidcreateDashboard(
@@ -339,7 +337,7 @@ public void createDashboard(
339
337
* Lists the existing dashboards.
340
338
* This method requires the `monitoring.dashboards.list` permission
341
339
* on the specified project. For more information, see
* 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).
474
470
* </pre>
475
471
*/
476
472
publicvoidcreateDashboard(
@@ -490,7 +486,7 @@ public void createDashboard(
490
486
* Lists the existing dashboards.
491
487
* This method requires the `monitoring.dashboards.list` permission
492
488
* on the specified project. For more information, see
* 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).
* 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).
0 commit comments