google-apis-run_v2 0.23.0 → 0.24.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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 1201a8a64db4758bb60275542d4af429ca9ae94ea33ed0feca9ada053f3d9c4e
|
4
|
+
data.tar.gz: 4570dcddd5735aa6444f431c3415afc92e2c8de0be0455f45e61a1c4966c0ae5
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: e71603ac2161ab9b626b7e088a82de4b38efac40ad5c6da8d42221b284b121b64a2066b5b2884462430332f78afcb8a7f9cd3e138e6afcca608ca8e7b5866420
|
7
|
+
data.tar.gz: 6530c8a49ce7c67e23525ea54487603e3aa671b6ca7ac427c8202b8af0688a06c8669ae65cbfb51ae4a30e76701ce1a372cf60d07ec6e7844131409dae92cd9b
|
data/CHANGELOG.md
CHANGED
@@ -1844,14 +1844,6 @@ module Google
|
|
1844
1844
|
# @return [Google::Apis::RunV2::GoogleCloudRunV2TaskAttemptResult]
|
1845
1845
|
attr_accessor :last_attempt_result
|
1846
1846
|
|
1847
|
-
# Set the launch stage to a preview stage on write to allow use of preview
|
1848
|
-
# features in that stage. On read, describes whether the resource uses preview
|
1849
|
-
# features. Launch Stages are defined at [Google Cloud Platform Launch Stages](
|
1850
|
-
# https://cloud.google.com/terms/launch-stages).
|
1851
|
-
# Corresponds to the JSON property `launchStage`
|
1852
|
-
# @return [String]
|
1853
|
-
attr_accessor :launch_stage
|
1854
|
-
|
1855
1847
|
# Number of retries allowed per Task, before marking this Task failed.
|
1856
1848
|
# Corresponds to the JSON property `maxRetries`
|
1857
1849
|
# @return [Fixnum]
|
@@ -1949,7 +1941,6 @@ module Google
|
|
1949
1941
|
@job = args[:job] if args.key?(:job)
|
1950
1942
|
@labels = args[:labels] if args.key?(:labels)
|
1951
1943
|
@last_attempt_result = args[:last_attempt_result] if args.key?(:last_attempt_result)
|
1952
|
-
@launch_stage = args[:launch_stage] if args.key?(:launch_stage)
|
1953
1944
|
@max_retries = args[:max_retries] if args.key?(:max_retries)
|
1954
1945
|
@name = args[:name] if args.key?(:name)
|
1955
1946
|
@observed_generation = args[:observed_generation] if args.key?(:observed_generation)
|
@@ -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.
|
19
|
+
GEM_VERSION = "0.24.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
22
|
GENERATOR_VERSION = "0.11.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20221030"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -725,7 +725,6 @@ module Google
|
|
725
725
|
hash :labels, as: 'labels'
|
726
726
|
property :last_attempt_result, as: 'lastAttemptResult', class: Google::Apis::RunV2::GoogleCloudRunV2TaskAttemptResult, decorator: Google::Apis::RunV2::GoogleCloudRunV2TaskAttemptResult::Representation
|
727
727
|
|
728
|
-
property :launch_stage, as: 'launchStage'
|
729
728
|
property :max_retries, as: 'maxRetries'
|
730
729
|
property :name, as: 'name'
|
731
730
|
property :observed_generation, :numeric_string => true, as: 'observedGeneration'
|
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.
|
4
|
+
version: 0.24.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-
|
11
|
+
date: 2022-11-07 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_v2/CHANGELOG.md
|
61
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-run_v2/v0.
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-run_v2/v0.24.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: []
|