google-apis-run_v2 0.49.0 → 0.50.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 +4 -0
- data/lib/google/apis/run_v2/classes.rb +1 -10
- data/lib/google/apis/run_v2/gem_version.rb +2 -2
- data/lib/google/apis/run_v2/representations.rb +0 -1
- 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: 31f7899b7b258621e3fd2505aded0d943dee4f791c4e062337c37bc2409f2832
|
|
4
|
+
data.tar.gz: 9cc34f16091d26bfd8d7ad5241ba82a7e5035be4da83529d9d1b629b80744843
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: a66bcfebc0c464f9cb176acdbdad29925a3275e26fe2994383b43afd9cb5e99c0c4ce876214c17e4e8229cd22c16c2f6af270db4cb06667e5a445ab53645a81b
|
|
7
|
+
data.tar.gz: 49d2e323a4c7dc36db2e5f205b169571bbbcb4f707a41b5e3e83dabbe9d868c0e7a78746982de45fe9acbbcb658eaac03af0e6add04fb1d5b8cca1abef70884e
|
data/CHANGELOG.md
CHANGED
|
@@ -371,8 +371,7 @@ module Google
|
|
|
371
371
|
class GoogleCloudRunV2EnvVar
|
|
372
372
|
include Google::Apis::Core::Hashable
|
|
373
373
|
|
|
374
|
-
# Required. Name of the environment variable. Must
|
|
375
|
-
# not exceed 32768 characters.
|
|
374
|
+
# Required. Name of the environment variable. Must not exceed 32768 characters.
|
|
376
375
|
# Corresponds to the JSON property `name`
|
|
377
376
|
# @return [String]
|
|
378
377
|
attr_accessor :name
|
|
@@ -2017,13 +2016,6 @@ module Google
|
|
|
2017
2016
|
# @return [Array<Google::Apis::RunV2::GoogleCloudRunV2TrafficTargetStatus>]
|
|
2018
2017
|
attr_accessor :traffic_statuses
|
|
2019
2018
|
|
|
2020
|
-
# Optional. Override the traffic tag threshold limit. Garbage collection will
|
|
2021
|
-
# start cleaning up non-serving tagged traffic targets based on creation item.
|
|
2022
|
-
# The default value is 2000.
|
|
2023
|
-
# Corresponds to the JSON property `trafficTagsCleanupThreshold`
|
|
2024
|
-
# @return [Fixnum]
|
|
2025
|
-
attr_accessor :traffic_tags_cleanup_threshold
|
|
2026
|
-
|
|
2027
2019
|
# Output only. Server assigned unique identifier for the trigger. The value is a
|
|
2028
2020
|
# UUID4 string and guaranteed to remain unchanged until the resource is deleted.
|
|
2029
2021
|
# Corresponds to the JSON property `uid`
|
|
@@ -2073,7 +2065,6 @@ module Google
|
|
|
2073
2065
|
@terminal_condition = args[:terminal_condition] if args.key?(:terminal_condition)
|
|
2074
2066
|
@traffic = args[:traffic] if args.key?(:traffic)
|
|
2075
2067
|
@traffic_statuses = args[:traffic_statuses] if args.key?(:traffic_statuses)
|
|
2076
|
-
@traffic_tags_cleanup_threshold = args[:traffic_tags_cleanup_threshold] if args.key?(:traffic_tags_cleanup_threshold)
|
|
2077
2068
|
@uid = args[:uid] if args.key?(:uid)
|
|
2078
2069
|
@update_time = args[:update_time] if args.key?(:update_time)
|
|
2079
2070
|
@uri = args[:uri] if args.key?(:uri)
|
|
@@ -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.50.0"
|
|
20
20
|
|
|
21
21
|
# Version of the code generator used to generate this client
|
|
22
22
|
GENERATOR_VERSION = "0.12.0"
|
|
23
23
|
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
|
25
|
-
REVISION = "
|
|
25
|
+
REVISION = "20231001"
|
|
26
26
|
end
|
|
27
27
|
end
|
|
28
28
|
end
|
|
@@ -805,7 +805,6 @@ module Google
|
|
|
805
805
|
|
|
806
806
|
collection :traffic_statuses, as: 'trafficStatuses', class: Google::Apis::RunV2::GoogleCloudRunV2TrafficTargetStatus, decorator: Google::Apis::RunV2::GoogleCloudRunV2TrafficTargetStatus::Representation
|
|
807
807
|
|
|
808
|
-
property :traffic_tags_cleanup_threshold, :numeric_string => true, as: 'trafficTagsCleanupThreshold'
|
|
809
808
|
property :uid, as: 'uid'
|
|
810
809
|
property :update_time, as: 'updateTime'
|
|
811
810
|
property :uri, as: 'uri'
|
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.50.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: 2023-10-
|
|
11
|
+
date: 2023-10-08 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.50.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: []
|