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

Commit

Permalink
docs: update links to absolute path (#358)
Browse files Browse the repository at this point in the history
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
  • Loading branch information
yoshi-automation committed Apr 23, 2021
1 parent 630d0fa commit 3a7ac87
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 19 deletions.
Expand Up @@ -166,9 +166,10 @@ public DashboardsServiceStub getStub() {
// AUTO-GENERATED DOCUMENTATION AND METHOD.
/**
* 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). This method requires
* the `monitoring.dashboards.create` permission on the specified project. For more information
* about permissions, see [Cloud Identity and Access Management](/iam).
* see [Managing dashboards by API](https://cloud.google.com/monitoring/dashboards/api-dashboard).
* This method requires the `monitoring.dashboards.create` permission on the specified project.
* For more information about permissions, see [Cloud Identity and Access
* Management](https://cloud.google.com/iam).
*
* <p>Sample code:
*
Expand All @@ -193,9 +194,10 @@ public final Dashboard createDashboard(CreateDashboardRequest request) {
// AUTO-GENERATED DOCUMENTATION AND METHOD.
/**
* 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). This method requires
* the `monitoring.dashboards.create` permission on the specified project. For more information
* about permissions, see [Cloud Identity and Access Management](/iam).
* see [Managing dashboards by API](https://cloud.google.com/monitoring/dashboards/api-dashboard).
* This method requires the `monitoring.dashboards.create` permission on the specified project.
* For more information about permissions, see [Cloud Identity and Access
* Management](https://cloud.google.com/iam).
*
* <p>Sample code:
*
Expand Down
Expand Up @@ -320,10 +320,10 @@ public abstract static class DashboardsServiceImplBase implements io.grpc.Bindab
* <pre>
* 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). This method requires the
* API](https://cloud.google.com/monitoring/dashboards/api-dashboard). This method requires the
* `monitoring.dashboards.create` permission on the specified project. For
* more information about permissions, see [Cloud Identity and Access
* Management](/iam).
* Management](https://cloud.google.com/iam).
* </pre>
*/
public void createDashboard(
Expand Down Expand Up @@ -471,10 +471,10 @@ protected DashboardsServiceStub build(
* <pre>
* 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). This method requires the
* API](https://cloud.google.com/monitoring/dashboards/api-dashboard). This method requires the
* `monitoring.dashboards.create` permission on the specified project. For
* more information about permissions, see [Cloud Identity and Access
* Management](/iam).
* Management](https://cloud.google.com/iam).
* </pre>
*/
public void createDashboard(
Expand Down Expand Up @@ -594,10 +594,10 @@ protected DashboardsServiceBlockingStub build(
* <pre>
* 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). This method requires the
* API](https://cloud.google.com/monitoring/dashboards/api-dashboard). This method requires the
* `monitoring.dashboards.create` permission on the specified project. For
* more information about permissions, see [Cloud Identity and Access
* Management](/iam).
* Management](https://cloud.google.com/iam).
* </pre>
*/
public com.google.monitoring.dashboard.v1.Dashboard createDashboard(
Expand Down Expand Up @@ -697,10 +697,10 @@ protected DashboardsServiceFutureStub build(
* <pre>
* 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). This method requires the
* API](https://cloud.google.com/monitoring/dashboards/api-dashboard). This method requires the
* `monitoring.dashboards.create` permission on the specified project. For
* more information about permissions, see [Cloud Identity and Access
* Management](/iam).
* Management](https://cloud.google.com/iam).
* </pre>
*/
public com.google.common.util.concurrent.ListenableFuture<
Expand Down
Expand Up @@ -43,10 +43,10 @@ service DashboardsService {

// 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). This method requires the
// API](https://cloud.google.com/monitoring/dashboards/api-dashboard). This method requires the
// `monitoring.dashboards.create` permission on the specified project. For
// more information about permissions, see [Cloud Identity and Access
// Management](/iam).
// Management](https://cloud.google.com/iam).
rpc CreateDashboard(CreateDashboardRequest) returns (Dashboard) {
option (google.api.http) = {
post: "/v1/{parent=projects/*}/dashboards"
Expand Down
6 changes: 3 additions & 3 deletions synth.metadata
Expand Up @@ -4,15 +4,15 @@
"git": {
"name": ".",
"remote": "https://github.com/googleapis/java-monitoring-dashboards.git",
"sha": "dfc4c2117199134dd3f6e22ac9f91f03cda42710"
"sha": "630d0fa5d68fb31a3ffe8700152368c6420c06fc"
}
},
{
"git": {
"name": "googleapis",
"remote": "https://github.com/googleapis/googleapis.git",
"sha": "59cea2c540441a74df5d7d861c3238377cccf9c6",
"internalRef": "369326004"
"sha": "3ac97c83a5e31abd8352c04eb5cb69d8e0028745",
"internalRef": "369540262"
}
},
{
Expand Down

0 comments on commit 3a7ac87

Please sign in to comment.