google-apis-monitoring_v3 0.62.0 → 0.63.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: e382a723611dc4c25df1cc593767f6d1b3464e86287177a9ab190d3d3f0b62bd
4
- data.tar.gz: bfa9c70ea7787a7f558d63729b195c141443a98181a3a5383d63455ad0b98752
3
+ metadata.gz: 7d08395256201c579b7a5130666e8476a6507b9b74dbf039bedb2f67fecc7951
4
+ data.tar.gz: 48466beaaa9bb65ddaeb30e066cfbe28e0aa0e195c6512e1bb3364b9291368e8
5
5
  SHA512:
6
- metadata.gz: 59369654e5f1a3c569400b5fdb5ac54bc1027837c51c42f4c158cf4fbce2a1b66758d3e294518cfa1037377ca1d28c81d52f266538864f7baae10f7b06f1ddba
7
- data.tar.gz: c40099157962cb8df5873de5bcdbf8a062c5f26ccc70ceae105acc226c856341b20836a413697272f91f2b99b3c07e9b6e4dbd2e0071ca1a9e01d4122b130aca
6
+ metadata.gz: ed92f6fc11dfa03b9112ef0cfe04c050119ba0a328e3baeed86d27405fc953e14cbb287c6d993e329a0009a00e9adc1ae26769eb361ea5aed75fc6d06316f050
7
+ data.tar.gz: 73937b84b63c3e36218ae703543d0874076115d5c99179ad1200f3d0c9e8faeb4e89ff02cba7d282b8de4dfaafcbc4497389891eb8d8a88181cd68631f37dc12
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-monitoring_v3
2
2
 
3
+ ### v0.63.0 (2024-06-09)
4
+
5
+ * Regenerated from discovery document revision 20240602
6
+
3
7
  ### v0.62.0 (2024-05-26)
4
8
 
5
9
  * Regenerated from discovery document revision 20240519
@@ -4400,7 +4400,7 @@ module Google
4400
4400
  # @return [Google::Apis::MonitoringV3::TimeInterval]
4401
4401
  attr_accessor :interval
4402
4402
 
4403
- # Required. The name of the Snooze. The format is: projects/[
4403
+ # Required. Identifier. The name of the Snooze. The format is: projects/[
4404
4404
  # PROJECT_ID_OR_NUMBER]/snoozes/[SNOOZE_ID] The ID of the Snooze will be
4405
4405
  # generated by the system.
4406
4406
  # Corresponds to the JSON property `name`
@@ -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.62.0"
19
+ GEM_VERSION = "0.63.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.15.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20240519"
25
+ REVISION = "20240602"
26
26
  end
27
27
  end
28
28
  end
@@ -1655,7 +1655,7 @@ module Google
1655
1655
  # Updates a Snooze, identified by its name, with the parameters in the given
1656
1656
  # Snooze object.
1657
1657
  # @param [String] name
1658
- # Required. The name of the Snooze. The format is: projects/[
1658
+ # Required. Identifier. The name of the Snooze. The format is: projects/[
1659
1659
  # PROJECT_ID_OR_NUMBER]/snoozes/[SNOOZE_ID] The ID of the Snooze will be
1660
1660
  # generated by the system.
1661
1661
  # @param [Google::Apis::MonitoringV3::Snooze] snooze_object
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.62.0
4
+ version: 0.63.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: 2024-05-26 00:00:00.000000000 Z
11
+ date: 2024-06-09 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.62.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-monitoring_v3/v0.63.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: []