google-apis-clouddeploy_v1 0.32.0 → 0.33.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: d7910f7c069f294da5acc3525e4c80a3cba103b05da41b4023e76bb0f4ff3d24
4
- data.tar.gz: 56fb84808983970b89c8032eb2360ffba43263a71c14c612455958997965cb42
3
+ metadata.gz: d68220786da5c28a420155451e3e466f85821bb09f8a00e3430340783b7b12ca
4
+ data.tar.gz: 8af2ee0861a5199de8e481ea7a301e254e05654dc7416d4139cd557cf33ad86a
5
5
  SHA512:
6
- metadata.gz: 9837d0b5b4177f896e88ac2eddd64847812d94c946ef45a25087ebf85dabaf72058d4d2eaf8cb26edb4e87c08476c65a76620c913dea2a206d4fedd1f0fbb865
7
- data.tar.gz: 46b9f2566ca2b709c037a008a200154341b81189ee9a83c23079f5db1c123a8b1ba0c652d7b3635ad1fcdc30043400a3760350123961acd7d750d3e745773627
6
+ metadata.gz: e4c2d1c5619729efd5be4e421659a7639de6254a8c9aa74006b9d0f050f33b3dca3f7f5d9259ee85d9cba4000f40068f6fb62598a8f744a07233cc8a086b9907
7
+ data.tar.gz: 06b62308ffda21ddc7e145d57968ce379a2ed4f3ac39a01365020f8361087e21a8d193e502ff5879ab6608dbc4fb62508e9e873d9433a06460b4b6df7714673c
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-clouddeploy_v1
2
2
 
3
+ ### v0.33.0 (2023-10-22)
4
+
5
+ * Regenerated from discovery document revision 20231015
6
+
3
7
  ### v0.32.0 (2023-09-24)
4
8
 
5
9
  * Regenerated from discovery document revision 20230913
@@ -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.32.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 = "20230913"
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.32.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-09-24 00:00:00.000000000 Z
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.32.0
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: []