google-apis-monitoring_v3 0.81.0 → 0.82.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.
- checksums.yaml +4 -4
- data/CHANGELOG.md +4 -0
- data/lib/google/apis/monitoring_v3/classes.rb +11 -12
- data/lib/google/apis/monitoring_v3/gem_version.rb +2 -2
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: b7a46434d740def7ca77372a68fb09014ba9da049f8fc22448cbd3b0b4632d7d
|
4
|
+
data.tar.gz: 9d6e726e05f23c39335bdd21da1b1bdc347a199f198ce639b6e77209f51ebb7e
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 7c8d8fd8c605888526577e0faec2b7953479c43e9b1844f1e77ff59a57e4807096b516b618e0fa73f29f626c88b41f0b61c09b597e48c41a388609fb77da004f
|
7
|
+
data.tar.gz: a9dcd07195da31d0a42aeb93128b00b7598cb443b8f86db8766d85a3c068a046e316b09945551bab65299b614a2d571256bf1fdf7e41bf994515a69d1a6622f9
|
data/CHANGELOG.md
CHANGED
@@ -2901,11 +2901,10 @@ module Google
|
|
2901
2901
|
# @return [Array<Google::Apis::MonitoringV3::Aggregation>]
|
2902
2902
|
attr_accessor :aggregations
|
2903
2903
|
|
2904
|
-
# The amount of time that a time series must fail to report new data
|
2905
|
-
# considered failing. The minimum value of this field is 120 seconds.
|
2906
|
-
# values that are a multiple of a minute--for example, 240 or 300 seconds
|
2907
|
-
# supported. If an invalid value is given, an error will be returned.
|
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.
|
2909
2908
|
# Corresponds to the JSON property `duration`
|
2910
2909
|
# @return [String]
|
2911
2910
|
attr_accessor :duration
|
@@ -3198,9 +3197,9 @@ module Google
|
|
3198
3197
|
# @return [String]
|
3199
3198
|
attr_accessor :denominator_filter
|
3200
3199
|
|
3201
|
-
# The amount of time that a time series must violate the threshold to
|
3202
|
-
# considered failing. Currently, only values that are a multiple of a minute--
|
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,
|
3204
3203
|
# an error will be returned. When choosing a duration, it is useful to keep in
|
3205
3204
|
# mind the frequency of the underlying time series data (which may also be
|
3206
3205
|
# affected by any alignments specified in the aggregations field); a good
|
@@ -3433,15 +3432,15 @@ module Google
|
|
3433
3432
|
class MonitoringQueryLanguageCondition
|
3434
3433
|
include Google::Apis::Core::Hashable
|
3435
3434
|
|
3436
|
-
# The amount of time that a time series must violate the threshold to
|
3437
|
-
# considered failing. Currently, only values that are a multiple of a minute--
|
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,
|
3439
3438
|
# an error will be returned. When choosing a duration, it is useful to keep in
|
3440
3439
|
# mind the frequency of the underlying time series data (which may also be
|
3441
3440
|
# affected by any alignments specified in the aggregations field); a good
|
3442
3441
|
# duration is long enough so that a single outlier does not generate spurious
|
3443
3442
|
# alerts, but short enough that unhealthy states are detected and alerted on
|
3444
|
-
# quickly.
|
3443
|
+
# quickly. The default value is zero.
|
3445
3444
|
# Corresponds to the JSON property `duration`
|
3446
3445
|
# @return [String]
|
3447
3446
|
attr_accessor :duration
|
@@ -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.
|
19
|
+
GEM_VERSION = "0.82.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
22
|
GENERATOR_VERSION = "0.18.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20250731"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-apis-monitoring_v3
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.82.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Google LLC
|
@@ -57,7 +57,7 @@ licenses:
|
|
57
57
|
metadata:
|
58
58
|
bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
|
59
59
|
changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-monitoring_v3/CHANGELOG.md
|
60
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-monitoring_v3/v0.
|
60
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-monitoring_v3/v0.82.0
|
61
61
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-monitoring_v3
|
62
62
|
rdoc_options: []
|
63
63
|
require_paths:
|