Skip to content

Commit

Permalink
docs: fix minor docstring formatting (#3691)
Browse files Browse the repository at this point in the history
* docs: fix minor docstring formatting

PiperOrigin-RevId: 492191109

Source-Link: googleapis/googleapis@6884ca4

Source-Link: googleapis/googleapis-gen@33fcb5d
Copy-Tag: eyJwIjoicGFja2FnZXMvZ29vZ2xlLW1vbml0b3JpbmctZGFzaGJvYXJkLy5Pd2xCb3QueWFtbCIsImgiOiIzM2ZjYjVkYTkyMzU3ZjM3YjBkNDU2YTFjNWYwOTIwOTU1NzdjYjYxIn0=

* 🦉 Updates from OwlBot post-processor

See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md

Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
Co-authored-by: Benjamin E. Coe <[email protected]>
  • Loading branch information
3 people authored Dec 5, 2022
1 parent c211c31 commit 41d80e7
Showing 1 changed file with 7 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,8 @@ message Scorecard {
// timeseries.
message SparkChartView {
// Required. The type of sparkchart to show in this chartView.
SparkChartType spark_chart_type = 1 [(google.api.field_behavior) = REQUIRED];
SparkChartType spark_chart_type = 1
[(google.api.field_behavior) = REQUIRED];

// The lower bound on data point frequency in the chart implemented by
// specifying the minimum alignment period to use in a time series query.
Expand All @@ -62,7 +63,8 @@ message Scorecard {

// Required. Fields for querying time series data from the
// Stackdriver metrics API.
TimeSeriesQuery time_series_query = 1 [(google.api.field_behavior) = REQUIRED];
TimeSeriesQuery time_series_query = 1
[(google.api.field_behavior) = REQUIRED];

// Defines the optional additional chart shown on the scorecard. If
// neither is included - then a default scorecard is shown.
Expand All @@ -83,6 +85,8 @@ message Scorecard {
// it in a danger state. (Danger trumps warning.)
//
// As an example, consider a scorecard with the following four thresholds:
//
// ```
// {
// value: 90,
// category: 'DANGER',
Expand All @@ -103,6 +107,7 @@ message Scorecard {
// category: 'WARNING',
// trigger: 'BELOW',
// }
// ```
//
// Then: values less than or equal to 10 would put the scorecard in a DANGER
// state, values greater than 10 but less than or equal to 20 a WARNING state,
Expand Down

0 comments on commit 41d80e7

Please sign in to comment.