From 4381642fedf3788ffd7bce0a0405bda127df2af0 Mon Sep 17 00:00:00 2001 From: Yoshi Automation Bot Date: Tue, 16 Jun 2020 09:29:50 -0700 Subject: [PATCH] docs: change relative URLs to absolute URLs to fix broken links (#438) --- protos/google/monitoring/v3/common.proto | 6 +++++- synth.metadata | 4 ++-- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/protos/google/monitoring/v3/common.proto b/protos/google/monitoring/v3/common.proto index f1b38c23..26242225 100644 --- a/protos/google/monitoring/v3/common.proto +++ b/protos/google/monitoring/v3/common.proto @@ -51,7 +51,11 @@ message TypedValue { } } -// A closed time interval. It extends from the start time to the end time, and includes both: `[startTime, endTime]`. Valid time intervals depend on the [`MetricKind`](/monitoring/api/ref_v3/rest/v3/projects.metricDescriptors#MetricKind) of the metric value. In no case can the end time be earlier than the start time. +// A closed time interval. It extends from the start time to the end time, and +// includes both: `[startTime, endTime]`. Valid time intervals depend on the +// [`MetricKind`](https://cloud.google.com/monitoring/api/ref_v3/rest/v3/projects.metricDescriptors#MetricKind) +// of the metric value. In no case can the end time be earlier than the start +// time. // // * For a `GAUGE` metric, the `startTime` value is technically optional; if // no value is specified, the start time defaults to the value of the diff --git a/synth.metadata b/synth.metadata index e4993a96..5c4aee89 100644 --- a/synth.metadata +++ b/synth.metadata @@ -11,8 +11,8 @@ "git": { "name": "googleapis", "remote": "https://github.com/googleapis/googleapis.git", - "sha": "a3a0bf0f6291d69f2ff3df7fcd63d28ee20ac727", - "internalRef": "310060413" + "sha": "51362f378a286494980ffc9a5199ab6e3cefd6d5", + "internalRef": "314788297" } }, {