google-apis-clouddeploy_v1 0.67.0 → 0.68.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: 47b19d2f41e50eb45696cee7c1b39b8e8a2172865669c21b47f82839d589f3d8
|
|
4
|
+
data.tar.gz: d73464267e5f1246d7adec917ab6061e5cb770c39f6115d93c12d693c6f10418
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 5fdde15ddc79f2d9bddc9e0d39c1884e10c86f4a99908e7e014ae88cade2af31bfc23282d2818f6075b196648aa6e504b257e4a0289cfbdaa34ab1736fc60c4a
|
|
7
|
+
data.tar.gz: 92344bd693a20fbe1b49a67aad45225daa608d5233c010c8650d8463cbcda6ad7dad7729326e4311552540fb6ff59cb96349580dd6f66905db5075cf1a4fbf14
|
data/CHANGELOG.md
CHANGED
|
@@ -740,6 +740,11 @@ module Google
|
|
|
740
740
|
# @return [Google::Apis::ClouddeployV1::TimedPromoteReleaseOperation]
|
|
741
741
|
attr_accessor :timed_promote_release_operation
|
|
742
742
|
|
|
743
|
+
# Output only. Unique identifier of the `AutomationRun`.
|
|
744
|
+
# Corresponds to the JSON property `uid`
|
|
745
|
+
# @return [String]
|
|
746
|
+
attr_accessor :uid
|
|
747
|
+
|
|
743
748
|
# Output only. Time at which the automationRun was updated.
|
|
744
749
|
# Corresponds to the JSON property `updateTime`
|
|
745
750
|
# @return [String]
|
|
@@ -773,6 +778,7 @@ module Google
|
|
|
773
778
|
@state_description = args[:state_description] if args.key?(:state_description)
|
|
774
779
|
@target_id = args[:target_id] if args.key?(:target_id)
|
|
775
780
|
@timed_promote_release_operation = args[:timed_promote_release_operation] if args.key?(:timed_promote_release_operation)
|
|
781
|
+
@uid = args[:uid] if args.key?(:uid)
|
|
776
782
|
@update_time = args[:update_time] if args.key?(:update_time)
|
|
777
783
|
@wait_until_time = args[:wait_until_time] if args.key?(:wait_until_time)
|
|
778
784
|
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.68.0"
|
|
20
20
|
|
|
21
21
|
# Version of the code generator used to generate this client
|
|
22
22
|
GENERATOR_VERSION = "0.18.0"
|
|
23
23
|
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
|
25
|
-
REVISION = "
|
|
25
|
+
REVISION = "20260109"
|
|
26
26
|
end
|
|
27
27
|
end
|
|
28
28
|
end
|
|
@@ -1235,6 +1235,7 @@ module Google
|
|
|
1235
1235
|
property :target_id, as: 'targetId'
|
|
1236
1236
|
property :timed_promote_release_operation, as: 'timedPromoteReleaseOperation', class: Google::Apis::ClouddeployV1::TimedPromoteReleaseOperation, decorator: Google::Apis::ClouddeployV1::TimedPromoteReleaseOperation::Representation
|
|
1237
1237
|
|
|
1238
|
+
property :uid, as: 'uid'
|
|
1238
1239
|
property :update_time, as: 'updateTime'
|
|
1239
1240
|
property :wait_until_time, as: 'waitUntilTime'
|
|
1240
1241
|
end
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
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.68.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Google LLC
|
|
@@ -57,7 +57,7 @@ licenses:
|
|
|
57
57
|
metadata:
|
|
58
58
|
bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
|
|
59
59
|
changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-clouddeploy_v1/CHANGELOG.md
|
|
60
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-clouddeploy_v1/v0.
|
|
60
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-clouddeploy_v1/v0.68.0
|
|
61
61
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-clouddeploy_v1
|
|
62
62
|
rdoc_options: []
|
|
63
63
|
require_paths:
|