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

Commit 3a7ac87

Browse files
docs: update links to absolute path (#358)
This PR was generated using Autosynth. 🌈 Synth log will be available here: https://source.cloud.google.com/results/invocations/f3fce9fa-699f-4fb3-be3e-1ea8a3b9e627/targets - [ ] To automatically regenerate this PR, check this box. (May take up to 24 hours.) PiperOrigin-RevId: 369540262 Source-Link: googleapis/googleapis@3ac97c8
1 parent 630d0fa commit 3a7ac87

File tree

4 files changed

+21
-19
lines changed

4 files changed

+21
-19
lines changed

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

+8-6
Original file line numberDiff line numberDiff line change
@@ -166,9 +166,10 @@ public DashboardsServiceStub getStub() {
166166
// AUTO-GENERATED DOCUMENTATION AND METHOD.
167167
/**
168168
* 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).
172173
*
173174
* <p>Sample code:
174175
*
@@ -193,9 +194,10 @@ public final Dashboard createDashboard(CreateDashboardRequest request) {
193194
// AUTO-GENERATED DOCUMENTATION AND METHOD.
194195
/**
195196
* 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
200+
* Management](https://cloud.google.com/iam).
199201
*
200202
* <p>Sample code:
201203
*

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

+8-8
Original file line numberDiff line numberDiff line change
@@ -320,10 +320,10 @@ public abstract static class DashboardsServiceImplBase implements io.grpc.Bindab
320320
* <pre>
321321
* Creates a new custom dashboard. For examples on how you can use this API to
322322
* 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
324324
* `monitoring.dashboards.create` permission on the specified project. For
325325
* more information about permissions, see [Cloud Identity and Access
326-
* Management](/iam).
326+
* Management](https://cloud.google.com/iam).
327327
* </pre>
328328
*/
329329
public void createDashboard(
@@ -471,10 +471,10 @@ protected DashboardsServiceStub build(
471471
* <pre>
472472
* Creates a new custom dashboard. For examples on how you can use this API to
473473
* create dashboards, see [Managing dashboards by
474-
* API](/monitoring/dashboards/api-dashboard). This method requires the
474+
* API](https://cloud.google.com/monitoring/dashboards/api-dashboard). This method requires the
475475
* `monitoring.dashboards.create` permission on the specified project. For
476476
* more information about permissions, see [Cloud Identity and Access
477-
* Management](/iam).
477+
* Management](https://cloud.google.com/iam).
478478
* </pre>
479479
*/
480480
public void createDashboard(
@@ -594,10 +594,10 @@ protected DashboardsServiceBlockingStub build(
594594
* <pre>
595595
* Creates a new custom dashboard. For examples on how you can use this API to
596596
* create dashboards, see [Managing dashboards by
597-
* API](/monitoring/dashboards/api-dashboard). This method requires the
597+
* API](https://cloud.google.com/monitoring/dashboards/api-dashboard). This method requires the
598598
* `monitoring.dashboards.create` permission on the specified project. For
599599
* more information about permissions, see [Cloud Identity and Access
600-
* Management](/iam).
600+
* Management](https://cloud.google.com/iam).
601601
* </pre>
602602
*/
603603
public com.google.monitoring.dashboard.v1.Dashboard createDashboard(
@@ -697,10 +697,10 @@ protected DashboardsServiceFutureStub build(
697697
* <pre>
698698
* Creates a new custom dashboard. For examples on how you can use this API to
699699
* create dashboards, see [Managing dashboards by
700-
* API](/monitoring/dashboards/api-dashboard). This method requires the
700+
* API](https://cloud.google.com/monitoring/dashboards/api-dashboard). This method requires the
701701
* `monitoring.dashboards.create` permission on the specified project. For
702702
* more information about permissions, see [Cloud Identity and Access
703-
* Management](/iam).
703+
* Management](https://cloud.google.com/iam).
704704
* </pre>
705705
*/
706706
public com.google.common.util.concurrent.ListenableFuture<

proto-google-cloud-monitoring-dashboard-v1/src/main/proto/google/monitoring/dashboard/v1/dashboards_service.proto

+2-2
Original file line numberDiff line numberDiff line change
@@ -43,10 +43,10 @@ service DashboardsService {
4343

4444
// Creates a new custom dashboard. For examples on how you can use this API to
4545
// 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
4747
// `monitoring.dashboards.create` permission on the specified project. For
4848
// more information about permissions, see [Cloud Identity and Access
49-
// Management](/iam).
49+
// Management](https://cloud.google.com/iam).
5050
rpc CreateDashboard(CreateDashboardRequest) returns (Dashboard) {
5151
option (google.api.http) = {
5252
post: "/v1/{parent=projects/*}/dashboards"

synth.metadata

+3-3
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,15 @@
44
"git": {
55
"name": ".",
66
"remote": "https://github.com/googleapis/java-monitoring-dashboards.git",
7-
"sha": "dfc4c2117199134dd3f6e22ac9f91f03cda42710"
7+
"sha": "630d0fa5d68fb31a3ffe8700152368c6420c06fc"
88
}
99
},
1010
{
1111
"git": {
1212
"name": "googleapis",
1313
"remote": "https://github.com/googleapis/googleapis.git",
14-
"sha": "59cea2c540441a74df5d7d861c3238377cccf9c6",
15-
"internalRef": "369326004"
14+
"sha": "3ac97c83a5e31abd8352c04eb5cb69d8e0028745",
15+
"internalRef": "369540262"
1616
}
1717
},
1818
{

0 commit comments

Comments
 (0)