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: 94af809b6fbfd2471a273179cfff57284e30f5f54e549f0b025196e8d48143f9
4
- data.tar.gz: 8d7a368139ba75ce443b37fa6027f67a5be05630a62258832294d7d30b3fcd3c
3
+ metadata.gz: a7d88a87dc881ddcc31702e94be559fed87e3b63de9e3e2fdd5566492ae4aae2
4
+ data.tar.gz: b25988f9a55b18fce4b76b31a95c9426c79c68d956e26c16b9b917a371a3a02c
5
5
  SHA512:
6
- metadata.gz: 7e1946c13545565e568e22ac652fc9067495c572820841e06cc4b2b4fdcc3f74a4dfc6677e2b9905832c9173f190844020a96d65bd38979cf93dab93e857f0cb
7
- data.tar.gz: 83b91773f278b68b533a8a08d51e03b0dfaea565ce340d9fed0e835147dc6aafff887279839da4a07fca27d2d5db5bd6053dc783dba4b3eccb73e5ca7371b93e
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::ListFunctionsResponse]
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::ListFunctionsResponse]
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)
@@ -21,7 +21,7 @@ module Google
21
21
  module Cloud
22
22
  module Functions
23
23
  module V2
24
- VERSION = "0.10.0"
24
+ VERSION = "1.0.0"
25
25
  end
26
26
  end
27
27
  end
@@ -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.10.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-01-29 00:00:00.000000000 Z
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.2
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: []