google-apis-run_v1alpha1 0.8.0 → 0.9.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 +4 -4
- data/CHANGELOG.md +5 -0
- data/lib/google/apis/run_v1alpha1/classes.rb +6 -6
- data/lib/google/apis/run_v1alpha1/gem_version.rb +3 -3
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 812b6bb09fbec5d8155672573fef7063ec8439414a35686906c5ae8634c49209
|
|
4
|
+
data.tar.gz: 70a9b7f014e966bffb02c6bfe3a5be6e0f1504337ecb3120e7bb1aded3082f0b
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 2947361be5e4fa46cef84b5223ea28fad86a044fe81e84cc771c47765bbfbcd60cd209874b2b674ac9a02ffee241fa06d7b2950274d0cb86a0b8d6ddbb5b37ce
|
|
7
|
+
data.tar.gz: b85c87194fe18af83fb7a743ef24ebb6f761e2180dc6399b6f3c086bb5b35de46c6cf68204f3cf2673de85e79e000d3e0a945ab565c93bef2a17b922cb1ed942
|
data/CHANGELOG.md
CHANGED
|
@@ -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
|
|
972
|
-
# job may be active before the system tries to terminate it.
|
|
973
|
-
# system will never attempt to terminate the job based on
|
|
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
|
|
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.
|
|
19
|
+
GEM_VERSION = "0.9.0"
|
|
20
20
|
|
|
21
21
|
# Version of the code generator used to generate this client
|
|
22
|
-
GENERATOR_VERSION = "0.
|
|
22
|
+
GENERATOR_VERSION = "0.3.0"
|
|
23
23
|
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
|
25
|
-
REVISION = "
|
|
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.
|
|
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-
|
|
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.
|
|
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: []
|