google-apis-cloudfunctions_v1 0.10.0 → 0.11.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
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 80aa4325bf8fd712da321cd7e619dd09793652f08a70a98c1e6df3ec7afeffbe
|
|
4
|
+
data.tar.gz: df63ff8b45b548b75a364d6d142c93232b3e341ae77b017edc333f08bc6608f0
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 396e74fc835d957f8b4fb68e59a2e3a268ffe0bafe15f620d4cf73643784aae31ae1067cecf0379b1de618998e74d68cbec1cc220a2d8bb15ff18bf147b29df5
|
|
7
|
+
data.tar.gz: 24743e1a591ded01a897a5de2e4e9f01154666c9ab4d2a6424bc3a2ac802cc0165ef5b18e809c14478f5c91c5b5de330ba29abb8b65786ee49ff0d49ce66a181
|
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. Next tag: 35
|
|
221
221
|
class CloudFunction
|
|
222
222
|
include Google::Apis::Core::Hashable
|
|
223
223
|
|
|
@@ -1053,8 +1053,10 @@ module Google
|
|
|
1053
1053
|
# @return [String]
|
|
1054
1054
|
attr_accessor :key
|
|
1055
1055
|
|
|
1056
|
-
# Project
|
|
1057
|
-
#
|
|
1056
|
+
# Project identifier (preferrably project number but can also be the project ID)
|
|
1057
|
+
# of the project that contains the secret. If not set, it will be populated with
|
|
1058
|
+
# the function's project assuming that the secret exists in the same project as
|
|
1059
|
+
# of the function.
|
|
1058
1060
|
# Corresponds to the JSON property `projectId`
|
|
1059
1061
|
# @return [String]
|
|
1060
1062
|
attr_accessor :project_id
|
|
@@ -1131,8 +1133,10 @@ module Google
|
|
|
1131
1133
|
# @return [String]
|
|
1132
1134
|
attr_accessor :mount_path
|
|
1133
1135
|
|
|
1134
|
-
# Project
|
|
1135
|
-
#
|
|
1136
|
+
# Project identifier (preferrably project number but can also be the project ID)
|
|
1137
|
+
# of the project that contains the secret. If not set, it will be populated with
|
|
1138
|
+
# the function's project assuming that the secret exists in the same project as
|
|
1139
|
+
# of the function.
|
|
1136
1140
|
# Corresponds to the JSON property `projectId`
|
|
1137
1141
|
# @return [String]
|
|
1138
1142
|
attr_accessor :project_id
|
|
@@ -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.11.0"
|
|
20
20
|
|
|
21
21
|
# Version of the code generator used to generate this client
|
|
22
22
|
GENERATOR_VERSION = "0.4.0"
|
|
23
23
|
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
|
25
|
-
REVISION = "
|
|
25
|
+
REVISION = "20210715"
|
|
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.11.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: 2021-07-
|
|
11
|
+
date: 2021-07-26 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/master/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.11.0
|
|
62
62
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-cloudfunctions_v1
|
|
63
63
|
post_install_message:
|
|
64
64
|
rdoc_options: []
|