google-apis-clouddeploy_v1 0.51.0 → 0.52.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 5cffa68ae38ae68a243e43012ab8a5c7f81a5d1367f42d5134f10139fe1c549e
4
- data.tar.gz: c1d0fd99df3f329fb271e148f8f661c3a6e0551f5a712cb65c9ebcb3644b8e9c
3
+ metadata.gz: 9e1aac44a1219f5dda42db38730b2ec92c08d22e7f4663a7655fcd1beb252bbe
4
+ data.tar.gz: 85f17f6d8cf7d96ae27a6f7c147f5cb635167d03300a01db308f74b9dc84bfc4
5
5
  SHA512:
6
- metadata.gz: a82fa5b2fa0d932f72949ced1dca57fc4b3997e8bc17e2d30e9e3a2d5f84ba8f9896d1c3676a7b79234dfa5495817650c1a44b17602f9dd9a4ce8e321fa5e3ac
7
- data.tar.gz: 99e730c4b46b847441b6b03eba5061e712a80ca9334b36d5b7dd298865384e8260603c1c809c69d331df797a141240b910ed7cf158336c3394716963774afca2
6
+ metadata.gz: 9a5c974e4069410f17293207dcefa497d92b582d8322888dffc93c5a194acf6f0a90a680d8c061cd5c403430ce46358d4efb8a578c7d81715a1826b8fba8c845
7
+ data.tar.gz: c95c8a5694c2b69f405a334b3d1aad699269cbed2ec65cd405a6d89de0c26d4f9dea520b9506fdc2cf4a05ca6b26c97803bb30466abcd18f7fa008016f0e1eee
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-clouddeploy_v1
2
2
 
3
+ ### v0.52.0 (2024-10-13)
4
+
5
+ * Regenerated from discovery document revision 20241002
6
+
3
7
  ### v0.51.0 (2024-10-06)
4
8
 
5
9
  * Regenerated from discovery document revision 20240929
@@ -6083,24 +6083,28 @@ module Google
6083
6083
  class TimeOfDay
6084
6084
  include Google::Apis::Core::Hashable
6085
6085
 
6086
- # Hours of day in 24 hour format. Should be from 0 to 23. An API may choose to
6087
- # allow the value "24:00:00" for scenarios like business closing time.
6086
+ # Hours of a day in 24 hour format. Must be greater than or equal to 0 and
6087
+ # typically must be less than or equal to 23. An API may choose to allow the
6088
+ # value "24:00:00" for scenarios like business closing time.
6088
6089
  # Corresponds to the JSON property `hours`
6089
6090
  # @return [Fixnum]
6090
6091
  attr_accessor :hours
6091
6092
 
6092
- # Minutes of hour of day. Must be from 0 to 59.
6093
+ # Minutes of an hour. Must be greater than or equal to 0 and less than or equal
6094
+ # to 59.
6093
6095
  # Corresponds to the JSON property `minutes`
6094
6096
  # @return [Fixnum]
6095
6097
  attr_accessor :minutes
6096
6098
 
6097
- # Fractions of seconds in nanoseconds. Must be from 0 to 999,999,999.
6099
+ # Fractions of seconds, in nanoseconds. Must be greater than or equal to 0 and
6100
+ # less than or equal to 999,999,999.
6098
6101
  # Corresponds to the JSON property `nanos`
6099
6102
  # @return [Fixnum]
6100
6103
  attr_accessor :nanos
6101
6104
 
6102
- # Seconds of minutes of the time. Must normally be from 0 to 59. An API may
6103
- # allow the value 60 if it allows leap-seconds.
6105
+ # Seconds of a minute. Must be greater than or equal to 0 and typically must be
6106
+ # less than or equal to 59. An API may allow the value 60 if it allows leap-
6107
+ # seconds.
6104
6108
  # Corresponds to the JSON property `seconds`
6105
6109
  # @return [Fixnum]
6106
6110
  attr_accessor :seconds
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module ClouddeployV1
18
18
  # Version of the google-apis-clouddeploy_v1 gem
19
- GEM_VERSION = "0.51.0"
19
+ GEM_VERSION = "0.52.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.15.1"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20240929"
25
+ REVISION = "20241002"
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-clouddeploy_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.51.0
4
+ version: 0.52.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-10-06 00:00:00.000000000 Z
11
+ date: 2024-10-13 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-clouddeploy_v1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-clouddeploy_v1/v0.51.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-clouddeploy_v1/v0.52.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-clouddeploy_v1
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.5.6
78
+ rubygems_version: 3.5.21
79
79
  signing_key:
80
80
  specification_version: 4
81
81
  summary: Simple REST client for Cloud Deploy API V1