google-apis-monitoring_v3 0.44.0 → 0.45.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: 670e53e5ab8001050f504516b56ba819851a3cb68be959cd62b8430dac9e5f94
4
- data.tar.gz: b90eeebbc446521f6e4f5497861c198a0291dd2f7cb3f6b3de9234becd021c95
3
+ metadata.gz: 47442415e9ccb257008d4a8c988b3c6504a516c9001a0b81fe46670f0b4f3c9d
4
+ data.tar.gz: 9f921ccdbaefed5304bba2be4fe60bc60de4d921e0628d24b3844d07e76c783c
5
5
  SHA512:
6
- metadata.gz: b6a3b13c06502e21c6b72b9ef872524ba6bb1a488ca1ffd8a5491cccd7868c2e138e9f9290e928b7b3ae56e99229c0160a0b4561c3c3a2ccb496d6872009c286
7
- data.tar.gz: 42ee4cf0024d5fbdcfdb109253acd363fafa58a9fda78b10be321d0b7f19b26306fc60e8559cc42cf0ec72b97e5c2587e799a72c01a101a51b67ac859946f0ea
6
+ metadata.gz: 005e5bb14bd40eb8ab61b0054423cd9672a4deb1bcf825a28e98dc429a47095889ef786ab83e0e2d4a40cb31efe5290a4e6d82da9dc98cfe5401fc0da2bf5ae1
7
+ data.tar.gz: d60c9db97ff824737a43a2f270d6da85917c47802c5738dbd51b2763b46738975b4c4f98cf21add2a332d46b1710655bd08a884410e734203f484cb9ff96e254
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-monitoring_v3
2
2
 
3
+ ### v0.45.0 (2023-05-21)
4
+
5
+ * Regenerated from discovery document revision 20230518
6
+
3
7
  ### v0.44.0 (2023-04-23)
4
8
 
5
9
  * Regenerated from discovery document revision 20230417
@@ -140,6 +140,8 @@ module Google
140
140
  # according to the combiner field. If the combined conditions evaluate to true,
141
141
  # then an incident is created. A policy can have from one to six conditions. If
142
142
  # condition_time_series_query_language is present, it must be the only condition.
143
+ # If condition_monitoring_query_language is present, it must be the only
144
+ # condition.
143
145
  # Corresponds to the JSON property `conditions`
144
146
  # @return [Array<Google::Apis::MonitoringV3::Condition>]
145
147
  attr_accessor :conditions
@@ -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.44.0"
19
+ GEM_VERSION = "0.45.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 = "20230417"
25
+ REVISION = "20230518"
26
26
  end
27
27
  end
28
28
  end
@@ -1003,7 +1003,9 @@ module Google
1003
1003
  # monitoring/custom-metrics): metric.type = starts_with("custom.googleapis.com/")
1004
1004
  #
1005
1005
  # @param [Fixnum] page_size
1006
- # A positive number that is the maximum number of results to return.
1006
+ # A positive number that is the maximum number of results to return. The default
1007
+ # and maximum value is 10,000. If a page_size <= 0 or > 10,000 is submitted,
1008
+ # will instead return a maximum of 10,000 results.
1007
1009
  # @param [String] page_token
1008
1010
  # If this field is not empty then it must contain the nextPageToken value
1009
1011
  # returned by a previous call to this method. Using this field causes the method
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.44.0
4
+ version: 0.45.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-04-23 00:00:00.000000000 Z
11
+ date: 2023-05-21 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.44.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-monitoring_v3/v0.45.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: []