google-apis-run_v1 0.65.0 → 0.66.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_v1/classes.rb +13 -14
- data/lib/google/apis/run_v1/gem_version.rb +2 -2
- 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: '009e5dc743aedab64dc5c9fb145dc3aadc63405e5e1a8ae4102484b8e826f005'
|
|
4
|
+
data.tar.gz: c10104faf5111f1120458537d255c4b0f37d5c74624f831c468d3f98c09fdb32
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 70eb3cde39761d5c7279751cbdb649ba386fff380259d04fc6762682c8730fbd8d6f4f97faa8de55b89fc3e132e2afcebe2401fe76798dac81c1fb5a7f4d116a
|
|
7
|
+
data.tar.gz: 4964e2448f6ebef0ba6c88ea4d55ffcef3991c412ede4ab010c74a1aa199944038a92c95d603714f98854ff5b7ed74bbb499d95df3901be67ec589b3ae21237d
|
data/CHANGELOG.md
CHANGED
|
@@ -2136,19 +2136,18 @@ module Google
|
|
|
2136
2136
|
# googleapis.com/cloudsql-instances`: Revision, Execution. * `run.googleapis.com/
|
|
2137
2137
|
# container-dependencies`: Revision. * `run.googleapis.com/cpu-throttling`:
|
|
2138
2138
|
# Revision. * `run.googleapis.com/custom-audiences`: Service. * `run.googleapis.
|
|
2139
|
-
# com/description`: Service. * `run.googleapis.com/
|
|
2140
|
-
# * `run.googleapis.com/encryption-key
|
|
2141
|
-
# googleapis.com/
|
|
2142
|
-
#
|
|
2143
|
-
#
|
|
2144
|
-
#
|
|
2145
|
-
# `run.googleapis.com/
|
|
2146
|
-
# googleapis.com/
|
|
2147
|
-
#
|
|
2148
|
-
#
|
|
2149
|
-
#
|
|
2150
|
-
# Revision, Execution.
|
|
2151
|
-
# Execution.
|
|
2139
|
+
# com/description`: Service. * `run.googleapis.com/encryption-key-shutdown-hours`
|
|
2140
|
+
# : Revision * `run.googleapis.com/encryption-key`: Revision, Execution. * `run.
|
|
2141
|
+
# googleapis.com/execution-environment`: Revision, Execution. * `run.googleapis.
|
|
2142
|
+
# com/gc-traffic-tags`: Service. * `run.googleapis.com/ingress`: Service. * `run.
|
|
2143
|
+
# googleapis.com/launch-stage`: Service, Job. * `run.googleapis.com/minScale`:
|
|
2144
|
+
# Service (ALPHA) * `run.googleapis.com/network-interfaces`: Revision, Execution.
|
|
2145
|
+
# * `run.googleapis.com/post-key-revocation-action-type`: Revision. * `run.
|
|
2146
|
+
# googleapis.com/secrets`: Revision, Execution. * `run.googleapis.com/secure-
|
|
2147
|
+
# session-agent`: Revision. * `run.googleapis.com/sessionAffinity`: Revision. * `
|
|
2148
|
+
# run.googleapis.com/startup-cpu-boost`: Revision. * `run.googleapis.com/vpc-
|
|
2149
|
+
# access-connector`: Revision, Execution. * `run.googleapis.com/vpc-access-
|
|
2150
|
+
# egress`: Revision, Execution.
|
|
2152
2151
|
# Corresponds to the JSON property `annotations`
|
|
2153
2152
|
# @return [Hash<String,String>]
|
|
2154
2153
|
attr_accessor :annotations
|
|
@@ -3564,7 +3563,7 @@ module Google
|
|
|
3564
3563
|
include Google::Apis::Core::Hashable
|
|
3565
3564
|
|
|
3566
3565
|
# Optional. List of containers belonging to the task. We disallow a number of
|
|
3567
|
-
# fields on this Container.
|
|
3566
|
+
# fields on this Container.
|
|
3568
3567
|
# Corresponds to the JSON property `containers`
|
|
3569
3568
|
# @return [Array<Google::Apis::RunV1::Container>]
|
|
3570
3569
|
attr_accessor :containers
|
|
@@ -16,13 +16,13 @@ module Google
|
|
|
16
16
|
module Apis
|
|
17
17
|
module RunV1
|
|
18
18
|
# Version of the google-apis-run_v1 gem
|
|
19
|
-
GEM_VERSION = "0.
|
|
19
|
+
GEM_VERSION = "0.66.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 = "20231203"
|
|
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_v1
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.66.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-
|
|
11
|
+
date: 2023-12-10 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_v1/CHANGELOG.md
|
|
61
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-run_v1/v0.
|
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-run_v1/v0.66.0
|
|
62
62
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-run_v1
|
|
63
63
|
post_install_message:
|
|
64
64
|
rdoc_options: []
|