google-apis-firestore_v1beta1 0.34.0 → 0.36.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: 32c10d7aab9178af6e55a4b9b085b32814db2d78cae2398bc149540cef410906
4
- data.tar.gz: 3147814f57fedf140a6ed028871643aa14b490ed6be6f0288bba7630387889f8
3
+ metadata.gz: f8714797673984203dd879ad580f89d538479a73bc9e4bf9799f59ceb5ca681c
4
+ data.tar.gz: 28940a8aff529abfc45e27e53128ca2c8e8875feaf626785e4f96d1969859a6a
5
5
  SHA512:
6
- metadata.gz: 152a91172b875256634e1bc457b17f44bdbfb26d8c6a1a1d75d56e0efe057759462b59aa06df34d15c1d090ea089220b1328d9ee819dfdf01543741628bd74d2
7
- data.tar.gz: 64605d41b3d91e2513915b042027a087ece1150b3f0f4c5fcd1a0db60199fd1d893ed5679f31b0c4c2bda6a1f8750f836c04fcbbc5b0c7c42ba2b51cad0d0bf8
6
+ metadata.gz: f4dd6130365e23d40287c191723eeab0b5e2dda9c25055512bfd0dfec0df3fbe350aa322823f82334e73cefe041046114d2319b4c87ebe03e987f86b018179ed
7
+ data.tar.gz: e3c9609411aac601506cde4ec3700907ea6a2043ed7b072f75f2413d70156e494b6cc4b36c84fa275f9eb3f67642e1f6cd4f4690e596ba56087902c1261fc81e
data/CHANGELOG.md CHANGED
@@ -1,5 +1,15 @@
1
1
  # Release history for google-apis-firestore_v1beta1
2
2
 
3
+ ### v0.36.0 (2024-02-11)
4
+
5
+ * Regenerated from discovery document revision 20240131
6
+ * Regenerated using generator version 0.13.1
7
+
8
+ ### v0.35.0 (2024-01-23)
9
+
10
+ * Regenerated from discovery document revision 20240117
11
+ * Regenerated using generator version 0.13.0
12
+
3
13
  ### v0.34.0 (2023-10-08)
4
14
 
5
15
  * Regenerated from discovery document revision 20231002
@@ -588,7 +588,21 @@ module Google
588
588
  # @return [String]
589
589
  attr_accessor :create_time
590
590
 
591
- #
591
+ # The document's fields. The map keys represent field names. Field names
592
+ # matching the regular expression `__.*__` are reserved. Reserved field names
593
+ # are forbidden except in certain documented contexts. The field names,
594
+ # represented as UTF-8, must not exceed 1,500 bytes and cannot be empty. Field
595
+ # paths may be used in other contexts to refer to structured fields defined here.
596
+ # For `map_value`, the field path is represented by a dot-delimited (`.`)
597
+ # string of segments. Each segment is either a simple field name (defined below)
598
+ # or a quoted field name. For example, the structured field `"foo" : ` map_value:
599
+ # ` "x&y" : ` string_value: "hello" ```` would be represented by the field path
600
+ # `` foo.`x&y` ``. A simple field name contains only characters `a` to `z`, `A`
601
+ # to `Z`, `0` to `9`, or `_`, and must not start with `0` to `9`. For example, `
602
+ # foo_bar_17`. A quoted field name starts and ends with `` ` `` and may contain
603
+ # any character. Some characters, including `` ` ``, must be escaped using a `\`.
604
+ # For example, `` `x&y` `` represents `x&y` and `` `bak\`tik` `` represents ``
605
+ # bak`tik ``.
592
606
  # Corresponds to the JSON property `fields`
593
607
  # @return [Hash<String,Google::Apis::FirestoreV1beta1::Value>]
594
608
  attr_accessor :fields
@@ -1833,7 +1847,8 @@ module Google
1833
1847
  # @return [String]
1834
1848
  attr_accessor :read_time
1835
1849
 
1836
- # A Firestore query.
1850
+ # A Firestore query. The query stages are executed in the following order: 1.
1851
+ # from 2. where 3. select 4. order_by + start_at + end_at 5. offset 6. limit
1837
1852
  # Corresponds to the JSON property `structuredQuery`
1838
1853
  # @return [Google::Apis::FirestoreV1beta1::StructuredQuery]
1839
1854
  attr_accessor :structured_query
@@ -1949,7 +1964,8 @@ module Google
1949
1964
  # @return [String]
1950
1965
  attr_accessor :parent
1951
1966
 
1952
- # A Firestore query.
1967
+ # A Firestore query. The query stages are executed in the following order: 1.
1968
+ # from 2. where 3. select 4. order_by + start_at + end_at 5. offset 6. limit
1953
1969
  # Corresponds to the JSON property `structuredQuery`
1954
1970
  # @return [Google::Apis::FirestoreV1beta1::StructuredQuery]
1955
1971
  attr_accessor :structured_query
@@ -2124,7 +2140,8 @@ module Google
2124
2140
  # @return [String]
2125
2141
  attr_accessor :read_time
2126
2142
 
2127
- # A Firestore query.
2143
+ # A Firestore query. The query stages are executed in the following order: 1.
2144
+ # from 2. where 3. select 4. order_by + start_at + end_at 5. offset 6. limit
2128
2145
  # Corresponds to the JSON property `structuredQuery`
2129
2146
  # @return [Google::Apis::FirestoreV1beta1::StructuredQuery]
2130
2147
  attr_accessor :structured_query
@@ -2252,7 +2269,8 @@ module Google
2252
2269
  # @return [Array<Google::Apis::FirestoreV1beta1::Aggregation>]
2253
2270
  attr_accessor :aggregations
2254
2271
 
2255
- # A Firestore query.
2272
+ # A Firestore query. The query stages are executed in the following order: 1.
2273
+ # from 2. where 3. select 4. order_by + start_at + end_at 5. offset 6. limit
2256
2274
  # Corresponds to the JSON property `structuredQuery`
2257
2275
  # @return [Google::Apis::FirestoreV1beta1::StructuredQuery]
2258
2276
  attr_accessor :structured_query
@@ -2268,7 +2286,8 @@ module Google
2268
2286
  end
2269
2287
  end
2270
2288
 
2271
- # A Firestore query.
2289
+ # A Firestore query. The query stages are executed in the following order: 1.
2290
+ # from 2. where 3. select 4. order_by + start_at + end_at 5. offset 6. limit
2272
2291
  class StructuredQuery
2273
2292
  include Google::Apis::Core::Hashable
2274
2293
 
@@ -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.34.0"
19
+ GEM_VERSION = "0.36.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.12.0"
22
+ GENERATOR_VERSION = "0.13.1"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20231002"
25
+ REVISION = "20240131"
26
26
  end
27
27
  end
28
28
  end
@@ -33,6 +33,8 @@ module Google
33
33
  #
34
34
  # @see https://cloud.google.com/firestore
35
35
  class FirestoreService < Google::Apis::Core::BaseService
36
+ DEFAULT_ENDPOINT_TEMPLATE = "https://firestore.$UNIVERSE_DOMAIN$/"
37
+
36
38
  # @return [String]
37
39
  # API key. Your API key identifies your project and provides you with API access,
38
40
  # quota, and reports. Required unless you provide an OAuth 2.0 token.
@@ -44,7 +46,7 @@ module Google
44
46
  attr_accessor :quota_user
45
47
 
46
48
  def initialize
47
- super('https://firestore.googleapis.com/', '',
49
+ super(DEFAULT_ENDPOINT_TEMPLATE, '',
48
50
  client_name: 'google-apis-firestore_v1beta1',
49
51
  client_version: Google::Apis::FirestoreV1beta1::GEM_VERSION)
50
52
  @batch_path = 'batch'
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.34.0
4
+ version: 0.36.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-10-08 00:00:00.000000000 Z
11
+ date: 2024-02-11 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.11.0
19
+ version: 0.12.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.11.0
29
+ version: 0.12.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.34.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-firestore_v1beta1/v0.36.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.4.19
78
+ rubygems_version: 3.5.3
79
79
  signing_key:
80
80
  specification_version: 4
81
81
  summary: Simple REST client for Cloud Firestore API V1beta1