google-cloud-functions-v1 1.3.0 → 2.0.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: 7c6f37b93db835ba4a5a57b8b96ced070b5cbd5913e61e4e1a05bb7f8720adc2
|
4
|
+
data.tar.gz: 5c575a10fefa9b7bc741b696dba2d4b4fd4e67b20db309e4ad7429942dcc8dce
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 418dc2ef178b12bd312e5f87b593c0f9892061ac7ed218acae2139458bf1c99e4a7efc4811f0467df723c9a396991b9101c62a9099666876745543bde82d741c
|
7
|
+
data.tar.gz: 9ab433594ac904a73db1e570a32e4e58b2bb3a8cab339bb3f2a44a2585c9558648f58e5f6ddf952f2178f67d1f62da1f41e35a6fe16df2b11de293449b37b6a8
|
@@ -280,10 +280,10 @@ module Google
|
|
280
280
|
# this is a continuation of a prior `ListFunctions` call, and that the
|
281
281
|
# system should return the next page of data.
|
282
282
|
# @yield [result, operation] Access the result along with the TransportOperation object
|
283
|
-
# @yieldparam result [::Google::Cloud::Functions::V1::
|
283
|
+
# @yieldparam result [::Gapic::Rest::PagedEnumerable<::Google::Cloud::Functions::V1::CloudFunction>]
|
284
284
|
# @yieldparam operation [::Gapic::Rest::TransportOperation]
|
285
285
|
#
|
286
|
-
# @return [::Google::Cloud::Functions::V1::
|
286
|
+
# @return [::Gapic::Rest::PagedEnumerable<::Google::Cloud::Functions::V1::CloudFunction>]
|
287
287
|
#
|
288
288
|
# @raise [::Google::Cloud::Error] if the REST call is aborted.
|
289
289
|
#
|
@@ -335,7 +335,9 @@ module Google
|
|
335
335
|
retry_policy: @config.retry_policy
|
336
336
|
|
337
337
|
@cloud_functions_service_stub.list_functions request, options do |result, operation|
|
338
|
+
result = ::Gapic::Rest::PagedEnumerable.new @cloud_functions_service_stub, :list_functions, "functions", request, result, options
|
338
339
|
yield result, operation if block_given?
|
340
|
+
throw :response, result
|
339
341
|
end
|
340
342
|
rescue ::Gapic::Rest::Error => e
|
341
343
|
raise ::Google::Cloud::Error.from_error(e)
|
@@ -409,6 +409,14 @@ module Google
|
|
409
409
|
# @return [::Array<::String>]
|
410
410
|
# An allowlist of the fully qualified names of RPCs that should be included
|
411
411
|
# on public client surfaces.
|
412
|
+
# @!attribute [rw] generate_omitted_as_internal
|
413
|
+
# @return [::Boolean]
|
414
|
+
# Setting this to true indicates to the client generators that methods
|
415
|
+
# that would be excluded from the generation should instead be generated
|
416
|
+
# in a way that indicates these methods should not be consumed by
|
417
|
+
# end users. How this is expressed is up to individual language
|
418
|
+
# implementations to decide. Some examples may be: added annotations,
|
419
|
+
# obfuscated identifiers, or other language idiomatic patterns.
|
412
420
|
class SelectiveGapicGeneration
|
413
421
|
include ::Google::Protobuf::MessageExts
|
414
422
|
extend ::Google::Protobuf::MessageExts::ClassMethods
|
metadata
CHANGED
@@ -1,13 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-cloud-functions-v1
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version:
|
4
|
+
version: 2.0.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Google LLC
|
8
8
|
bindir: bin
|
9
9
|
cert_chain: []
|
10
|
-
date: 2025-
|
10
|
+
date: 2025-02-07 00:00:00.000000000 Z
|
11
11
|
dependencies:
|
12
12
|
- !ruby/object:Gem::Dependency
|
13
13
|
name: gapic-common
|
@@ -146,7 +146,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
146
146
|
- !ruby/object:Gem::Version
|
147
147
|
version: '0'
|
148
148
|
requirements: []
|
149
|
-
rubygems_version: 3.6.
|
149
|
+
rubygems_version: 3.6.3
|
150
150
|
specification_version: 4
|
151
151
|
summary: Manages lightweight user-provided functions executed in response to events.
|
152
152
|
test_files: []
|