google-apis-run_v1 0.22.0 → 0.23.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: 6bf6de7364dc09ea89b9c0c143f290f7b3e23ac38a33de85879fb3489a508b65
4
- data.tar.gz: 612b7ac451705a53104a6808c732aec3027d7ec4a2d477096da7b3b266202861
3
+ metadata.gz: 29005dd76324028f62f8c3eb3997bb9e9f3e502c0399770af7c5f519ae629424
4
+ data.tar.gz: c5b35bacc38228dc92079cdca6c1dc7a7e4fa7749a8a5141e822f51a39412ff0
5
5
  SHA512:
6
- metadata.gz: 4fb2dde76c1e4ca3388386b4aeae05c2a39840c404fa51c08024a0ca71ae5e4ed08ba48fe0109389ddb5a4a7017a76bb7af1683d7df6c25a01fbf97ed421ffd1
7
- data.tar.gz: f93ace0e50bcbc4f4ee060c859ff0c99bdc1d2df24ace76a9046984c765a9dc57a9643815950c3d1a5639031ade9f8144112eb28ac3bab2f3f0ce16893d5cfdc
6
+ metadata.gz: 12821062b5afffa0aabda028e66f0cbb2770c3102060ae2891380a377cdebfcf24ed3a21cd7b41ce9af0a3fe1e5e2cf54cdf5114c492a5539dfea47154965906
7
+ data.tar.gz: 4e16bf3881fafed01a3b200132e67243b199057355d859e99aab4f76a1b5aca0eddf9899dc9c77f7313d10dcbb4df2e1bec5e4fcb11b43f047be0e2ad5eed684
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-run_v1
2
2
 
3
+ ### v0.23.0 (2022-03-09)
4
+
5
+ * Regenerated from discovery document revision 20220304
6
+
3
7
  ### v0.22.0 (2022-02-24)
4
8
 
5
9
  * Regenerated from discovery document revision 20220218
@@ -1055,6 +1055,11 @@ module Google
1055
1055
  class ExecutionStatus
1056
1056
  include Google::Apis::Core::Hashable
1057
1057
 
1058
+ # Optional. The number of tasks which reached phase Cancelled. +optional
1059
+ # Corresponds to the JSON property `cancelledCount`
1060
+ # @return [Fixnum]
1061
+ attr_accessor :cancelled_count
1062
+
1058
1063
  # Optional. Represents time when the execution was completed. It is not
1059
1064
  # guaranteed to be set in happens-before order across separate operations. It is
1060
1065
  # represented in RFC3339 form and is in UTC. +optional
@@ -1085,6 +1090,11 @@ module Google
1085
1090
  # @return [Fixnum]
1086
1091
  attr_accessor :observed_generation
1087
1092
 
1093
+ # Optional. The number of tasks which have retried at least once. +optional
1094
+ # Corresponds to the JSON property `retriedCount`
1095
+ # @return [Fixnum]
1096
+ attr_accessor :retried_count
1097
+
1088
1098
  # Optional. The number of actively running tasks. +optional
1089
1099
  # Corresponds to the JSON property `runningCount`
1090
1100
  # @return [Fixnum]
@@ -1108,11 +1118,13 @@ module Google
1108
1118
 
1109
1119
  # Update properties of this object
1110
1120
  def update!(**args)
1121
+ @cancelled_count = args[:cancelled_count] if args.key?(:cancelled_count)
1111
1122
  @completion_time = args[:completion_time] if args.key?(:completion_time)
1112
1123
  @conditions = args[:conditions] if args.key?(:conditions)
1113
1124
  @failed_count = args[:failed_count] if args.key?(:failed_count)
1114
1125
  @log_uri = args[:log_uri] if args.key?(:log_uri)
1115
1126
  @observed_generation = args[:observed_generation] if args.key?(:observed_generation)
1127
+ @retried_count = args[:retried_count] if args.key?(:retried_count)
1116
1128
  @running_count = args[:running_count] if args.key?(:running_count)
1117
1129
  @start_time = args[:start_time] if args.key?(:start_time)
1118
1130
  @succeeded_count = args[:succeeded_count] if args.key?(:succeeded_count)
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module RunV1
18
18
  # Version of the google-apis-run_v1 gem
19
- GEM_VERSION = "0.22.0"
19
+ GEM_VERSION = "0.23.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.4.1"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20220218"
25
+ REVISION = "20220304"
26
26
  end
27
27
  end
28
28
  end
@@ -791,12 +791,14 @@ module Google
791
791
  class ExecutionStatus
792
792
  # @private
793
793
  class Representation < Google::Apis::Core::JsonRepresentation
794
+ property :cancelled_count, as: 'cancelledCount'
794
795
  property :completion_time, as: 'completionTime'
795
796
  collection :conditions, as: 'conditions', class: Google::Apis::RunV1::GoogleCloudRunV1Condition, decorator: Google::Apis::RunV1::GoogleCloudRunV1Condition::Representation
796
797
 
797
798
  property :failed_count, as: 'failedCount'
798
799
  property :log_uri, as: 'logUri'
799
800
  property :observed_generation, as: 'observedGeneration'
801
+ property :retried_count, as: 'retriedCount'
800
802
  property :running_count, as: 'runningCount'
801
803
  property :start_time, as: 'startTime'
802
804
  property :succeeded_count, as: 'succeededCount'
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-run_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.22.0
4
+ version: 0.23.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-02-28 00:00:00.000000000 Z
11
+ date: 2022-03-14 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-run_v1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-run_v1/v0.22.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-run_v1/v0.23.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-run_v1
63
63
  post_install_message:
64
64
  rdoc_options: []