google-cloud-functions-v1 0.8.1 → 0.9.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +1 -1
- data/lib/google/cloud/functions/v1/cloud_functions_service/rest/client.rb +1179 -0
- data/lib/google/cloud/functions/v1/cloud_functions_service/rest/operations.rb +791 -0
- data/lib/google/cloud/functions/v1/cloud_functions_service/rest/service_stub.rb +704 -0
- data/lib/google/cloud/functions/v1/cloud_functions_service/rest.rb +53 -0
- data/lib/google/cloud/functions/v1/cloud_functions_service.rb +6 -0
- data/lib/google/cloud/functions/v1/rest.rb +37 -0
- data/lib/google/cloud/functions/v1/version.rb +1 -1
- data/lib/google/cloud/functions/v1.rb +5 -0
- metadata +10 -5
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 97f52801b9579f6006085e6e0a3d7bb71894afe24ad60b7871906163023d0dc6
|
4
|
+
data.tar.gz: 990ef0eb79f444d14dc939ed2c22178551aa25178f95dccc8bdfc34ac95a3b5c
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 21f515d95665e92e8d72d636a7169e55b7fc349144da9704e2f1743bf13ceb9b248daeb28c4764b7f5fcb01e69dfc5e367736e050eb3fc303d5682ae966cdc49
|
7
|
+
data.tar.gz: '03163831ba992f741d9d6eb25983e7faee2284ae048ff50ece0c2fed3470c55e317d1c2e4d47e03b52d2ff07d7553cb9a70544dcfaf5ae415384b1e1b48f9bf6'
|
data/README.md
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
# Ruby Client for the Cloud Functions V1 API
|
2
2
|
|
3
|
-
|
3
|
+
Manages lightweight user-provided functions executed in response to events.
|
4
4
|
|
5
5
|
The Cloud Functions API manages lightweight user-provided functions executed in response to events.
|
6
6
|
|