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 +4 -4
- data/CHANGELOG.md +4 -0
- data/lib/google/apis/clouddeploy_v1/classes.rb +10 -6
- data/lib/google/apis/clouddeploy_v1/gem_version.rb +2 -2
- metadata +4 -4
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 9e1aac44a1219f5dda42db38730b2ec92c08d22e7f4663a7655fcd1beb252bbe
|
4
|
+
data.tar.gz: 85f17f6d8cf7d96ae27a6f7c147f5cb635167d03300a01db308f74b9dc84bfc4
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 9a5c974e4069410f17293207dcefa497d92b582d8322888dffc93c5a194acf6f0a90a680d8c061cd5c403430ce46358d4efb8a578c7d81715a1826b8fba8c845
|
7
|
+
data.tar.gz: c95c8a5694c2b69f405a334b3d1aad699269cbed2ec65cd405a6d89de0c26d4f9dea520b9506fdc2cf4a05ca6b26c97803bb30466abcd18f7fa008016f0e1eee
|
data/CHANGELOG.md
CHANGED
@@ -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.
|
6087
|
-
#
|
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
|
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
|
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
|
6103
|
-
# allow the value 60 if it allows leap-
|
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.
|
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 = "
|
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.
|
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-
|
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.
|
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.
|
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
|