Skip to content

Commit

Permalink
docs: change relative URLs to absolute URLs to fix broken links.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 314788297

Source-Author: Google APIs <noreply@google.com>
Source-Date: Thu Jun 4 13:05:11 2020 -0700
Source-Repo: googleapis/googleapis
Source-Sha: 51362f378a286494980ffc9a5199ab6e3cefd6d5
Source-Link: googleapis/googleapis@51362f3
  • Loading branch information
yoshi-automation authored and jskeet committed Jun 5, 2020
1 parent d183f72 commit 4389faa
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -456,7 +456,11 @@ public enum ValueOneofCase {
}

/// <summary>
/// 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
Expand Down
2 changes: 1 addition & 1 deletion apis/Google.Cloud.Monitoring.V3/synth.metadata
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"git": {
"name": "googleapis",
"remote": "https://github.com/googleapis/googleapis.git",
"sha": "89e89786896d256c70f43e68a975470c4f4f220e"
"sha": "51362f378a286494980ffc9a5199ab6e3cefd6d5"
}
}
]
Expand Down

0 comments on commit 4389faa

Please sign in to comment.