google-apis-run_v2 0.57.0 → 0.58.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +5 -0
- data/OVERVIEW.md +2 -2
- data/lib/google/apis/run_v2/classes.rb +15 -1
- data/lib/google/apis/run_v2/gem_version.rb +3 -3
- data/lib/google/apis/run_v2/representations.rb +2 -0
- metadata +7 -7
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: fd57fb9296e282672a7f086f145570dee071067f43e5f6af0fa2b9ec1365bec3
|
4
|
+
data.tar.gz: c35a05351de27ccca97a302042f854275a5717cd82caeaaee7010d65c755084a
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: d2eefb76325cab044b04bca3e51bf520ed1c506a187fe2823a01737f865bc9ee6566dd9479dad0f203d75f3f982fa1ccb90b300ef321fc30c7f11303c92e9562
|
7
|
+
data.tar.gz: d87556c8efb2f3fa01e771ff5af50718d2d8c799b6831d0fb951028231c9fda873e39f1c614cb39755e0bc078252e7914de0503c62e94673f68c2657ddf4800a
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,10 @@
|
|
1
1
|
# Release history for google-apis-run_v2
|
2
2
|
|
3
|
+
### v0.58.0 (2024-02-23)
|
4
|
+
|
5
|
+
* Regenerated from discovery document revision 20240211
|
6
|
+
* Regenerated using generator version 0.14.0
|
7
|
+
|
3
8
|
### v0.57.0 (2024-01-28)
|
4
9
|
|
5
10
|
* Regenerated from discovery document revision 20240121
|
data/OVERVIEW.md
CHANGED
@@ -83,9 +83,9 @@ The [product documentation](https://cloud.google.com/run/) may provide guidance
|
|
83
83
|
|
84
84
|
## Supported Ruby versions
|
85
85
|
|
86
|
-
This library is supported on Ruby 2.
|
86
|
+
This library is supported on Ruby 2.7+.
|
87
87
|
|
88
|
-
Google provides official support for Ruby versions that are actively supported by Ruby Core -- that is, Ruby versions that are either in normal maintenance or in security maintenance, and not end of life.
|
88
|
+
Google provides official support for Ruby versions that are actively supported by Ruby Core -- that is, Ruby versions that are either in normal maintenance or in security maintenance, and not end of life. Older versions of Ruby _may_ still work, but are unsupported and not recommended. See https://www.ruby-lang.org/en/downloads/branches/ for details about the Ruby support schedule.
|
89
89
|
|
90
90
|
## License
|
91
91
|
|
@@ -1697,6 +1697,12 @@ module Google
|
|
1697
1697
|
# @return [String]
|
1698
1698
|
attr_accessor :execution_environment
|
1699
1699
|
|
1700
|
+
# Optional. Disables health checking containers during deployment.
|
1701
|
+
# Corresponds to the JSON property `healthCheckDisabled`
|
1702
|
+
# @return [Boolean]
|
1703
|
+
attr_accessor :health_check_disabled
|
1704
|
+
alias_method :health_check_disabled?, :health_check_disabled
|
1705
|
+
|
1700
1706
|
# Unstructured key value map that can be used to organize and categorize objects.
|
1701
1707
|
# User-provided labels are shared with Google's billing system, so they can be
|
1702
1708
|
# used to filter, or break down billing charges by team, component, environment,
|
@@ -1734,7 +1740,7 @@ module Google
|
|
1734
1740
|
# @return [String]
|
1735
1741
|
attr_accessor :service_account
|
1736
1742
|
|
1737
|
-
# Enable session affinity.
|
1743
|
+
# Optional. Enable session affinity.
|
1738
1744
|
# Corresponds to the JSON property `sessionAffinity`
|
1739
1745
|
# @return [Boolean]
|
1740
1746
|
attr_accessor :session_affinity
|
@@ -1766,6 +1772,7 @@ module Google
|
|
1766
1772
|
@containers = args[:containers] if args.key?(:containers)
|
1767
1773
|
@encryption_key = args[:encryption_key] if args.key?(:encryption_key)
|
1768
1774
|
@execution_environment = args[:execution_environment] if args.key?(:execution_environment)
|
1775
|
+
@health_check_disabled = args[:health_check_disabled] if args.key?(:health_check_disabled)
|
1769
1776
|
@labels = args[:labels] if args.key?(:labels)
|
1770
1777
|
@max_instance_request_concurrency = args[:max_instance_request_concurrency] if args.key?(:max_instance_request_concurrency)
|
1771
1778
|
@revision = args[:revision] if args.key?(:revision)
|
@@ -1951,6 +1958,12 @@ module Google
|
|
1951
1958
|
# @return [Array<String>]
|
1952
1959
|
attr_accessor :custom_audiences
|
1953
1960
|
|
1961
|
+
# Optional. Disables public resolution of the default URI of this service.
|
1962
|
+
# Corresponds to the JSON property `defaultUriDisabled`
|
1963
|
+
# @return [Boolean]
|
1964
|
+
attr_accessor :default_uri_disabled
|
1965
|
+
alias_method :default_uri_disabled?, :default_uri_disabled
|
1966
|
+
|
1954
1967
|
# Output only. The deletion time.
|
1955
1968
|
# Corresponds to the JSON property `deleteTime`
|
1956
1969
|
# @return [String]
|
@@ -2137,6 +2150,7 @@ module Google
|
|
2137
2150
|
@create_time = args[:create_time] if args.key?(:create_time)
|
2138
2151
|
@creator = args[:creator] if args.key?(:creator)
|
2139
2152
|
@custom_audiences = args[:custom_audiences] if args.key?(:custom_audiences)
|
2153
|
+
@default_uri_disabled = args[:default_uri_disabled] if args.key?(:default_uri_disabled)
|
2140
2154
|
@delete_time = args[:delete_time] if args.key?(:delete_time)
|
2141
2155
|
@description = args[:description] if args.key?(:description)
|
2142
2156
|
@etag = args[:etag] if args.key?(:etag)
|
@@ -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.58.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
|
-
GENERATOR_VERSION = "0.
|
22
|
+
GENERATOR_VERSION = "0.14.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20240211"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -776,6 +776,7 @@ module Google
|
|
776
776
|
|
777
777
|
property :encryption_key, as: 'encryptionKey'
|
778
778
|
property :execution_environment, as: 'executionEnvironment'
|
779
|
+
property :health_check_disabled, as: 'healthCheckDisabled'
|
779
780
|
hash :labels, as: 'labels'
|
780
781
|
property :max_instance_request_concurrency, as: 'maxInstanceRequestConcurrency'
|
781
782
|
property :revision, as: 'revision'
|
@@ -832,6 +833,7 @@ module Google
|
|
832
833
|
property :create_time, as: 'createTime'
|
833
834
|
property :creator, as: 'creator'
|
834
835
|
collection :custom_audiences, as: 'customAudiences'
|
836
|
+
property :default_uri_disabled, as: 'defaultUriDisabled'
|
835
837
|
property :delete_time, as: 'deleteTime'
|
836
838
|
property :description, as: 'description'
|
837
839
|
property :etag, as: 'etag'
|
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.58.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: 2024-
|
11
|
+
date: 2024-02-25 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: google-apis-core
|
@@ -16,7 +16,7 @@ dependencies:
|
|
16
16
|
requirements:
|
17
17
|
- - ">="
|
18
18
|
- !ruby/object:Gem::Version
|
19
|
-
version: 0.
|
19
|
+
version: 0.14.0
|
20
20
|
- - "<"
|
21
21
|
- !ruby/object:Gem::Version
|
22
22
|
version: 2.a
|
@@ -26,7 +26,7 @@ dependencies:
|
|
26
26
|
requirements:
|
27
27
|
- - ">="
|
28
28
|
- !ruby/object:Gem::Version
|
29
|
-
version: 0.
|
29
|
+
version: 0.14.0
|
30
30
|
- - "<"
|
31
31
|
- !ruby/object:Gem::Version
|
32
32
|
version: 2.a
|
@@ -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.58.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: []
|
@@ -68,14 +68,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
68
68
|
requirements:
|
69
69
|
- - ">="
|
70
70
|
- !ruby/object:Gem::Version
|
71
|
-
version: '2.
|
71
|
+
version: '2.7'
|
72
72
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
73
73
|
requirements:
|
74
74
|
- - ">="
|
75
75
|
- !ruby/object:Gem::Version
|
76
76
|
version: '0'
|
77
77
|
requirements: []
|
78
|
-
rubygems_version: 3.5.
|
78
|
+
rubygems_version: 3.5.6
|
79
79
|
signing_key:
|
80
80
|
specification_version: 4
|
81
81
|
summary: Simple REST client for Cloud Run Admin API V2
|