google-apis-firestore_v1beta1 0.23.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: f866e4d39376eb610cc10ee7baab22312d0b095570271b8c7d30bf76f298050a
4
- data.tar.gz: 6200f166f3f9e5663abff8bfd9fd9e0c12c7b5ee660d36756df60b092727ccb8
3
+ metadata.gz: e8a8dc25fce4cbc866952e1116008d984e0273bae4e88b2c408ddd310764940f
4
+ data.tar.gz: 7351f757e59f57f8bce8afef395218bba41a9eec14f8b790ce27045281d102cf
5
5
  SHA512:
6
- metadata.gz: e4bf2b7665330ddeb0717a6f2c712b049ee11c41eebcae7a937bbb63d27dc24e0911b153893847be166859385f181b450799cefd7e4679ffc202a7ab40f6d55d
7
- data.tar.gz: 710ed2ee16e2b1c791dfce16b508b852ce6ce333b617d62af0d8f5e91a559617202021e4f177ea3dec59570928d526bbc05ba3fdcd21771e3a671779b56aedba
6
+ metadata.gz: 47a8c9c81f30a8362952119d9816a622f7ccb5f318698573181bc4d2d870bc8312c1b8c6a5e20560f9017dcbf4fc078cd83ff68239233f3ff3d2e4498fa73b66
7
+ data.tar.gz: 5396cebed60e459dc0b384a84f6824beda5b95b9fef1836ed8040c9c7dabc60df7239ebcd67e52535ac5e40a8651a7144908c5aa33442d7831eb755da44bbc6c
data/CHANGELOG.md CHANGED
@@ -1,5 +1,14 @@
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
+
7
+ ### v0.24.0 (2023-02-26)
8
+
9
+ * Regenerated from discovery document revision 20230214
10
+ * Regenerated using generator version 0.12.0
11
+
3
12
  ### v0.23.0 (2022-12-19)
4
13
 
5
14
  * Regenerated from discovery document revision 20221210
@@ -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.23.0"
19
+ GEM_VERSION = "0.25.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.11.0"
22
+ GENERATOR_VERSION = "0.12.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20221210"
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.
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``.
@@ -809,7 +810,8 @@ module Google
809
810
  execute_or_queue_command(command, &block)
810
811
  end
811
812
 
812
- # Streams batches of document updates and deletes, in order.
813
+ # Streams batches of document updates and deletes, in order. This method is only
814
+ # available via gRPC or WebChannel (not REST).
813
815
  # @param [String] database
814
816
  # Required. The database name. In the format: `projects/`project_id`/databases/`
815
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.23.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-01-04 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
@@ -16,7 +16,7 @@ dependencies:
16
16
  requirements:
17
17
  - - ">="
18
18
  - !ruby/object:Gem::Version
19
- version: 0.9.1
19
+ version: 0.11.0
20
20
  - - "<"
21
21
  - !ruby/object:Gem::Version
22
22
  version: 2.a
@@ -26,7 +26,7 @@ dependencies:
26
26
  requirements:
27
27
  - - ">="
28
28
  - !ruby/object:Gem::Version
29
- version: 0.9.1
29
+ version: 0.11.0
30
30
  - - "<"
31
31
  - !ruby/object:Gem::Version
32
32
  version: 2.a
@@ -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.23.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: []
@@ -75,7 +75,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
75
75
  - !ruby/object:Gem::Version
76
76
  version: '0'
77
77
  requirements: []
78
- rubygems_version: 3.3.14
78
+ rubygems_version: 3.4.2
79
79
  signing_key:
80
80
  specification_version: 4
81
81
  summary: Simple REST client for Cloud Firestore API V1beta1