google-apis-cloudfunctions_v1 0.40.0 → 0.41.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/cloudfunctions_v1/classes.rb +10 -10
- data/lib/google/apis/cloudfunctions_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: 93108f0e9d81e60e2876f4d480947861c0b0dececdf9914db64b9978cef94c91
|
4
|
+
data.tar.gz: 9c18b435fa71a659d000189b7195e6f409155fa95c20a9f878ad3c667e3802a9
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 6a2b16d1004f1bc1934b457b81c3891c9657573d4aa5af7a01943cce6c0e09c3bc8997ef58162818f21c446fd165f02fa989d3f6afc626f14737cb1e07a59903
|
7
|
+
data.tar.gz: 70c95c5d1e999d5b3a64da857923267705ca736ddd17544d4f4dfc9afbc6dcf6acdc94dfd1c812dbf07d8270328b14678ba6e05a88b2863f663a664e71ae3e8b
|
data/CHANGELOG.md
CHANGED
@@ -287,10 +287,7 @@ module Google
|
|
287
287
|
attr_accessor :docker_repository
|
288
288
|
|
289
289
|
# The name of the function (as defined in source code) that will be executed.
|
290
|
-
# Defaults to the resource name suffix, if not specified.
|
291
|
-
# compatibility, if function with given name is not found, then the system will
|
292
|
-
# try to use function named "function". For Node.js this is name of a function
|
293
|
-
# exported by the module specified in `source_location`.
|
290
|
+
# Defaults to the resource name suffix (ID of the function), if not specified.
|
294
291
|
# Corresponds to the JSON property `entryPoint`
|
295
292
|
# @return [String]
|
296
293
|
attr_accessor :entry_point
|
@@ -764,8 +761,9 @@ module Google
|
|
764
761
|
attr_accessor :api_version
|
765
762
|
|
766
763
|
# Identifies whether the user has requested cancellation of the operation.
|
767
|
-
# Operations that have successfully been cancelled have
|
768
|
-
# with a google.rpc.Status.code of 1, corresponding to `
|
764
|
+
# Operations that have successfully been cancelled have google.longrunning.
|
765
|
+
# Operation.error value with a google.rpc.Status.code of 1, corresponding to `
|
766
|
+
# Code.CANCELLED`.
|
769
767
|
# Corresponds to the JSON property `cancelRequested`
|
770
768
|
# @return [Boolean]
|
771
769
|
attr_accessor :cancel_requested
|
@@ -933,8 +931,9 @@ module Google
|
|
933
931
|
attr_accessor :api_version
|
934
932
|
|
935
933
|
# Identifies whether the user has requested cancellation of the operation.
|
936
|
-
# Operations that have successfully been cancelled have
|
937
|
-
# with a google.rpc.Status.code of 1, corresponding to `
|
934
|
+
# Operations that have successfully been cancelled have google.longrunning.
|
935
|
+
# Operation.error value with a google.rpc.Status.code of 1, corresponding to `
|
936
|
+
# Code.CANCELLED`.
|
938
937
|
# Corresponds to the JSON property `cancelRequested`
|
939
938
|
# @return [Boolean]
|
940
939
|
attr_accessor :cancel_requested
|
@@ -1102,8 +1101,9 @@ module Google
|
|
1102
1101
|
attr_accessor :api_version
|
1103
1102
|
|
1104
1103
|
# Identifies whether the user has requested cancellation of the operation.
|
1105
|
-
# Operations that have successfully been cancelled have
|
1106
|
-
# with a google.rpc.Status.code of 1, corresponding to `
|
1104
|
+
# Operations that have successfully been cancelled have google.longrunning.
|
1105
|
+
# Operation.error value with a google.rpc.Status.code of 1, corresponding to `
|
1106
|
+
# Code.CANCELLED`.
|
1107
1107
|
# Corresponds to the JSON property `cancelRequested`
|
1108
1108
|
# @return [Boolean]
|
1109
1109
|
attr_accessor :cancel_requested
|
@@ -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.41.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 = "20230608"
|
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.41.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-06-18 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.41.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: []
|