Skip to content

Commit 8b87a68

Browse files
docs: change relative URLs to absolute URLs to fix broken links (#438)
1 parent ea26e68 commit 8b87a68

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

packages/google-cloud-monitoring/protos/google/monitoring/v3/common.proto

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,11 @@ message TypedValue {
5151
}
5252
}
5353

54-
// 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.
54+
// A closed time interval. It extends from the start time to the end time, and
55+
// includes both: `[startTime, endTime]`. Valid time intervals depend on the
56+
// [`MetricKind`](https://cloud.google.com/monitoring/api/ref_v3/rest/v3/projects.metricDescriptors#MetricKind)
57+
// of the metric value. In no case can the end time be earlier than the start
58+
// time.
5559
//
5660
// * For a `GAUGE` metric, the `startTime` value is technically optional; if
5761
// no value is specified, the start time defaults to the value of the

packages/google-cloud-monitoring/synth.metadata

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@
1111
"git": {
1212
"name": "googleapis",
1313
"remote": "https://github.com/googleapis/googleapis.git",
14-
"sha": "a3a0bf0f6291d69f2ff3df7fcd63d28ee20ac727",
15-
"internalRef": "310060413"
14+
"sha": "51362f378a286494980ffc9a5199ab6e3cefd6d5",
15+
"internalRef": "314788297"
1616
}
1717
},
1818
{

0 commit comments

Comments
 (0)