Skip to content

Commit ce090a8

Browse files
feat: Automated regeneration of monitoring v3 client (googleapis#23922)
Auto-created at 2025-08-10 10:47:01 +0000 using the toys pull request generator.
1 parent 2704266 commit ce090a8

File tree

3 files changed

+17
-14
lines changed

3 files changed

+17
-14
lines changed

generated/google-apis-monitoring_v3/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Release history for google-apis-monitoring_v3
22

3+
### v0.82.0 (2025-08-10)
4+
5+
* Regenerated from discovery document revision 20250731
6+
37
### v0.81.0 (2025-08-03)
48

59
* Regenerated from discovery document revision 20250723

generated/google-apis-monitoring_v3/lib/google/apis/monitoring_v3/classes.rb

Lines changed: 11 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -2901,11 +2901,10 @@ class MetricAbsence
29012901
# @return [Array<Google::Apis::MonitoringV3::Aggregation>]
29022902
attr_accessor :aggregations
29032903

2904-
# The amount of time that a time series must fail to report new data to be
2905-
# considered failing. The minimum value of this field is 120 seconds. Larger
2906-
# values that are a multiple of a minute--for example, 240 or 300 seconds--are
2907-
# supported. If an invalid value is given, an error will be returned. The
2908-
# Duration.nanos field is ignored.
2904+
# Required. The amount of time that a time series must fail to report new data
2905+
# to be considered failing. The minimum value of this field is 120 seconds.
2906+
# Larger values that are a multiple of a minute--for example, 240 or 300 seconds-
2907+
# -are supported. If an invalid value is given, an error will be returned.
29092908
# Corresponds to the JSON property `duration`
29102909
# @return [String]
29112910
attr_accessor :duration
@@ -3198,9 +3197,9 @@ class MetricThreshold
31983197
# @return [String]
31993198
attr_accessor :denominator_filter
32003199

3201-
# The amount of time that a time series must violate the threshold to be
3202-
# considered failing. Currently, only values that are a multiple of a minute--e.
3203-
# g., 0, 60, 120, or 300 seconds--are supported. If an invalid value is given,
3200+
# Required. The amount of time that a time series must violate the threshold to
3201+
# be considered failing. Currently, only values that are a multiple of a minute--
3202+
# e.g., 0, 60, 120, or 300 seconds--are supported. If an invalid value is given,
32043203
# an error will be returned. When choosing a duration, it is useful to keep in
32053204
# mind the frequency of the underlying time series data (which may also be
32063205
# affected by any alignments specified in the aggregations field); a good
@@ -3433,15 +3432,15 @@ def update!(**args)
34333432
class MonitoringQueryLanguageCondition
34343433
include Google::Apis::Core::Hashable
34353434

3436-
# The amount of time that a time series must violate the threshold to be
3437-
# considered failing. Currently, only values that are a multiple of a minute--e.
3438-
# g., 0, 60, 120, or 300 seconds--are supported. If an invalid value is given,
3435+
# Optional. The amount of time that a time series must violate the threshold to
3436+
# be considered failing. Currently, only values that are a multiple of a minute--
3437+
# e.g., 0, 60, 120, or 300 seconds--are supported. If an invalid value is given,
34393438
# an error will be returned. When choosing a duration, it is useful to keep in
34403439
# mind the frequency of the underlying time series data (which may also be
34413440
# affected by any alignments specified in the aggregations field); a good
34423441
# duration is long enough so that a single outlier does not generate spurious
34433442
# alerts, but short enough that unhealthy states are detected and alerted on
3444-
# quickly.
3443+
# quickly. The default value is zero.
34453444
# Corresponds to the JSON property `duration`
34463445
# @return [String]
34473446
attr_accessor :duration

generated/google-apis-monitoring_v3/lib/google/apis/monitoring_v3/gem_version.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,13 @@ module Google
1616
module Apis
1717
module MonitoringV3
1818
# Version of the google-apis-monitoring_v3 gem
19-
GEM_VERSION = "0.81.0"
19+
GEM_VERSION = "0.82.0"
2020

2121
# Version of the code generator used to generate this client
2222
GENERATOR_VERSION = "0.18.0"
2323

2424
# Revision of the discovery document this client was generated from
25-
REVISION = "20250723"
25+
REVISION = "20250731"
2626
end
2727
end
2828
end

0 commit comments

Comments
 (0)