google-apis-run_v2 0.14.0 → 0.15.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: eb358b06a6492aa65677a3903126a8ce66f1382e9ca60f1913cfeb66cfec99d8
4
- data.tar.gz: 73c27f4962c73ab05fac799d120e5e5e99cdb5018fb92b08e3ded386010c3ad6
3
+ metadata.gz: b282bd3217aaf3f9adcc166f605d843737a3fb08d8805c9581aaddcbb2284fdf
4
+ data.tar.gz: ad1d291b7438de484ff5bd82e300259bcdc36bd2fffc524b0aba49e67f80d498
5
5
  SHA512:
6
- metadata.gz: f84e2e149ea27b27e35be9e6a7f9b6019ccaf59656036cebde1dff5fbc3939ed387862a55f7cfc8116680582cad672ccfb1a3f8657a3c90dfdf2f5ad3ff2bd3e
7
- data.tar.gz: 2a9d66907d2f99bae11f3fd9529e42a2aa9b2db688c93dd429ea20aaf5ab34eb07d3e5a68ab8e69e7be09d8d9926b4f6ebe1252d28e29631b9a988ac655f9561
6
+ metadata.gz: 6e1bd93cb35c9312231c9e7f6bcfbe72be61555ef5902152409324467647b04c21890f8cca5a3c84ded752174da9974bee3c9370c13200683ee07174ba210216
7
+ data.tar.gz: 493c09aaa2e69a1ffb120d5fc54d5819ad4864bb019f2981b51cbf7ab4ad1c0fcf5c66fbc43235b12af16c782dce719627cd3ca9f460025e5c4fa280fb4c1d67
data/CHANGELOG.md CHANGED
@@ -1,5 +1,10 @@
1
1
  # Release history for google-apis-run_v2
2
2
 
3
+ ### v0.15.0 (2022-06-08)
4
+
5
+ * Regenerated from discovery document revision 20220603
6
+ * Regenerated using generator version 0.5.0
7
+
3
8
  ### v0.14.0 (2022-05-12)
4
9
 
5
10
  * Regenerated from discovery document revision 20220506
@@ -496,6 +496,11 @@ module Google
496
496
  class GoogleCloudRunV2ExecutionReference
497
497
  include Google::Apis::Core::Hashable
498
498
 
499
+ # Creation timestamp of the execution.
500
+ # Corresponds to the JSON property `completionTime`
501
+ # @return [String]
502
+ attr_accessor :completion_time
503
+
499
504
  # Creation timestamp of the execution.
500
505
  # Corresponds to the JSON property `createTime`
501
506
  # @return [String]
@@ -512,6 +517,7 @@ module Google
512
517
 
513
518
  # Update properties of this object
514
519
  def update!(**args)
520
+ @completion_time = args[:completion_time] if args.key?(:completion_time)
515
521
  @create_time = args[:create_time] if args.key?(:create_time)
516
522
  @name = args[:name] if args.key?(:name)
517
523
  end
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module RunV2
18
18
  # Version of the google-apis-run_v2 gem
19
- GEM_VERSION = "0.14.0"
19
+ GEM_VERSION = "0.15.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.4.1"
22
+ GENERATOR_VERSION = "0.5.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20220506"
25
+ REVISION = "20220603"
26
26
  end
27
27
  end
28
28
  end
@@ -399,6 +399,7 @@ module Google
399
399
  class GoogleCloudRunV2ExecutionReference
400
400
  # @private
401
401
  class Representation < Google::Apis::Core::JsonRepresentation
402
+ property :completion_time, as: 'completionTime'
402
403
  property :create_time, as: 'createTime'
403
404
  property :name, as: 'name'
404
405
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-run_v2
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.14.0
4
+ version: 0.15.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: 2022-05-16 00:00:00.000000000 Z
11
+ date: 2022-06-13 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-apis-core
@@ -16,7 +16,7 @@ dependencies:
16
16
  requirements:
17
17
  - - ">="
18
18
  - !ruby/object:Gem::Version
19
- version: '0.4'
19
+ version: '0.5'
20
20
  - - "<"
21
21
  - !ruby/object:Gem::Version
22
22
  version: 2.a
@@ -26,7 +26,7 @@ dependencies:
26
26
  requirements:
27
27
  - - ">="
28
28
  - !ruby/object:Gem::Version
29
- version: '0.4'
29
+ version: '0.5'
30
30
  - - "<"
31
31
  - !ruby/object:Gem::Version
32
32
  version: 2.a
@@ -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-run_v2/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-run_v2/v0.14.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-run_v2/v0.15.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-run_v2
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.3.5
78
+ rubygems_version: 3.3.14
79
79
  signing_key:
80
80
  specification_version: 4
81
81
  summary: Simple REST client for Cloud Run Admin API V2