google-apis-monitoring_v3 0.48.0 → 0.49.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: d1b0ea5e07511b8ea9a501134bce2ebcf517c9f9d5ad748ad5516c5211968aed
4
- data.tar.gz: 20b5ed8fb26dbde9c8044c9fe15ba9d570929a0b454cd61ebd1fd1cacfada310
3
+ metadata.gz: 52648c4bdd607fbb96819b566c605a1650ed70030bc9d0b8274b8f9e87c60816
4
+ data.tar.gz: 565cf450133ef63be493937c39d27d97eb2998135ef987a8b78f93976f5e5cd1
5
5
  SHA512:
6
- metadata.gz: 2750c1d6c3caad1dc34c5a9fcad380ea82d3a37cd6f82e9f296ebcdf577e07d55b27377fa6bb4bd276e5650040919e1462e88e12aa6a929906cbdbaa41064d2e
7
- data.tar.gz: 4495abcbb8a9a9922c85c149ade510b03172466dd70d35f0ac11a0cd90d63a1ba9e30416d7423dc753f303f02ea91191d744e23f7e481b65b5dd5495df5cfe9e
6
+ metadata.gz: 3683fd88c632192beaeeeb891cfdd78a9afa8fa238b4948b54e2e519436e65670357a773b5774eb6fbd003d9ae1d6734af4cb6e20253a084080704e66b648a26
7
+ data.tar.gz: 4ddb3c4842c9c272e2608d6cc3e7426726c710547b0c52c2797f9531cdc5a0e3bc1d28fdf71b2c5136ff138cb303cb2592a932689c1ccdeef94a94f3c19c8e0b
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-monitoring_v3
2
2
 
3
+ ### v0.49.0 (2023-08-13)
4
+
5
+ * Regenerated from discovery document revision 20230806
6
+
3
7
  ### v0.48.0 (2023-07-23)
4
8
 
5
9
  * Regenerated from discovery document revision 20230716
@@ -206,11 +206,11 @@ module Google
206
206
  # AlertPolicy objects.The field can contain up to 64 entries. Each key and value
207
207
  # is limited to 63 Unicode characters or 128 bytes, whichever is smaller. Labels
208
208
  # and values can contain only lowercase letters, numerals, underscores, and
209
- # dashes. Keys must begin with a letter.Note that Prometheus `rule group name`
210
- # and `alert name` are valid Prometheus label names (https://prometheus.io/docs/
211
- # concepts/data_model/#metric-names-and-labels). This means that they cannot be
212
- # stored as-is in user labels, because Prometheus labels may contain upper-case
213
- # letters.
209
+ # dashes. Keys must begin with a letter.Note that Prometheus `alert name` is a
210
+ # valid Prometheus label names (https://prometheus.io/docs/concepts/data_model/#
211
+ # metric-names-and-labels), whereas Prometheus `rule group` is an unrestricted
212
+ # UTF-8 string. This means that they cannot be stored as-is in user labels,
213
+ # because they may contain characters that are not allowed in user-label values.
214
214
  # Corresponds to the JSON property `userLabels`
215
215
  # @return [Hash<String,String>]
216
216
  attr_accessor :user_labels
@@ -3780,23 +3780,25 @@ module Google
3780
3780
  # AlertPolicies in case the definition of the rule group changes in the future.
3781
3781
  # This field is optional. If this field is not empty, then it must be a valid
3782
3782
  # Prometheus label name (https://prometheus.io/docs/concepts/data_model/#metric-
3783
- # names-and-labels).
3783
+ # names-and-labels). This field may not exceed 2048 Unicode characters in length.
3784
3784
  # Corresponds to the JSON property `alertRule`
3785
3785
  # @return [String]
3786
3786
  attr_accessor :alert_rule
3787
3787
 
3788
3788
  # Optional. Alerts are considered firing once their PromQL expression was
3789
3789
  # evaluated to be "true" for this long. Alerts whose PromQL expression was not
3790
- # evaluated to be "true" for long enough are considered pending. The default
3791
- # value is zero. Must be zero or positive.
3790
+ # evaluated to be "true" for long enough are considered pending. Must be a non-
3791
+ # negative duration or missing. This field is optional. Its default value is
3792
+ # zero.
3792
3793
  # Corresponds to the JSON property `duration`
3793
3794
  # @return [String]
3794
3795
  attr_accessor :duration
3795
3796
 
3796
- # Required. How often this rule should be evaluated. Must be a positive multiple
3797
- # of 30 seconds or missing. The default value is 30 seconds. If this
3798
- # PrometheusQueryLanguageCondition was generated from a Prometheus alerting rule,
3799
- # then this value should be taken from the enclosing rule group.
3797
+ # Optional. How often this rule should be evaluated. Must be a positive multiple
3798
+ # of 30 seconds or missing. This field is optional. Its default value is 30
3799
+ # seconds. If this PrometheusQueryLanguageCondition was generated from a
3800
+ # Prometheus alerting rule, then this value should be taken from the enclosing
3801
+ # rule group.
3800
3802
  # Corresponds to the JSON property `evaluationInterval`
3801
3803
  # @return [String]
3802
3804
  attr_accessor :evaluation_interval
@@ -3823,9 +3825,9 @@ module Google
3823
3825
  # correctly in order to refer to the original Prometheus configuration file. The
3824
3826
  # rule group name and the alert name are necessary to update the relevant
3825
3827
  # AlertPolicies in case the definition of the rule group changes in the future.
3826
- # This field is optional. If this field is not empty, then it must be a valid
3827
- # Prometheus label name (https://prometheus.io/docs/concepts/data_model/#metric-
3828
- # names-and-labels).
3828
+ # This field is optional. If this field is not empty, then it must contain a
3829
+ # valid UTF-8 string. This field may not exceed 2048 Unicode characters in
3830
+ # length.
3829
3831
  # Corresponds to the JSON property `ruleGroup`
3830
3832
  # @return [String]
3831
3833
  attr_accessor :rule_group
@@ -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.48.0"
19
+ GEM_VERSION = "0.49.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.12.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20230716"
25
+ REVISION = "20230806"
26
26
  end
27
27
  end
28
28
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-monitoring_v3
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.48.0
4
+ version: 0.49.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-07-23 00:00:00.000000000 Z
11
+ date: 2023-08-13 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-apis-core
@@ -58,7 +58,7 @@ licenses:
58
58
  metadata:
59
59
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
60
60
  changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-monitoring_v3/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-monitoring_v3/v0.48.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-monitoring_v3/v0.49.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-monitoring_v3
63
63
  post_install_message:
64
64
  rdoc_options: []