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

docs: update links to absolute path #358

Merged
merged 1 commit into from Apr 23, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
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