google-apis-firestore_v1beta1 0.24.0 → 0.25.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: d8ba687051a8226f1ef1aaaa0deb4a607c4781d43e13c0e065b9e7aa287c6287
4
- data.tar.gz: 79ec87d5b4c7b0720339d88144e651fad2cd4b68c9d6aaf3613f899274a9b354
3
+ metadata.gz: e8a8dc25fce4cbc866952e1116008d984e0273bae4e88b2c408ddd310764940f
4
+ data.tar.gz: 7351f757e59f57f8bce8afef395218bba41a9eec14f8b790ce27045281d102cf
5
5
  SHA512:
6
- metadata.gz: 42052b1e3e1de9231ed89923993a6566d6e0fc46c764bb7a5bf1d3131d6c42eba3ec8208c1ba54453a6589708604d4c9f037d031c8d1b1ff30c1ecaff3e91880
7
- data.tar.gz: '0728aba3b63351f6ebee658a7f59902c2e0475929791137e4dc595435c3526c7be4f832d6284444278f6a3d667d0f076839f134e0ff405c7e097a7823b168750'
6
+ metadata.gz: 47a8c9c81f30a8362952119d9816a622f7ccb5f318698573181bc4d2d870bc8312c1b8c6a5e20560f9017dcbf4fc078cd83ff68239233f3ff3d2e4498fa73b66
7
+ data.tar.gz: 5396cebed60e459dc0b384a84f6824beda5b95b9fef1836ed8040c9c7dabc60df7239ebcd67e52535ac5e40a8651a7144908c5aa33442d7831eb755da44bbc6c
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-firestore_v1beta1
2
2
 
3
+ ### v0.25.0 (2023-03-05)
4
+
5
+ * Regenerated from discovery document revision 20230228
6
+
3
7
  ### v0.24.0 (2023-02-26)
4
8
 
5
9
  * Regenerated from discovery document revision 20230214
@@ -1825,7 +1825,11 @@ module Google
1825
1825
  class RunAggregationQueryResponse
1826
1826
  include Google::Apis::Core::Hashable
1827
1827
 
1828
- # The time at which the aggregate value is valid for.
1828
+ # The time at which the aggregate result was computed. This is always
1829
+ # monotonically increasing; in this case, the previous AggregationResult in the
1830
+ # result stream are guaranteed not to have changed between their `read_time` and
1831
+ # this one. If the query returns no results, a response with `read_time` and no `
1832
+ # result` will be sent, and this represents the time at which the query was run.
1829
1833
  # Corresponds to the JSON property `readTime`
1830
1834
  # @return [String]
1831
1835
  attr_accessor :read_time
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module FirestoreV1beta1
18
18
  # Version of the google-apis-firestore_v1beta1 gem
19
- GEM_VERSION = "0.24.0"
19
+ GEM_VERSION = "0.25.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 = "20230214"
25
+ REVISION = "20230228"
26
26
  end
27
27
  end
28
28
  end
@@ -576,7 +576,8 @@ module Google
576
576
  execute_or_queue_command(command, &block)
577
577
  end
578
578
 
579
- # Listens to changes. This method is only available via the gRPC API (not REST).
579
+ # Listens to changes. This method is only available via gRPC or WebChannel (not
580
+ # REST).
580
581
  # @param [String] database
581
582
  # Required. The database name. In the format: `projects/`project_id`/databases/`
582
583
  # database_id``.
@@ -810,7 +811,7 @@ module Google
810
811
  end
811
812
 
812
813
  # Streams batches of document updates and deletes, in order. This method is only
813
- # available via the gRPC API (not REST).
814
+ # available via gRPC or WebChannel (not REST).
814
815
  # @param [String] database
815
816
  # Required. The database name. In the format: `projects/`project_id`/databases/`
816
817
  # database_id``. This is only required in the first message.
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-firestore_v1beta1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.24.0
4
+ version: 0.25.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-02-26 00:00:00.000000000 Z
11
+ date: 2023-03-05 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-firestore_v1beta1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-firestore_v1beta1/v0.24.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-firestore_v1beta1/v0.25.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-firestore_v1beta1
63
63
  post_install_message:
64
64
  rdoc_options: []