google-apis-cloudfunctions_v1 0.19.0 → 0.20.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: 15ddccbc63642f17170b0d7c7cdca56a32eb1191a083f4a9aac0463e17692b48
|
4
|
+
data.tar.gz: 98088f2664e6f7d1ff543af96017bb1511c05933d53d1e6046e149977415321c
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 2a6e063050d0ac99fc10d21ed6005adfd0bcb61e197ea6346daa30e6f47760e80c5698f169807d14cd03f7dd5fbbcae4f4944d66046edd9ddc871f65935ad5fd
|
7
|
+
data.tar.gz: e347235bd0e025d6713bba72cab8ddafc7f4e28523b229f8b8a4b5e06449aa79ea6b4b1fc10aaa26e51bbf87ee464dce0953895b75c38ebb6ccd8a2c34ece7ca
|
data/CHANGELOG.md
CHANGED
@@ -217,7 +217,7 @@ module Google
|
|
217
217
|
end
|
218
218
|
|
219
219
|
# Describes a Cloud Function that contains user computation executed in response
|
220
|
-
# to an event. It encapsulate function and triggers configurations.
|
220
|
+
# to an event. It encapsulate function and triggers configurations.
|
221
221
|
class CloudFunction
|
222
222
|
include Google::Apis::Core::Hashable
|
223
223
|
|
@@ -1410,8 +1410,7 @@ module Google
|
|
1410
1410
|
|
1411
1411
|
# Configuration for a secret environment variable. It has the information
|
1412
1412
|
# necessary to fetch the secret value from secret manager and expose it as an
|
1413
|
-
# environment variable.
|
1414
|
-
# values are only fetched when a new clone starts.
|
1413
|
+
# environment variable.
|
1415
1414
|
class SecretEnvVar
|
1416
1415
|
include Google::Apis::Core::Hashable
|
1417
1416
|
|
@@ -1435,7 +1434,7 @@ module Google
|
|
1435
1434
|
|
1436
1435
|
# Version of the secret (version number or the string 'latest'). It is
|
1437
1436
|
# recommended to use a numeric version for secret environment variables as any
|
1438
|
-
# updates to the secret value is not reflected until new
|
1437
|
+
# updates to the secret value is not reflected until new instances start.
|
1439
1438
|
# Corresponds to the JSON property `version`
|
1440
1439
|
# @return [String]
|
1441
1440
|
attr_accessor :version
|
@@ -16,13 +16,13 @@ module Google
|
|
16
16
|
module Apis
|
17
17
|
module CloudfunctionsV1
|
18
18
|
# Version of the google-apis-cloudfunctions_v1 gem
|
19
|
-
GEM_VERSION = "0.
|
19
|
+
GEM_VERSION = "0.20.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
22
|
GENERATOR_VERSION = "0.4.1"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20220218"
|
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-cloudfunctions_v1
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.20.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-02-
|
11
|
+
date: 2022-02-28 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-cloudfunctions_v1/CHANGELOG.md
|
61
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-cloudfunctions_v1/v0.
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-cloudfunctions_v1/v0.20.0
|
62
62
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-cloudfunctions_v1
|
63
63
|
post_install_message:
|
64
64
|
rdoc_options: []
|