google-apis-monitoring_v3 0.49.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: 52648c4bdd607fbb96819b566c605a1650ed70030bc9d0b8274b8f9e87c60816
4
- data.tar.gz: 565cf450133ef63be493937c39d27d97eb2998135ef987a8b78f93976f5e5cd1
3
+ metadata.gz: 8ae76d65769d770a6d178fc386806637881394715b549bc8611c31091cf91585
4
+ data.tar.gz: 5f41bff9869ba71842832081297383123e29d49708155ce1d67cfb3a173998d7
5
5
  SHA512:
6
- metadata.gz: 3683fd88c632192beaeeeb891cfdd78a9afa8fa238b4948b54e2e519436e65670357a773b5774eb6fbd003d9ae1d6734af4cb6e20253a084080704e66b648a26
7
- data.tar.gz: 4ddb3c4842c9c272e2608d6cc3e7426726c710547b0c52c2797f9531cdc5a0e3bc1d28fdf71b2c5136ff138cb303cb2592a932689c1ccdeef94a94f3c19c8e0b
6
+ metadata.gz: 5c0a3037a0fefc7973d50750aa2cb626dc57719aff1bdcb6f5dd1b2e2768d0f0a365a60a267218aea67f50258a8201aa571a76e8bd9ae6d473a099ad859e1ab2
7
+ data.tar.gz: 16e0950bfb5ee13b47d059a156b6f13d2570a2d49405efcc30d7ae8d14bc7e73f0c56f4ee86f2dfc179fe6485548d2d1fec49512dfa3c4b80b5f5a1b43c84be8
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
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
+
7
+ ### v0.50.0 (2023-10-22)
8
+
9
+ * Regenerated from discovery document revision 20231016
10
+
3
11
  ### v0.49.0 (2023-08-13)
4
12
 
5
13
  * Regenerated from discovery document revision 20230806
@@ -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.49.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 = "20230806"
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/[
@@ -2375,7 +2378,8 @@ module Google
2375
2378
  # @param [Google::Apis::MonitoringV3::ServiceLevelObjective] service_level_objective_object
2376
2379
  # @param [String] service_level_objective_id
2377
2380
  # Optional. The ServiceLevelObjective id to use for this ServiceLevelObjective.
2378
- # If omitted, an id will be generated instead. Must match the pattern [a-z0-9\-]+
2381
+ # If omitted, an id will be generated instead. Must match the pattern ^[a-zA-Z0-
2382
+ # 9-_:.]+$
2379
2383
  # @param [String] fields
2380
2384
  # Selector specifying which fields to include in a partial response.
2381
2385
  # @param [String] quota_user
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.49.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-08-13 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.49.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: []
@@ -75,7 +75,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
75
75
  - !ruby/object:Gem::Version
76
76
  version: '0'
77
77
  requirements: []
78
- rubygems_version: 3.4.2
78
+ rubygems_version: 3.4.19
79
79
  signing_key:
80
80
  specification_version: 4
81
81
  summary: Simple REST client for Cloud Monitoring API V3