google-apis-monitoring_v3 0.50.0 → 0.51.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: f722675edc5f3403158753ef05b931b95e50be0fcb9a07931fa762a322e9ed94
4
- data.tar.gz: 9298eef7d6cf09b5ce6a90f628c9e362538c6e98242103a48d5bf10005e5120d
3
+ metadata.gz: 8ae76d65769d770a6d178fc386806637881394715b549bc8611c31091cf91585
4
+ data.tar.gz: 5f41bff9869ba71842832081297383123e29d49708155ce1d67cfb3a173998d7
5
5
  SHA512:
6
- metadata.gz: d38a6e5744670794c38fd5690db749423eb5bb2ebaca5d83d233656a37c8dfb4e07c38c6610a934da7cb89e17170402a093896fa3f1a0237e9add985653ffae0
7
- data.tar.gz: d85c5545cb63197dd3f621913cf2e875e0803aee90d99e139dea7f6200c4d6042e8150d90e8ef984892dd7156048bfbaf305ac7832772b9cdbb557658cea8956
6
+ metadata.gz: 5c0a3037a0fefc7973d50750aa2cb626dc57719aff1bdcb6f5dd1b2e2768d0f0a365a60a267218aea67f50258a8201aa571a76e8bd9ae6d473a099ad859e1ab2
7
+ data.tar.gz: 16e0950bfb5ee13b47d059a156b6f13d2570a2d49405efcc30d7ae8d14bc7e73f0c56f4ee86f2dfc179fe6485548d2d1fec49512dfa3c4b80b5f5a1b43c84be8
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-monitoring_v3
2
2
 
3
+ ### v0.51.0 (2023-10-29)
4
+
5
+ * Regenerated from discovery document revision 20231023
6
+
3
7
  ### v0.50.0 (2023-10-22)
4
8
 
5
9
  * Regenerated from discovery document revision 20231016
@@ -1510,7 +1510,8 @@ module Google
1510
1510
  # Required. The length of time into the future to forecast whether a time series
1511
1511
  # will violate the threshold. If the predicted value is found to violate the
1512
1512
  # threshold, and the violation is observed in all forecasts made for the
1513
- # configured duration, then the time series is considered to be failing.
1513
+ # configured duration, then the time series is considered to be failing. The
1514
+ # forecast horizon can range from 1 hour to 60 hours.
1514
1515
  # Corresponds to the JSON property `forecastHorizon`
1515
1516
  # @return [String]
1516
1517
  attr_accessor :forecast_horizon
@@ -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.50.0"
19
+ GEM_VERSION = "0.51.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 = "20231016"
25
+ REVISION = "20231023"
26
26
  end
27
27
  end
28
28
  end
@@ -1702,6 +1702,9 @@ module Google
1702
1702
  # Creates or adds data to one or more time series. The response is empty if all
1703
1703
  # time series in the request were written. If any time series could not be
1704
1704
  # written, a corresponding failure message is included in the error response.
1705
+ # This method does not support resource locations constraint of an organization
1706
+ # policy (https://cloud.google.com/resource-manager/docs/organization-policy/
1707
+ # defining-locations#setting_the_organization_policy).
1705
1708
  # @param [String] name
1706
1709
  # Required. The project (https://cloud.google.com/monitoring/api/v3#project_name)
1707
1710
  # on which to execute the request. The format is: projects/[
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.50.0
4
+ version: 0.51.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-10-22 00:00:00.000000000 Z
11
+ date: 2023-10-29 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.50.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-monitoring_v3/v0.51.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: []