google-apis-run_v1alpha1 0.8.0 → 0.9.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: 7e3200b78c973e9729dd7c5b6a60ba57492dc8156e99648c6d5db618ad729d1c
4
- data.tar.gz: 1e220573f5ecb2e67213d37717b0f5ec07df50ed3987369ab2f39980d533501f
3
+ metadata.gz: 812b6bb09fbec5d8155672573fef7063ec8439414a35686906c5ae8634c49209
4
+ data.tar.gz: 70a9b7f014e966bffb02c6bfe3a5be6e0f1504337ecb3120e7bb1aded3082f0b
5
5
  SHA512:
6
- metadata.gz: f8420b2c42a495f502921a899ad3f6d78d37e13519726de321ac9d5bea5039607ab5ce5d44eae443c309181224e2dfdf6f4c9eadcba15a4d30f0db684ee0d6d0
7
- data.tar.gz: 9cce837c5685b312318686341a1d94bfb5dd22c5c18bc2f10887063d08de6275af185e4a1acc8a6b5cb4cf99de97a1047c605c65b8a180a7dc90c5507ddcc9fe
6
+ metadata.gz: 2947361be5e4fa46cef84b5223ea28fad86a044fe81e84cc771c47765bbfbcd60cd209874b2b674ac9a02ffee241fa06d7b2950274d0cb86a0b8d6ddbb5b37ce
7
+ data.tar.gz: b85c87194fe18af83fb7a743ef24ebb6f761e2180dc6399b6f3c086bb5b35de46c6cf68204f3cf2673de85e79e000d3e0a945ab565c93bef2a17b922cb1ed942
data/CHANGELOG.md CHANGED
@@ -1,5 +1,10 @@
1
1
  # Release history for google-apis-run_v1alpha1
2
2
 
3
+ ### v0.9.0 (2021-06-12)
4
+
5
+ * Regenerated from discovery document revision 20210604
6
+ * Regenerated using generator version 0.3.0
7
+
3
8
  ### v0.8.0 (2021-05-20)
4
9
 
5
10
  * Unspecified changes
@@ -968,10 +968,10 @@ module Google
968
968
  class JobSpec
969
969
  include Google::Apis::Core::Hashable
970
970
 
971
- # Optional. Specifies the duration in seconds relative to the startTime that the
972
- # job may be active before the system tries to terminate it. If set to zero, the
973
- # system will never attempt to terminate the job based on time. Otherwise, the
974
- # value must be positive integer. +optional
971
+ # Optional. Not supported. Specifies the duration in seconds relative to the
972
+ # startTime that the job may be active before the system tries to terminate it.
973
+ # If set to zero, the system will never attempt to terminate the job based on
974
+ # time. Otherwise, the value must be positive integer. +optional
975
975
  # Corresponds to the JSON property `activeDeadlineSeconds`
976
976
  # @return [Fixnum]
977
977
  attr_accessor :active_deadline_seconds
@@ -1007,8 +1007,8 @@ module Google
1007
1007
  # @return [Google::Apis::RunV1alpha1::InstanceTemplateSpec]
1008
1008
  attr_accessor :template
1009
1009
 
1010
- # Optional. ttlSecondsAfterFinished limits the lifetime of a Job that has
1011
- # finished execution (either Complete or Failed). If this field is set,
1010
+ # Optional. Not supported. ttlSecondsAfterFinished limits the lifetime of a Job
1011
+ # that has finished execution (either Complete or Failed). If this field is set,
1012
1012
  # ttlSecondsAfterFinished after the Job finishes, it is eligible to be
1013
1013
  # automatically deleted. When the Job is being deleted, its lifecycle guarantees
1014
1014
  # (e.g. finalizers) will be honored. If this field is set to zero, the Job won't
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module RunV1alpha1
18
18
  # Version of the google-apis-run_v1alpha1 gem
19
- GEM_VERSION = "0.8.0"
19
+ GEM_VERSION = "0.9.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.2.0"
22
+ GENERATOR_VERSION = "0.3.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20210503"
25
+ REVISION = "20210604"
26
26
  end
27
27
  end
28
28
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-run_v1alpha1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.8.0
4
+ version: 0.9.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: 2021-05-24 00:00:00.000000000 Z
11
+ date: 2021-06-14 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-apis-core
@@ -52,7 +52,7 @@ licenses:
52
52
  metadata:
53
53
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
54
54
  changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-run_v1alpha1/CHANGELOG.md
55
- documentation_uri: https://googleapis.dev/ruby/google-apis-run_v1alpha1/v0.8.0
55
+ documentation_uri: https://googleapis.dev/ruby/google-apis-run_v1alpha1/v0.9.0
56
56
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-run_v1alpha1
57
57
  post_install_message:
58
58
  rdoc_options: []