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
+8-6
Original file line number
Diff line number
Diff line change
@@ -166,9 +166,10 @@ public DashboardsServiceStub getStub() {
166
166
// AUTO-GENERATED DOCUMENTATION AND METHOD.
167
167
/**
168
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).
169
+
* see [Managing dashboards by API](https://cloud.google.com/monitoring/dashboards/api-dashboard).
170
+
* This method requires the `monitoring.dashboards.create` permission on the specified project.
171
+
* For more information about permissions, see [Cloud Identity and Access
172
+
* Management](https://cloud.google.com/iam).
172
173
*
173
174
* <p>Sample code:
174
175
*
@@ -193,9 +194,10 @@ public final Dashboard createDashboard(CreateDashboardRequest request) {
193
194
// AUTO-GENERATED DOCUMENTATION AND METHOD.
194
195
/**
195
196
* 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).
197
+
* see [Managing dashboards by API](https://cloud.google.com/monitoring/dashboards/api-dashboard).
198
+
* This method requires the `monitoring.dashboards.create` permission on the specified project.
199
+
* For more information about permissions, 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
+8-8
Original file line number
Diff line number
Diff line change
@@ -320,10 +320,10 @@ public abstract static class DashboardsServiceImplBase implements io.grpc.Bindab
320
320
* <pre>
321
321
* Creates a new custom dashboard. For examples on how you can use this API to
322
322
* create dashboards, see [Managing dashboards by
323
-
* API](/monitoring/dashboards/api-dashboard). This method requires the
323
+
* API](https://cloud.google.com/monitoring/dashboards/api-dashboard). This method requires the
324
324
* `monitoring.dashboards.create` permission on the specified project. For
325
325
* more information about permissions, see [Cloud Identity and Access
Copy file name to clipboardExpand all lines: proto-google-cloud-monitoring-dashboard-v1/src/main/proto/google/monitoring/dashboard/v1/dashboards_service.proto
+2-2
Original file line number
Diff line number
Diff line change
@@ -43,10 +43,10 @@ service DashboardsService {
43
43
44
44
// Creates a new custom dashboard. For examples on how you can use this API to
45
45
// create dashboards, see [Managing dashboards by
46
-
// API](/monitoring/dashboards/api-dashboard). This method requires the
46
+
// API](https://cloud.google.com/monitoring/dashboards/api-dashboard). This method requires the
47
47
// `monitoring.dashboards.create` permission on the specified project. For
48
48
// more information about permissions, see [Cloud Identity and Access
0 commit comments