google-apis-run_v1 0.63.0 → 0.64.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 +4 -0
- data/lib/google/apis/run_v1/classes.rb +8 -7
- 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: 036a0217c2c9cbada493f303f48f12a7672270e7fa8a3a8bd16e592cfd43da9c
|
4
|
+
data.tar.gz: 925f742ea25df45294e1940df397089475f593c08c155b1dca5b8746168ccbed
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 4c9cdeceb44825331ff6be18c3cf3b28d3d4e73554345ff749908d3de730d64b2a4232c1bb03c6fd71501b20b9e410da5811ed0571985983d274fb857d2026bc
|
7
|
+
data.tar.gz: 7c5ade1df14b9c7e00b4397ea1ca701df30fdd2ea02188ea92dbde633eb18e206d051f9c39e51ab429e222476fd4f95be3ba635923d0f9817cc665b99c0169c5
|
data/CHANGELOG.md
CHANGED
@@ -2141,13 +2141,14 @@ module Google
|
|
2141
2141
|
# googleapis.com/encryption-key`: Revision, Execution. * `run.googleapis.com/
|
2142
2142
|
# execution-environment`: Revision, Execution. * `run.googleapis.com/gc-traffic-
|
2143
2143
|
# tags`: Service. * `run.googleapis.com/ingress`: Service. * `run.googleapis.com/
|
2144
|
-
# launch-stage`: Service, Job. * `run.googleapis.com/
|
2145
|
-
# Revision, Execution. * `run.
|
2146
|
-
#
|
2147
|
-
#
|
2148
|
-
#
|
2149
|
-
# * `run.googleapis.com/vpc-access-connector`:
|
2150
|
-
# googleapis.com/vpc-access-egress`: Revision,
|
2144
|
+
# launch-stage`: Service, Job. * `run.googleapis.com/minScale`: Service (ALPHA) *
|
2145
|
+
# `run.googleapis.com/network-interfaces`: Revision, Execution. * `run.
|
2146
|
+
# googleapis.com/post-key-revocation-action-type`: Revision. * `run.googleapis.
|
2147
|
+
# com/secrets`: Revision, Execution. * `run.googleapis.com/secure-session-agent`:
|
2148
|
+
# Revision. * `run.googleapis.com/sessionAffinity`: Revision. * `run.googleapis.
|
2149
|
+
# com/startup-cpu-boost`: Revision. * `run.googleapis.com/vpc-access-connector`:
|
2150
|
+
# Revision, Execution. * `run.googleapis.com/vpc-access-egress`: Revision,
|
2151
|
+
# Execution.
|
2151
2152
|
# Corresponds to the JSON property `annotations`
|
2152
2153
|
# @return [Hash<String,String>]
|
2153
2154
|
attr_accessor :annotations
|
@@ -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.64.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 = "20231022"
|
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.64.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-29 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.64.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: []
|