google-cloud-functions-v2 0.10.0 → 1.0.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: a7d88a87dc881ddcc31702e94be559fed87e3b63de9e3e2fdd5566492ae4aae2
|
4
|
+
data.tar.gz: b25988f9a55b18fce4b76b31a95c9426c79c68d956e26c16b9b917a371a3a02c
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: a2e95025845169f693dc950442f8d4517d7aaac5da6689813183dae93d4981e4aa8e6ee516dead44412aa18efd56f98c6f6fbfeb5addf54ba34eb4f91ab58937
|
7
|
+
data.tar.gz: e8e9e9a0efbe0d7a2fb4a9d6e87ca1c623d7507f22a171b87b6fdf849ab0d9d3116371ad2580dfbc2c7342a31679f958948a291e5dcc7859fb6986e9f6d03a3d
|
@@ -357,10 +357,10 @@ module Google
|
|
357
357
|
# separated list of fields. The default sorting oder is ascending.
|
358
358
|
# See https://google.aip.dev/132#ordering.
|
359
359
|
# @yield [result, operation] Access the result along with the TransportOperation object
|
360
|
-
# @yieldparam result [::Google::Cloud::Functions::V2::
|
360
|
+
# @yieldparam result [::Gapic::Rest::PagedEnumerable<::Google::Cloud::Functions::V2::Function>]
|
361
361
|
# @yieldparam operation [::Gapic::Rest::TransportOperation]
|
362
362
|
#
|
363
|
-
# @return [::Google::Cloud::Functions::V2::
|
363
|
+
# @return [::Gapic::Rest::PagedEnumerable<::Google::Cloud::Functions::V2::Function>]
|
364
364
|
#
|
365
365
|
# @raise [::Google::Cloud::Error] if the REST call is aborted.
|
366
366
|
#
|
@@ -412,7 +412,9 @@ module Google
|
|
412
412
|
retry_policy: @config.retry_policy
|
413
413
|
|
414
414
|
@function_service_stub.list_functions request, options do |result, operation|
|
415
|
+
result = ::Gapic::Rest::PagedEnumerable.new @function_service_stub, :list_functions, "functions", request, result, options
|
415
416
|
yield result, operation if block_given?
|
417
|
+
throw :response, result
|
416
418
|
end
|
417
419
|
rescue ::Gapic::Rest::Error => e
|
418
420
|
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-v2
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 1.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
|
@@ -145,7 +145,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
145
145
|
- !ruby/object:Gem::Version
|
146
146
|
version: '0'
|
147
147
|
requirements: []
|
148
|
-
rubygems_version: 3.6.
|
148
|
+
rubygems_version: 3.6.3
|
149
149
|
specification_version: 4
|
150
150
|
summary: Manages lightweight user-provided functions executed in response to events.
|
151
151
|
test_files: []
|