google-apis-monitoring_v3 0.45.0 → 0.46.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: 47442415e9ccb257008d4a8c988b3c6504a516c9001a0b81fe46670f0b4f3c9d
4
- data.tar.gz: 9f921ccdbaefed5304bba2be4fe60bc60de4d921e0628d24b3844d07e76c783c
3
+ metadata.gz: ec54ce6c8f54594e1a7486d42daf189aac1b4ef9442a8d6bdb2ee61b4684978a
4
+ data.tar.gz: 73b052c490b9aec7986c6ca9274df07ff8ccf7bd2839730687dd801ad6ac3655
5
5
  SHA512:
6
- metadata.gz: 005e5bb14bd40eb8ab61b0054423cd9672a4deb1bcf825a28e98dc429a47095889ef786ab83e0e2d4a40cb31efe5290a4e6d82da9dc98cfe5401fc0da2bf5ae1
7
- data.tar.gz: d60c9db97ff824737a43a2f270d6da85917c47802c5738dbd51b2763b46738975b4c4f98cf21add2a332d46b1710655bd08a884410e734203f484cb9ff96e254
6
+ metadata.gz: 12477d2c89a858746f8f0f4a29146f76074ebafe2b2a5617e641f99f4f558544f16918dfeff365a05677b5a890825652fd87a6ec254681bf2f27c01eab04e5ee
7
+ data.tar.gz: '075509c03b0e67b14aef0acc0b488403962f18725111c73f1ae39fffbedcb4cb45114439ebc07d972a883329ca3113b37ee777a845875ec5bc65da3106dd1df1'
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-monitoring_v3
2
2
 
3
+ ### v0.46.0 (2023-05-28)
4
+
5
+ * Regenerated from discovery document revision 20230521
6
+
3
7
  ### v0.45.0 (2023-05-21)
4
8
 
5
9
  * Regenerated from discovery document revision 20230518
@@ -154,7 +154,10 @@ module Google
154
154
  # A short name or phrase used to identify the policy in dashboards,
155
155
  # notifications, and incidents. To avoid confusion, don't use the same display
156
156
  # name for multiple policies in the same project. The name is limited to 512
157
- # Unicode characters.
157
+ # Unicode characters.The convention for the display_name of a
158
+ # PrometheusQueryLanguageCondition is "/", where the and should be taken from
159
+ # the corresponding Prometheus configuration file. This convention is not
160
+ # enforced. In any case the display_name is not a unique key of the AlertPolicy.
158
161
  # Corresponds to the JSON property `displayName`
159
162
  # @return [String]
160
163
  attr_accessor :display_name
@@ -202,7 +205,10 @@ module Google
202
205
  # AlertPolicy objects.The field can contain up to 64 entries. Each key and value
203
206
  # is limited to 63 Unicode characters or 128 bytes, whichever is smaller. Labels
204
207
  # and values can contain only lowercase letters, numerals, underscores, and
205
- # dashes. Keys must begin with a letter.
208
+ # dashes. Keys must begin with a letter.Note that Prometheus and are valid
209
+ # Prometheus label names (https://prometheus.io/docs/concepts/data_model/#metric-
210
+ # names-and-labels). This means that they cannot be stored as is in user labels,
211
+ # because Prometheus labels may contain upper-case letters.
206
212
  # Corresponds to the JSON property `userLabels`
207
213
  # @return [Hash<String,String>]
208
214
  attr_accessor :user_labels
@@ -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.45.0"
19
+ GEM_VERSION = "0.46.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 = "20230518"
25
+ REVISION = "20230521"
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.45.0
4
+ version: 0.46.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-05-21 00:00:00.000000000 Z
11
+ date: 2023-05-28 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.45.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-monitoring_v3/v0.46.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: []