google-apis-clouddeploy_v1 0.32.0 → 0.33.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: d68220786da5c28a420155451e3e466f85821bb09f8a00e3430340783b7b12ca
|
|
4
|
+
data.tar.gz: 8af2ee0861a5199de8e481ea7a301e254e05654dc7416d4139cd557cf33ad86a
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: e4c2d1c5619729efd5be4e421659a7639de6254a8c9aa74006b9d0f050f33b3dca3f7f5d9259ee85d9cba4000f40068f6fb62598a8f744a07233cc8a086b9907
|
|
7
|
+
data.tar.gz: 06b62308ffda21ddc7e145d57968ce379a2ed4f3ac39a01365020f8361087e21a8d193e502ff5879ab6608dbc4fb62508e9e873d9433a06460b4b6df7714673c
|
data/CHANGELOG.md
CHANGED
|
@@ -626,6 +626,12 @@ module Google
|
|
|
626
626
|
class CloudRunMetadata
|
|
627
627
|
include Google::Apis::Core::Hashable
|
|
628
628
|
|
|
629
|
+
# Output only. The name of the Cloud Run job that is associated with a `Rollout`.
|
|
630
|
+
# Format is projects/`project`/locations/`location`/jobs/`job_name`.
|
|
631
|
+
# Corresponds to the JSON property `job`
|
|
632
|
+
# @return [String]
|
|
633
|
+
attr_accessor :job
|
|
634
|
+
|
|
629
635
|
# Output only. The Cloud Run Revision id associated with a `Rollout`.
|
|
630
636
|
# Corresponds to the JSON property `revision`
|
|
631
637
|
# @return [String]
|
|
@@ -648,6 +654,7 @@ module Google
|
|
|
648
654
|
|
|
649
655
|
# Update properties of this object
|
|
650
656
|
def update!(**args)
|
|
657
|
+
@job = args[:job] if args.key?(:job)
|
|
651
658
|
@revision = args[:revision] if args.key?(:revision)
|
|
652
659
|
@service = args[:service] if args.key?(:service)
|
|
653
660
|
@service_urls = args[:service_urls] if args.key?(:service_urls)
|
|
@@ -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.33.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 = "20231015"
|
|
26
26
|
end
|
|
27
27
|
end
|
|
28
28
|
end
|
|
@@ -868,6 +868,7 @@ module Google
|
|
|
868
868
|
class CloudRunMetadata
|
|
869
869
|
# @private
|
|
870
870
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
871
|
+
property :job, as: 'job'
|
|
871
872
|
property :revision, as: 'revision'
|
|
872
873
|
property :service, as: 'service'
|
|
873
874
|
collection :service_urls, as: 'serviceUrls'
|
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.33.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-10-29 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.33.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: []
|