google-apis-clouddeploy_v1 0.27.0 → 0.28.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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 1e381aead7a5346aca51e959237a6feb4a7fce967161a35f6e6dfcc54b82b3e4
|
4
|
+
data.tar.gz: 3433072348c88a6d2789a88f388843cc461b97f95f777f0fbafb1ab3a21739fc
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 4c9584248a64e9ac365bc474757a767072bbdb15cb391f37a6da462028c31589e67a2792c9389be4b84a6380c1c3ec3de4703c77e0f459a71bdf104bf53abc22
|
7
|
+
data.tar.gz: 8e9fcc5153aca2502b91932024341c2c11a86ef1d31c9132ec3479c66807f3af40112a2dfe055fb0d7a7ee72a5cc445458095516fa58c7539637f86ed571fa27
|
data/CHANGELOG.md
CHANGED
@@ -1163,6 +1163,13 @@ module Google
|
|
1163
1163
|
# @return [String]
|
1164
1164
|
attr_accessor :http_route
|
1165
1165
|
|
1166
|
+
# Optional. The time to wait for route updates to propagate. The maximum
|
1167
|
+
# configurable time is 3 hours, in seconds format. If unspecified, there is no
|
1168
|
+
# wait time.
|
1169
|
+
# Corresponds to the JSON property `routeUpdateWaitTime`
|
1170
|
+
# @return [String]
|
1171
|
+
attr_accessor :route_update_wait_time
|
1172
|
+
|
1166
1173
|
# Required. Name of the Kubernetes Service.
|
1167
1174
|
# Corresponds to the JSON property `service`
|
1168
1175
|
# @return [String]
|
@@ -1176,6 +1183,7 @@ module Google
|
|
1176
1183
|
def update!(**args)
|
1177
1184
|
@deployment = args[:deployment] if args.key?(:deployment)
|
1178
1185
|
@http_route = args[:http_route] if args.key?(:http_route)
|
1186
|
+
@route_update_wait_time = args[:route_update_wait_time] if args.key?(:route_update_wait_time)
|
1179
1187
|
@service = args[:service] if args.key?(:service)
|
1180
1188
|
end
|
1181
1189
|
end
|
@@ -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.28.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 = "
|
25
|
+
REVISION = "20230712"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -954,6 +954,7 @@ module Google
|
|
954
954
|
class Representation < Google::Apis::Core::JsonRepresentation
|
955
955
|
property :deployment, as: 'deployment'
|
956
956
|
property :http_route, as: 'httpRoute'
|
957
|
+
property :route_update_wait_time, as: 'routeUpdateWaitTime'
|
957
958
|
property :service, as: 'service'
|
958
959
|
end
|
959
960
|
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.28.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-
|
11
|
+
date: 2023-07-23 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.28.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: []
|