Skip to content

Commit 239a6ec

Browse files
feat(monitoring): update the api
#### monitoring:v1 The following keys were added: - schemas.SingleViewGroup.properties.displayType.type (Total Keys: 1) #### monitoring:v3 The following keys were added: - schemas.UptimeCheckConfig.properties.logCheckFailures.type (Total Keys: 1)
1 parent 365104a commit 239a6ec

File tree

4 files changed

+52
-3
lines changed

4 files changed

+52
-3
lines changed

docs/dyn/monitoring_v1.projects.dashboards.html

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -448,6 +448,7 @@ <h3>Method Details</h3>
448448
&quot;subtitle&quot;: &quot;A String&quot;, # The subtitle of the section
449449
},
450450
&quot;singleViewGroup&quot;: { # A widget that groups the other widgets by using a dropdown menu. All widgets that are within the area spanned by the grouping widget are considered member widgets. # A widget that groups the other widgets by using a dropdown menu.
451+
&quot;displayType&quot;: &quot;A String&quot;, # Optional. Determines how the widget selector will be displayed.
451452
},
452453
&quot;text&quot;: { # A widget that displays textual content. # A raw string or markdown displaying textual content.
453454
&quot;content&quot;: &quot;A String&quot;, # The text content to be displayed.
@@ -1188,6 +1189,7 @@ <h3>Method Details</h3>
11881189
&quot;subtitle&quot;: &quot;A String&quot;, # The subtitle of the section
11891190
},
11901191
&quot;singleViewGroup&quot;: { # A widget that groups the other widgets by using a dropdown menu. All widgets that are within the area spanned by the grouping widget are considered member widgets. # A widget that groups the other widgets by using a dropdown menu.
1192+
&quot;displayType&quot;: &quot;A String&quot;, # Optional. Determines how the widget selector will be displayed.
11911193
},
11921194
&quot;text&quot;: { # A widget that displays textual content. # A raw string or markdown displaying textual content.
11931195
&quot;content&quot;: &quot;A String&quot;, # The text content to be displayed.
@@ -1824,6 +1826,7 @@ <h3>Method Details</h3>
18241826
&quot;subtitle&quot;: &quot;A String&quot;, # The subtitle of the section
18251827
},
18261828
&quot;singleViewGroup&quot;: { # A widget that groups the other widgets by using a dropdown menu. All widgets that are within the area spanned by the grouping widget are considered member widgets. # A widget that groups the other widgets by using a dropdown menu.
1829+
&quot;displayType&quot;: &quot;A String&quot;, # Optional. Determines how the widget selector will be displayed.
18271830
},
18281831
&quot;text&quot;: { # A widget that displays textual content. # A raw string or markdown displaying textual content.
18291832
&quot;content&quot;: &quot;A String&quot;, # The text content to be displayed.
@@ -2462,6 +2465,7 @@ <h3>Method Details</h3>
24622465
&quot;subtitle&quot;: &quot;A String&quot;, # The subtitle of the section
24632466
},
24642467
&quot;singleViewGroup&quot;: { # A widget that groups the other widgets by using a dropdown menu. All widgets that are within the area spanned by the grouping widget are considered member widgets. # A widget that groups the other widgets by using a dropdown menu.
2468+
&quot;displayType&quot;: &quot;A String&quot;, # Optional. Determines how the widget selector will be displayed.
24652469
},
24662470
&quot;text&quot;: { # A widget that displays textual content. # A raw string or markdown displaying textual content.
24672471
&quot;content&quot;: &quot;A String&quot;, # The text content to be displayed.
@@ -3125,6 +3129,7 @@ <h3>Method Details</h3>
31253129
&quot;subtitle&quot;: &quot;A String&quot;, # The subtitle of the section
31263130
},
31273131
&quot;singleViewGroup&quot;: { # A widget that groups the other widgets by using a dropdown menu. All widgets that are within the area spanned by the grouping widget are considered member widgets. # A widget that groups the other widgets by using a dropdown menu.
3132+
&quot;displayType&quot;: &quot;A String&quot;, # Optional. Determines how the widget selector will be displayed.
31283133
},
31293134
&quot;text&quot;: { # A widget that displays textual content. # A raw string or markdown displaying textual content.
31303135
&quot;content&quot;: &quot;A String&quot;, # The text content to be displayed.
@@ -3865,6 +3870,7 @@ <h3>Method Details</h3>
38653870
&quot;subtitle&quot;: &quot;A String&quot;, # The subtitle of the section
38663871
},
38673872
&quot;singleViewGroup&quot;: { # A widget that groups the other widgets by using a dropdown menu. All widgets that are within the area spanned by the grouping widget are considered member widgets. # A widget that groups the other widgets by using a dropdown menu.
3873+
&quot;displayType&quot;: &quot;A String&quot;, # Optional. Determines how the widget selector will be displayed.
38683874
},
38693875
&quot;text&quot;: { # A widget that displays textual content. # A raw string or markdown displaying textual content.
38703876
&quot;content&quot;: &quot;A String&quot;, # The text content to be displayed.
@@ -4501,6 +4507,7 @@ <h3>Method Details</h3>
45014507
&quot;subtitle&quot;: &quot;A String&quot;, # The subtitle of the section
45024508
},
45034509
&quot;singleViewGroup&quot;: { # A widget that groups the other widgets by using a dropdown menu. All widgets that are within the area spanned by the grouping widget are considered member widgets. # A widget that groups the other widgets by using a dropdown menu.
4510+
&quot;displayType&quot;: &quot;A String&quot;, # Optional. Determines how the widget selector will be displayed.
45044511
},
45054512
&quot;text&quot;: { # A widget that displays textual content. # A raw string or markdown displaying textual content.
45064513
&quot;content&quot;: &quot;A String&quot;, # The text content to be displayed.
@@ -5139,6 +5146,7 @@ <h3>Method Details</h3>
51395146
&quot;subtitle&quot;: &quot;A String&quot;, # The subtitle of the section
51405147
},
51415148
&quot;singleViewGroup&quot;: { # A widget that groups the other widgets by using a dropdown menu. All widgets that are within the area spanned by the grouping widget are considered member widgets. # A widget that groups the other widgets by using a dropdown menu.
5149+
&quot;displayType&quot;: &quot;A String&quot;, # Optional. Determines how the widget selector will be displayed.
51425150
},
51435151
&quot;text&quot;: { # A widget that displays textual content. # A raw string or markdown displaying textual content.
51445152
&quot;content&quot;: &quot;A String&quot;, # The text content to be displayed.
@@ -5826,6 +5834,7 @@ <h3>Method Details</h3>
58265834
&quot;subtitle&quot;: &quot;A String&quot;, # The subtitle of the section
58275835
},
58285836
&quot;singleViewGroup&quot;: { # A widget that groups the other widgets by using a dropdown menu. All widgets that are within the area spanned by the grouping widget are considered member widgets. # A widget that groups the other widgets by using a dropdown menu.
5837+
&quot;displayType&quot;: &quot;A String&quot;, # Optional. Determines how the widget selector will be displayed.
58295838
},
58305839
&quot;text&quot;: { # A widget that displays textual content. # A raw string or markdown displaying textual content.
58315840
&quot;content&quot;: &quot;A String&quot;, # The text content to be displayed.
@@ -6566,6 +6575,7 @@ <h3>Method Details</h3>
65666575
&quot;subtitle&quot;: &quot;A String&quot;, # The subtitle of the section
65676576
},
65686577
&quot;singleViewGroup&quot;: { # A widget that groups the other widgets by using a dropdown menu. All widgets that are within the area spanned by the grouping widget are considered member widgets. # A widget that groups the other widgets by using a dropdown menu.
6578+
&quot;displayType&quot;: &quot;A String&quot;, # Optional. Determines how the widget selector will be displayed.
65696579
},
65706580
&quot;text&quot;: { # A widget that displays textual content. # A raw string or markdown displaying textual content.
65716581
&quot;content&quot;: &quot;A String&quot;, # The text content to be displayed.
@@ -7202,6 +7212,7 @@ <h3>Method Details</h3>
72027212
&quot;subtitle&quot;: &quot;A String&quot;, # The subtitle of the section
72037213
},
72047214
&quot;singleViewGroup&quot;: { # A widget that groups the other widgets by using a dropdown menu. All widgets that are within the area spanned by the grouping widget are considered member widgets. # A widget that groups the other widgets by using a dropdown menu.
7215+
&quot;displayType&quot;: &quot;A String&quot;, # Optional. Determines how the widget selector will be displayed.
72057216
},
72067217
&quot;text&quot;: { # A widget that displays textual content. # A raw string or markdown displaying textual content.
72077218
&quot;content&quot;: &quot;A String&quot;, # The text content to be displayed.
@@ -7840,6 +7851,7 @@ <h3>Method Details</h3>
78407851
&quot;subtitle&quot;: &quot;A String&quot;, # The subtitle of the section
78417852
},
78427853
&quot;singleViewGroup&quot;: { # A widget that groups the other widgets by using a dropdown menu. All widgets that are within the area spanned by the grouping widget are considered member widgets. # A widget that groups the other widgets by using a dropdown menu.
7854+
&quot;displayType&quot;: &quot;A String&quot;, # Optional. Determines how the widget selector will be displayed.
78437855
},
78447856
&quot;text&quot;: { # A widget that displays textual content. # A raw string or markdown displaying textual content.
78457857
&quot;content&quot;: &quot;A String&quot;, # The text content to be displayed.
@@ -8513,6 +8525,7 @@ <h3>Method Details</h3>
85138525
&quot;subtitle&quot;: &quot;A String&quot;, # The subtitle of the section
85148526
},
85158527
&quot;singleViewGroup&quot;: { # A widget that groups the other widgets by using a dropdown menu. All widgets that are within the area spanned by the grouping widget are considered member widgets. # A widget that groups the other widgets by using a dropdown menu.
8528+
&quot;displayType&quot;: &quot;A String&quot;, # Optional. Determines how the widget selector will be displayed.
85168529
},
85178530
&quot;text&quot;: { # A widget that displays textual content. # A raw string or markdown displaying textual content.
85188531
&quot;content&quot;: &quot;A String&quot;, # The text content to be displayed.
@@ -9253,6 +9266,7 @@ <h3>Method Details</h3>
92539266
&quot;subtitle&quot;: &quot;A String&quot;, # The subtitle of the section
92549267
},
92559268
&quot;singleViewGroup&quot;: { # A widget that groups the other widgets by using a dropdown menu. All widgets that are within the area spanned by the grouping widget are considered member widgets. # A widget that groups the other widgets by using a dropdown menu.
9269+
&quot;displayType&quot;: &quot;A String&quot;, # Optional. Determines how the widget selector will be displayed.
92569270
},
92579271
&quot;text&quot;: { # A widget that displays textual content. # A raw string or markdown displaying textual content.
92589272
&quot;content&quot;: &quot;A String&quot;, # The text content to be displayed.
@@ -9889,6 +9903,7 @@ <h3>Method Details</h3>
98899903
&quot;subtitle&quot;: &quot;A String&quot;, # The subtitle of the section
98909904
},
98919905
&quot;singleViewGroup&quot;: { # A widget that groups the other widgets by using a dropdown menu. All widgets that are within the area spanned by the grouping widget are considered member widgets. # A widget that groups the other widgets by using a dropdown menu.
9906+
&quot;displayType&quot;: &quot;A String&quot;, # Optional. Determines how the widget selector will be displayed.
98929907
},
98939908
&quot;text&quot;: { # A widget that displays textual content. # A raw string or markdown displaying textual content.
98949909
&quot;content&quot;: &quot;A String&quot;, # The text content to be displayed.
@@ -10527,6 +10542,7 @@ <h3>Method Details</h3>
1052710542
&quot;subtitle&quot;: &quot;A String&quot;, # The subtitle of the section
1052810543
},
1052910544
&quot;singleViewGroup&quot;: { # A widget that groups the other widgets by using a dropdown menu. All widgets that are within the area spanned by the grouping widget are considered member widgets. # A widget that groups the other widgets by using a dropdown menu.
10545+
&quot;displayType&quot;: &quot;A String&quot;, # Optional. Determines how the widget selector will be displayed.
1053010546
},
1053110547
&quot;text&quot;: { # A widget that displays textual content. # A raw string or markdown displaying textual content.
1053210548
&quot;content&quot;: &quot;A String&quot;, # The text content to be displayed.
@@ -11208,6 +11224,7 @@ <h3>Method Details</h3>
1120811224
&quot;subtitle&quot;: &quot;A String&quot;, # The subtitle of the section
1120911225
},
1121011226
&quot;singleViewGroup&quot;: { # A widget that groups the other widgets by using a dropdown menu. All widgets that are within the area spanned by the grouping widget are considered member widgets. # A widget that groups the other widgets by using a dropdown menu.
11227+
&quot;displayType&quot;: &quot;A String&quot;, # Optional. Determines how the widget selector will be displayed.
1121111228
},
1121211229
&quot;text&quot;: { # A widget that displays textual content. # A raw string or markdown displaying textual content.
1121311230
&quot;content&quot;: &quot;A String&quot;, # The text content to be displayed.
@@ -11948,6 +11965,7 @@ <h3>Method Details</h3>
1194811965
&quot;subtitle&quot;: &quot;A String&quot;, # The subtitle of the section
1194911966
},
1195011967
&quot;singleViewGroup&quot;: { # A widget that groups the other widgets by using a dropdown menu. All widgets that are within the area spanned by the grouping widget are considered member widgets. # A widget that groups the other widgets by using a dropdown menu.
11968+
&quot;displayType&quot;: &quot;A String&quot;, # Optional. Determines how the widget selector will be displayed.
1195111969
},
1195211970
&quot;text&quot;: { # A widget that displays textual content. # A raw string or markdown displaying textual content.
1195311971
&quot;content&quot;: &quot;A String&quot;, # The text content to be displayed.
@@ -12584,6 +12602,7 @@ <h3>Method Details</h3>
1258412602
&quot;subtitle&quot;: &quot;A String&quot;, # The subtitle of the section
1258512603
},
1258612604
&quot;singleViewGroup&quot;: { # A widget that groups the other widgets by using a dropdown menu. All widgets that are within the area spanned by the grouping widget are considered member widgets. # A widget that groups the other widgets by using a dropdown menu.
12605+
&quot;displayType&quot;: &quot;A String&quot;, # Optional. Determines how the widget selector will be displayed.
1258712606
},
1258812607
&quot;text&quot;: { # A widget that displays textual content. # A raw string or markdown displaying textual content.
1258912608
&quot;content&quot;: &quot;A String&quot;, # The text content to be displayed.
@@ -13222,6 +13241,7 @@ <h3>Method Details</h3>
1322213241
&quot;subtitle&quot;: &quot;A String&quot;, # The subtitle of the section
1322313242
},
1322413243
&quot;singleViewGroup&quot;: { # A widget that groups the other widgets by using a dropdown menu. All widgets that are within the area spanned by the grouping widget are considered member widgets. # A widget that groups the other widgets by using a dropdown menu.
13244+
&quot;displayType&quot;: &quot;A String&quot;, # Optional. Determines how the widget selector will be displayed.
1322513245
},
1322613246
&quot;text&quot;: { # A widget that displays textual content. # A raw string or markdown displaying textual content.
1322713247
&quot;content&quot;: &quot;A String&quot;, # The text content to be displayed.
@@ -13885,6 +13905,7 @@ <h3>Method Details</h3>
1388513905
&quot;subtitle&quot;: &quot;A String&quot;, # The subtitle of the section
1388613906
},
1388713907
&quot;singleViewGroup&quot;: { # A widget that groups the other widgets by using a dropdown menu. All widgets that are within the area spanned by the grouping widget are considered member widgets. # A widget that groups the other widgets by using a dropdown menu.
13908+
&quot;displayType&quot;: &quot;A String&quot;, # Optional. Determines how the widget selector will be displayed.
1388813909
},
1388913910
&quot;text&quot;: { # A widget that displays textual content. # A raw string or markdown displaying textual content.
1389013911
&quot;content&quot;: &quot;A String&quot;, # The text content to be displayed.
@@ -14625,6 +14646,7 @@ <h3>Method Details</h3>
1462514646
&quot;subtitle&quot;: &quot;A String&quot;, # The subtitle of the section
1462614647
},
1462714648
&quot;singleViewGroup&quot;: { # A widget that groups the other widgets by using a dropdown menu. All widgets that are within the area spanned by the grouping widget are considered member widgets. # A widget that groups the other widgets by using a dropdown menu.
14649+
&quot;displayType&quot;: &quot;A String&quot;, # Optional. Determines how the widget selector will be displayed.
1462814650
},
1462914651
&quot;text&quot;: { # A widget that displays textual content. # A raw string or markdown displaying textual content.
1463014652
&quot;content&quot;: &quot;A String&quot;, # The text content to be displayed.
@@ -15261,6 +15283,7 @@ <h3>Method Details</h3>
1526115283
&quot;subtitle&quot;: &quot;A String&quot;, # The subtitle of the section
1526215284
},
1526315285
&quot;singleViewGroup&quot;: { # A widget that groups the other widgets by using a dropdown menu. All widgets that are within the area spanned by the grouping widget are considered member widgets. # A widget that groups the other widgets by using a dropdown menu.
15286+
&quot;displayType&quot;: &quot;A String&quot;, # Optional. Determines how the widget selector will be displayed.
1526415287
},
1526515288
&quot;text&quot;: { # A widget that displays textual content. # A raw string or markdown displaying textual content.
1526615289
&quot;content&quot;: &quot;A String&quot;, # The text content to be displayed.
@@ -15899,6 +15922,7 @@ <h3>Method Details</h3>
1589915922
&quot;subtitle&quot;: &quot;A String&quot;, # The subtitle of the section
1590015923
},
1590115924
&quot;singleViewGroup&quot;: { # A widget that groups the other widgets by using a dropdown menu. All widgets that are within the area spanned by the grouping widget are considered member widgets. # A widget that groups the other widgets by using a dropdown menu.
15925+
&quot;displayType&quot;: &quot;A String&quot;, # Optional. Determines how the widget selector will be displayed.
1590215926
},
1590315927
&quot;text&quot;: { # A widget that displays textual content. # A raw string or markdown displaying textual content.
1590415928
&quot;content&quot;: &quot;A String&quot;, # The text content to be displayed.

0 commit comments

Comments
 (0)