google-cloud-firestore-v1 1.3.0 → 2.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: b67c52cee2171ce52f3400231c3499eaaed66952ff0276ef2e13524c17913157
4
- data.tar.gz: 66698aca23fb4c9b1206a1d4a78d2367170e3773d9a626210e2b4003685bf2fc
3
+ metadata.gz: 447f6a019fc7767a6d6475e12b78396f3c535e147c448f190cd5833ff082dc3d
4
+ data.tar.gz: a363bf22426de3fae9ea1b7d3f9c35f44bf0d8bf6fafa0a0fe29b56adcf9ab42
5
5
  SHA512:
6
- metadata.gz: d0a665c4ce2a42693cc9d63845c1a2141e29c2bf38cd9323557eba0752613a0f10d7dd1ab0beae434079c50c993c68649fde760da36bd76222d2681a89b462e6
7
- data.tar.gz: 79b4a3ac0c99cb05250bb5a3c7a2c6bab455b72bdc62a8ca99961780ac2ade3243b9d89e659f21b49ca33fdcf3237fd9025d04ffc0192d435311b979f87a7d07
6
+ metadata.gz: 8bb5c27f0d267643f68a8f73f8b3738a27db3d2f6c4d44b768ba07268dff24a975574e8cbf5dc06332dd79028943b5a36c23cd3cd520c9ac80c0b10815881f20
7
+ data.tar.gz: 78f1dfb8a0e111cafbab6a3dc9eb5a48c39ef14cf95a0de1b2aa9d2c73c3a170cb223069add4100557e2e94673e7cb56d03a243b99512ad0fb0c4ae6bab7e2dd
@@ -1452,10 +1452,10 @@ module Google
1452
1452
  # or if Point-in-Time Recovery is enabled, can additionally be a whole
1453
1453
  # minute timestamp within the past 7 days.
1454
1454
  # @yield [result, operation] Access the result along with the TransportOperation object
1455
- # @yieldparam result [::Gapic::Rest::PagedEnumerable<::String>]
1455
+ # @yieldparam result [::Google::Cloud::Firestore::V1::ListCollectionIdsResponse]
1456
1456
  # @yieldparam operation [::Gapic::Rest::TransportOperation]
1457
1457
  #
1458
- # @return [::Gapic::Rest::PagedEnumerable<::String>]
1458
+ # @return [::Google::Cloud::Firestore::V1::ListCollectionIdsResponse]
1459
1459
  #
1460
1460
  # @raise [::Google::Cloud::Error] if the REST call is aborted.
1461
1461
  #
@@ -1503,9 +1503,7 @@ module Google
1503
1503
  retry_policy: @config.retry_policy
1504
1504
 
1505
1505
  @firestore_stub.list_collection_ids request, options do |result, operation|
1506
- result = ::Gapic::Rest::PagedEnumerable.new @firestore_stub, :list_collection_ids, "collection_ids", request, result, options
1507
1506
  yield result, operation if block_given?
1508
- throw :response, result
1509
1507
  end
1510
1508
  rescue ::Gapic::Rest::Error => e
1511
1509
  raise ::Google::Cloud::Error.from_error(e)
@@ -21,7 +21,7 @@ module Google
21
21
  module Cloud
22
22
  module Firestore
23
23
  module V1
24
- VERSION = "1.3.0"
24
+ VERSION = "2.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-firestore-v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.3.0
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-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
@@ -134,7 +134,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
134
134
  - !ruby/object:Gem::Version
135
135
  version: '0'
136
136
  requirements: []
137
- rubygems_version: 3.6.2
137
+ rubygems_version: 3.6.3
138
138
  specification_version: 4
139
139
  summary: Accesses the NoSQL document database built for automatic scaling, high performance,
140
140
  and ease of application development.