google-apis-monitoring_v3 0.64.0 → 0.83.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module MonitoringV3
18
18
  # Version of the google-apis-monitoring_v3 gem
19
- GEM_VERSION = "0.64.0"
19
+ GEM_VERSION = "0.83.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.15.0"
22
+ GENERATOR_VERSION = "0.18.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20240616"
25
+ REVISION = "20251006"
26
26
  end
27
27
  end
28
28
  end
@@ -28,6 +28,12 @@ module Google
28
28
  include Google::Apis::Core::JsonObjectSupport
29
29
  end
30
30
 
31
+ class Alert
32
+ class Representation < Google::Apis::Core::JsonRepresentation; end
33
+
34
+ include Google::Apis::Core::JsonObjectSupport
35
+ end
36
+
31
37
  class AlertPolicy
32
38
  class Representation < Google::Apis::Core::JsonRepresentation; end
33
39
 
@@ -70,6 +76,12 @@ module Google
70
76
  include Google::Apis::Core::JsonObjectSupport
71
77
  end
72
78
 
79
+ class BooleanTest
80
+ class Representation < Google::Apis::Core::JsonRepresentation; end
81
+
82
+ include Google::Apis::Core::JsonObjectSupport
83
+ end
84
+
73
85
  class BucketOptions
74
86
  class Representation < Google::Apis::Core::JsonRepresentation; end
75
87
 
@@ -172,6 +184,12 @@ module Google
172
184
  include Google::Apis::Core::JsonObjectSupport
173
185
  end
174
186
 
187
+ class Daily
188
+ class Representation < Google::Apis::Core::JsonRepresentation; end
189
+
190
+ include Google::Apis::Core::JsonObjectSupport
191
+ end
192
+
175
193
  class Distribution
176
194
  class Representation < Google::Apis::Core::JsonRepresentation; end
177
195
 
@@ -280,6 +298,12 @@ module Google
280
298
  include Google::Apis::Core::JsonObjectSupport
281
299
  end
282
300
 
301
+ class Hourly
302
+ class Representation < Google::Apis::Core::JsonRepresentation; end
303
+
304
+ include Google::Apis::Core::JsonObjectSupport
305
+ end
306
+
283
307
  class HttpCheck
284
308
  class Representation < Google::Apis::Core::JsonRepresentation; end
285
309
 
@@ -340,6 +364,12 @@ module Google
340
364
  include Google::Apis::Core::JsonObjectSupport
341
365
  end
342
366
 
367
+ class ListAlertsResponse
368
+ class Representation < Google::Apis::Core::JsonRepresentation; end
369
+
370
+ include Google::Apis::Core::JsonObjectSupport
371
+ end
372
+
343
373
  class ListGroupMembersResponse
344
374
  class Representation < Google::Apis::Core::JsonRepresentation; end
345
375
 
@@ -418,6 +448,12 @@ module Google
418
448
  include Google::Apis::Core::JsonObjectSupport
419
449
  end
420
450
 
451
+ class LogMetadata
452
+ class Representation < Google::Apis::Core::JsonRepresentation; end
453
+
454
+ include Google::Apis::Core::JsonObjectSupport
455
+ end
456
+
421
457
  class MeshIstio
422
458
  class Representation < Google::Apis::Core::JsonRepresentation; end
423
459
 
@@ -460,6 +496,12 @@ module Google
460
496
  include Google::Apis::Core::JsonObjectSupport
461
497
  end
462
498
 
499
+ class Minutes
500
+ class Representation < Google::Apis::Core::JsonRepresentation; end
501
+
502
+ include Google::Apis::Core::JsonObjectSupport
503
+ end
504
+
463
505
  class MonitoredResource
464
506
  class Representation < Google::Apis::Core::JsonRepresentation; end
465
507
 
@@ -550,6 +592,12 @@ module Google
550
592
  include Google::Apis::Core::JsonObjectSupport
551
593
  end
552
594
 
595
+ class PolicySnapshot
596
+ class Representation < Google::Apis::Core::JsonRepresentation; end
597
+
598
+ include Google::Apis::Core::JsonObjectSupport
599
+ end
600
+
553
601
  class PrometheusQueryLanguageCondition
554
602
  class Representation < Google::Apis::Core::JsonRepresentation; end
555
603
 
@@ -592,6 +640,12 @@ module Google
592
640
  include Google::Apis::Core::JsonObjectSupport
593
641
  end
594
642
 
643
+ class RowCountTest
644
+ class Representation < Google::Apis::Core::JsonRepresentation; end
645
+
646
+ include Google::Apis::Core::JsonObjectSupport
647
+ end
648
+
595
649
  class SendNotificationChannelVerificationCodeRequest
596
650
  class Representation < Google::Apis::Core::JsonRepresentation; end
597
651
 
@@ -640,6 +694,12 @@ module Google
640
694
  include Google::Apis::Core::JsonObjectSupport
641
695
  end
642
696
 
697
+ class SqlCondition
698
+ class Representation < Google::Apis::Core::JsonRepresentation; end
699
+
700
+ include Google::Apis::Core::JsonObjectSupport
701
+ end
702
+
643
703
  class Status
644
704
  class Representation < Google::Apis::Core::JsonRepresentation; end
645
705
 
@@ -670,6 +730,12 @@ module Google
670
730
  include Google::Apis::Core::JsonObjectSupport
671
731
  end
672
732
 
733
+ class TimeOfDay
734
+ class Representation < Google::Apis::Core::JsonRepresentation; end
735
+
736
+ include Google::Apis::Core::JsonObjectSupport
737
+ end
738
+
673
739
  class TimeSeries
674
740
  class Representation < Google::Apis::Core::JsonRepresentation; end
675
741
 
@@ -752,6 +818,26 @@ module Google
752
818
  end
753
819
  end
754
820
 
821
+ class Alert
822
+ # @private
823
+ class Representation < Google::Apis::Core::JsonRepresentation
824
+ property :close_time, as: 'closeTime'
825
+ property :log, as: 'log', class: Google::Apis::MonitoringV3::LogMetadata, decorator: Google::Apis::MonitoringV3::LogMetadata::Representation
826
+
827
+ property :metadata, as: 'metadata', class: Google::Apis::MonitoringV3::MonitoredResourceMetadata, decorator: Google::Apis::MonitoringV3::MonitoredResourceMetadata::Representation
828
+
829
+ property :metric, as: 'metric', class: Google::Apis::MonitoringV3::Metric, decorator: Google::Apis::MonitoringV3::Metric::Representation
830
+
831
+ property :name, as: 'name'
832
+ property :open_time, as: 'openTime'
833
+ property :policy, as: 'policy', class: Google::Apis::MonitoringV3::PolicySnapshot, decorator: Google::Apis::MonitoringV3::PolicySnapshot::Representation
834
+
835
+ property :resource, as: 'resource', class: Google::Apis::MonitoringV3::MonitoredResource, decorator: Google::Apis::MonitoringV3::MonitoredResource::Representation
836
+
837
+ property :state, as: 'state'
838
+ end
839
+ end
840
+
755
841
  class AlertPolicy
756
842
  # @private
757
843
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -783,6 +869,7 @@ module Google
783
869
  property :auto_close, as: 'autoClose'
784
870
  collection :notification_channel_strategy, as: 'notificationChannelStrategy', class: Google::Apis::MonitoringV3::NotificationChannelStrategy, decorator: Google::Apis::MonitoringV3::NotificationChannelStrategy::Representation
785
871
 
872
+ collection :notification_prompts, as: 'notificationPrompts'
786
873
  property :notification_rate_limit, as: 'notificationRateLimit', class: Google::Apis::MonitoringV3::NotificationRateLimit, decorator: Google::Apis::MonitoringV3::NotificationRateLimit::Representation
787
874
 
788
875
  end
@@ -830,6 +917,13 @@ module Google
830
917
  end
831
918
  end
832
919
 
920
+ class BooleanTest
921
+ # @private
922
+ class Representation < Google::Apis::Core::JsonRepresentation
923
+ property :column, as: 'column'
924
+ end
925
+ end
926
+
833
927
  class BucketOptions
834
928
  # @private
835
929
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -933,6 +1027,8 @@ module Google
933
1027
 
934
1028
  property :condition_prometheus_query_language, as: 'conditionPrometheusQueryLanguage', class: Google::Apis::MonitoringV3::PrometheusQueryLanguageCondition, decorator: Google::Apis::MonitoringV3::PrometheusQueryLanguageCondition::Representation
935
1029
 
1030
+ property :condition_sql, as: 'conditionSql', class: Google::Apis::MonitoringV3::SqlCondition, decorator: Google::Apis::MonitoringV3::SqlCondition::Representation
1031
+
936
1032
  property :condition_threshold, as: 'conditionThreshold', class: Google::Apis::MonitoringV3::MetricThreshold, decorator: Google::Apis::MonitoringV3::MetricThreshold::Representation
937
1033
 
938
1034
  property :display_name, as: 'displayName'
@@ -992,6 +1088,7 @@ module Google
992
1088
  class Criteria
993
1089
  # @private
994
1090
  class Representation < Google::Apis::Core::JsonRepresentation
1091
+ property :filter, as: 'filter'
995
1092
  collection :policies, as: 'policies'
996
1093
  end
997
1094
  end
@@ -1002,6 +1099,15 @@ module Google
1002
1099
  end
1003
1100
  end
1004
1101
 
1102
+ class Daily
1103
+ # @private
1104
+ class Representation < Google::Apis::Core::JsonRepresentation
1105
+ property :execution_time, as: 'executionTime', class: Google::Apis::MonitoringV3::TimeOfDay, decorator: Google::Apis::MonitoringV3::TimeOfDay::Representation
1106
+
1107
+ property :periodicity, as: 'periodicity'
1108
+ end
1109
+ end
1110
+
1005
1111
  class Distribution
1006
1112
  # @private
1007
1113
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -1176,6 +1282,14 @@ module Google
1176
1282
  end
1177
1283
  end
1178
1284
 
1285
+ class Hourly
1286
+ # @private
1287
+ class Representation < Google::Apis::Core::JsonRepresentation
1288
+ property :minute_offset, as: 'minuteOffset'
1289
+ property :periodicity, as: 'periodicity'
1290
+ end
1291
+ end
1292
+
1179
1293
  class HttpCheck
1180
1294
  # @private
1181
1295
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -1281,6 +1395,16 @@ module Google
1281
1395
  end
1282
1396
  end
1283
1397
 
1398
+ class ListAlertsResponse
1399
+ # @private
1400
+ class Representation < Google::Apis::Core::JsonRepresentation
1401
+ collection :alerts, as: 'alerts', class: Google::Apis::MonitoringV3::Alert, decorator: Google::Apis::MonitoringV3::Alert::Representation
1402
+
1403
+ property :next_page_token, as: 'nextPageToken'
1404
+ property :total_size, as: 'totalSize'
1405
+ end
1406
+ end
1407
+
1284
1408
  class ListGroupMembersResponse
1285
1409
  # @private
1286
1410
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -1373,6 +1497,7 @@ module Google
1373
1497
  collection :time_series, as: 'timeSeries', class: Google::Apis::MonitoringV3::TimeSeries, decorator: Google::Apis::MonitoringV3::TimeSeries::Representation
1374
1498
 
1375
1499
  property :unit, as: 'unit'
1500
+ collection :unreachable, as: 'unreachable'
1376
1501
  end
1377
1502
  end
1378
1503
 
@@ -1403,6 +1528,13 @@ module Google
1403
1528
  end
1404
1529
  end
1405
1530
 
1531
+ class LogMetadata
1532
+ # @private
1533
+ class Representation < Google::Apis::Core::JsonRepresentation
1534
+ hash :extracted_labels, as: 'extractedLabels'
1535
+ end
1536
+ end
1537
+
1406
1538
  class MeshIstio
1407
1539
  # @private
1408
1540
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -1457,6 +1589,7 @@ module Google
1457
1589
  property :ingest_delay, as: 'ingestDelay'
1458
1590
  property :launch_stage, as: 'launchStage'
1459
1591
  property :sample_period, as: 'samplePeriod'
1592
+ collection :time_series_resource_hierarchy_level, as: 'timeSeriesResourceHierarchyLevel'
1460
1593
  end
1461
1594
  end
1462
1595
 
@@ -1489,6 +1622,13 @@ module Google
1489
1622
  end
1490
1623
  end
1491
1624
 
1625
+ class Minutes
1626
+ # @private
1627
+ class Representation < Google::Apis::Core::JsonRepresentation
1628
+ property :periodicity, as: 'periodicity'
1629
+ end
1630
+ end
1631
+
1492
1632
  class MonitoredResource
1493
1633
  # @private
1494
1634
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -1639,10 +1779,21 @@ module Google
1639
1779
  end
1640
1780
  end
1641
1781
 
1782
+ class PolicySnapshot
1783
+ # @private
1784
+ class Representation < Google::Apis::Core::JsonRepresentation
1785
+ property :display_name, as: 'displayName'
1786
+ property :name, as: 'name'
1787
+ property :severity, as: 'severity'
1788
+ hash :user_labels, as: 'userLabels'
1789
+ end
1790
+ end
1791
+
1642
1792
  class PrometheusQueryLanguageCondition
1643
1793
  # @private
1644
1794
  class Representation < Google::Apis::Core::JsonRepresentation
1645
1795
  property :alert_rule, as: 'alertRule'
1796
+ property :disable_metric_validation, as: 'disableMetricValidation'
1646
1797
  property :duration, as: 'duration'
1647
1798
  property :evaluation_interval, as: 'evaluationInterval'
1648
1799
  hash :labels, as: 'labels'
@@ -1707,6 +1858,14 @@ module Google
1707
1858
  end
1708
1859
  end
1709
1860
 
1861
+ class RowCountTest
1862
+ # @private
1863
+ class Representation < Google::Apis::Core::JsonRepresentation
1864
+ property :comparison, as: 'comparison'
1865
+ property :threshold, :numeric_string => true, as: 'threshold'
1866
+ end
1867
+ end
1868
+
1710
1869
  class SendNotificationChannelVerificationCodeRequest
1711
1870
  # @private
1712
1871
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -1805,6 +1964,23 @@ module Google
1805
1964
  end
1806
1965
  end
1807
1966
 
1967
+ class SqlCondition
1968
+ # @private
1969
+ class Representation < Google::Apis::Core::JsonRepresentation
1970
+ property :boolean_test, as: 'booleanTest', class: Google::Apis::MonitoringV3::BooleanTest, decorator: Google::Apis::MonitoringV3::BooleanTest::Representation
1971
+
1972
+ property :daily, as: 'daily', class: Google::Apis::MonitoringV3::Daily, decorator: Google::Apis::MonitoringV3::Daily::Representation
1973
+
1974
+ property :hourly, as: 'hourly', class: Google::Apis::MonitoringV3::Hourly, decorator: Google::Apis::MonitoringV3::Hourly::Representation
1975
+
1976
+ property :minutes, as: 'minutes', class: Google::Apis::MonitoringV3::Minutes, decorator: Google::Apis::MonitoringV3::Minutes::Representation
1977
+
1978
+ property :query, as: 'query'
1979
+ property :row_count_test, as: 'rowCountTest', class: Google::Apis::MonitoringV3::RowCountTest, decorator: Google::Apis::MonitoringV3::RowCountTest::Representation
1980
+
1981
+ end
1982
+ end
1983
+
1808
1984
  class Status
1809
1985
  # @private
1810
1986
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -1846,9 +2022,20 @@ module Google
1846
2022
  end
1847
2023
  end
1848
2024
 
2025
+ class TimeOfDay
2026
+ # @private
2027
+ class Representation < Google::Apis::Core::JsonRepresentation
2028
+ property :hours, as: 'hours'
2029
+ property :minutes, as: 'minutes'
2030
+ property :nanos, as: 'nanos'
2031
+ property :seconds, as: 'seconds'
2032
+ end
2033
+ end
2034
+
1849
2035
  class TimeSeries
1850
2036
  # @private
1851
2037
  class Representation < Google::Apis::Core::JsonRepresentation
2038
+ property :description, as: 'description'
1852
2039
  property :metadata, as: 'metadata', class: Google::Apis::MonitoringV3::MonitoredResourceMetadata, decorator: Google::Apis::MonitoringV3::MonitoredResourceMetadata::Representation
1853
2040
 
1854
2041
  property :metric, as: 'metric', class: Google::Apis::MonitoringV3::Metric, decorator: Google::Apis::MonitoringV3::Metric::Representation
@@ -1934,12 +2121,14 @@ module Google
1934
2121
  property :checker_type, as: 'checkerType'
1935
2122
  collection :content_matchers, as: 'contentMatchers', class: Google::Apis::MonitoringV3::ContentMatcher, decorator: Google::Apis::MonitoringV3::ContentMatcher::Representation
1936
2123
 
2124
+ property :disabled, as: 'disabled'
1937
2125
  property :display_name, as: 'displayName'
1938
2126
  property :http_check, as: 'httpCheck', class: Google::Apis::MonitoringV3::HttpCheck, decorator: Google::Apis::MonitoringV3::HttpCheck::Representation
1939
2127
 
1940
2128
  collection :internal_checkers, as: 'internalCheckers', class: Google::Apis::MonitoringV3::InternalChecker, decorator: Google::Apis::MonitoringV3::InternalChecker::Representation
1941
2129
 
1942
2130
  property :is_internal, as: 'isInternal'
2131
+ property :log_check_failures, as: 'logCheckFailures'
1943
2132
  property :monitored_resource, as: 'monitoredResource', class: Google::Apis::MonitoringV3::MonitoredResource, decorator: Google::Apis::MonitoringV3::MonitoredResource::Representation
1944
2133
 
1945
2134
  property :name, as: 'name'