google-apis-monitoring_v3 0.80.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 +8 -0
- data/lib/google/apis/monitoring_v3/classes.rb +24 -15
- 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
@@ -1,5 +1,13 @@
|
|
1
1
|
# Release history for google-apis-monitoring_v3
|
2
2
|
|
3
|
+
### v0.82.0 (2025-08-10)
|
4
|
+
|
5
|
+
* Regenerated from discovery document revision 20250731
|
6
|
+
|
7
|
+
### v0.81.0 (2025-08-03)
|
8
|
+
|
9
|
+
* Regenerated from discovery document revision 20250723
|
10
|
+
|
3
11
|
### v0.80.0 (2025-05-25)
|
4
12
|
|
5
13
|
* Regenerated from discovery document revision 20250515
|
@@ -1530,7 +1530,11 @@ module Google
|
|
1530
1530
|
end
|
1531
1531
|
end
|
1532
1532
|
|
1533
|
-
# A single field of a message type.
|
1533
|
+
# A single field of a message type.New usages of this message as an alternative
|
1534
|
+
# to FieldDescriptorProto are strongly discouraged. This message does not
|
1535
|
+
# reliability preserve all information necessary to model the schema and
|
1536
|
+
# preserve semantics. Instead make use of FileDescriptorSet which preserves the
|
1537
|
+
# necessary information.
|
1534
1538
|
class Field
|
1535
1539
|
include Google::Apis::Core::Hashable
|
1536
1540
|
|
@@ -2897,11 +2901,10 @@ module Google
|
|
2897
2901
|
# @return [Array<Google::Apis::MonitoringV3::Aggregation>]
|
2898
2902
|
attr_accessor :aggregations
|
2899
2903
|
|
2900
|
-
# The amount of time that a time series must fail to report new data
|
2901
|
-
# considered failing. The minimum value of this field is 120 seconds.
|
2902
|
-
# values that are a multiple of a minute--for example, 240 or 300 seconds
|
2903
|
-
# supported. If an invalid value is given, an error will be returned.
|
2904
|
-
# 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.
|
2905
2908
|
# Corresponds to the JSON property `duration`
|
2906
2909
|
# @return [String]
|
2907
2910
|
attr_accessor :duration
|
@@ -3194,9 +3197,9 @@ module Google
|
|
3194
3197
|
# @return [String]
|
3195
3198
|
attr_accessor :denominator_filter
|
3196
3199
|
|
3197
|
-
# The amount of time that a time series must violate the threshold to
|
3198
|
-
# considered failing. Currently, only values that are a multiple of a minute--
|
3199
|
-
# 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,
|
3200
3203
|
# an error will be returned. When choosing a duration, it is useful to keep in
|
3201
3204
|
# mind the frequency of the underlying time series data (which may also be
|
3202
3205
|
# affected by any alignments specified in the aggregations field); a good
|
@@ -3429,15 +3432,15 @@ module Google
|
|
3429
3432
|
class MonitoringQueryLanguageCondition
|
3430
3433
|
include Google::Apis::Core::Hashable
|
3431
3434
|
|
3432
|
-
# The amount of time that a time series must violate the threshold to
|
3433
|
-
# considered failing. Currently, only values that are a multiple of a minute--
|
3434
|
-
# 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,
|
3435
3438
|
# an error will be returned. When choosing a duration, it is useful to keep in
|
3436
3439
|
# mind the frequency of the underlying time series data (which may also be
|
3437
3440
|
# affected by any alignments specified in the aggregations field); a good
|
3438
3441
|
# duration is long enough so that a single outlier does not generate spurious
|
3439
3442
|
# alerts, but short enough that unhealthy states are detected and alerted on
|
3440
|
-
# quickly.
|
3443
|
+
# quickly. The default value is zero.
|
3441
3444
|
# Corresponds to the JSON property `duration`
|
3442
3445
|
# @return [String]
|
3443
3446
|
attr_accessor :duration
|
@@ -3757,7 +3760,9 @@ module Google
|
|
3757
3760
|
end
|
3758
3761
|
|
3759
3762
|
# A protocol buffer option, which can be attached to a message, field,
|
3760
|
-
# enumeration, etc.
|
3763
|
+
# enumeration, etc.New usages of this message as an alternative to FileOptions,
|
3764
|
+
# MessageOptions, FieldOptions, EnumOptions, EnumValueOptions, ServiceOptions,
|
3765
|
+
# or MethodOptions are strongly discouraged.
|
3761
3766
|
class Option
|
3762
3767
|
include Google::Apis::Core::Hashable
|
3763
3768
|
|
@@ -5181,7 +5186,11 @@ module Google
|
|
5181
5186
|
end
|
5182
5187
|
end
|
5183
5188
|
|
5184
|
-
# A protocol buffer message type.
|
5189
|
+
# A protocol buffer message type.New usages of this message as an alternative to
|
5190
|
+
# DescriptorProto are strongly discouraged. This message does not reliability
|
5191
|
+
# preserve all information necessary to model the schema and preserve semantics.
|
5192
|
+
# Instead make use of FileDescriptorSet which preserves the necessary
|
5193
|
+
# information.
|
5185
5194
|
class Type
|
5186
5195
|
include Google::Apis::Core::Hashable
|
5187
5196
|
|
@@ -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:
|