google-apis-firestore_v1 0.24.0 → 0.26.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: 5faf29cf257e0eb36d939f8c18cbcdeaf7173774ac969f2245f807e783fa58e9
4
- data.tar.gz: 2ff44281e61fe4530d33588fddc406911c3cd46de58a904a81e96a06d119c757
3
+ metadata.gz: 79d75ca07bcd222ba237216101d18b9f778697f585548f89436e52a96cfdab10
4
+ data.tar.gz: d2604ab85f02d3464673b1eb98c89eb073646160a5358749f88b47e92ac01f49
5
5
  SHA512:
6
- metadata.gz: 046f95c09bbdf4aa5cf846bfb636a8c817af76764deee62ea1b778a34ab66c4df1f5c096b3095f97a53244d520feb5abd0f3f6daedcecc1afc7f0d15a1dd6108
7
- data.tar.gz: 2bfd7f3a54ed5e67d51ec32d87e8d7270e4ab2d22c721519d07233a5e7d5ad3b28bd7b7c8bb5d41d80850923ea8f3502eb3b5cb9f751f7bf90778f7e8fc5f9d8
6
+ metadata.gz: 74258461056606d52df568677be6aaf876a79804b034a63a026a053992aa53e55235d906d1b7909308052c008084f3d9ca7fdbe48407efcf508cec562c2cb833
7
+ data.tar.gz: 1ef0f1969d2f4fe28c00e516f69267e8f8cfca1487fc419b1fdcbf3f859cd14b1c0bde73bb9e8e440b645a55584b2ec7369cf9d792277f43f17e9525c73fec3f
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Release history for google-apis-firestore_v1
2
2
 
3
+ ### v0.26.0 (2022-09-16)
4
+
5
+ * Unspecified changes
6
+
7
+ ### v0.25.0 (2022-09-09)
8
+
9
+ * Regenerated from discovery document revision 20220831
10
+
3
11
  ### v0.24.0 (2022-08-19)
4
12
 
5
13
  * Regenerated from discovery document revision 20220808
@@ -642,7 +642,7 @@ module Google
642
642
  class FieldFilter
643
643
  include Google::Apis::Core::Hashable
644
644
 
645
- # A reference to a field, such as `max(messages.time) as max_time`.
645
+ # A reference to a field in a document, ex: `stats.operations`.
646
646
  # Corresponds to the JSON property `field`
647
647
  # @return [Google::Apis::FirestoreV1::FieldReference]
648
648
  attr_accessor :field
@@ -669,11 +669,12 @@ module Google
669
669
  end
670
670
  end
671
671
 
672
- # A reference to a field, such as `max(messages.time) as max_time`.
672
+ # A reference to a field in a document, ex: `stats.operations`.
673
673
  class FieldReference
674
674
  include Google::Apis::Core::Hashable
675
675
 
676
- #
676
+ # The relative path of the document being referenced. Requires: * Conform to
677
+ # document field name limitations.
677
678
  # Corresponds to the JSON property `fieldPath`
678
679
  # @return [String]
679
680
  attr_accessor :field_path
@@ -1163,14 +1164,14 @@ module Google
1163
1164
  class GoogleFirestoreAdminV1Index
1164
1165
  include Google::Apis::Core::Hashable
1165
1166
 
1166
- # The fields supported by this index. For composite indexes, this is always 2 or
1167
- # more fields. The last field entry is always for the field path `__name__`. If,
1168
- # on creation, `__name__` was not specified as the last field, it will be added
1169
- # automatically with the same direction as that of the last field defined. If
1170
- # the final field in a composite index is not directional, the `__name__` will
1171
- # be ordered ASCENDING (unless explicitly specified). For single field indexes,
1172
- # this will always be exactly one entry with a field path equal to the field
1173
- # path of the associated field.
1167
+ # The fields supported by this index. For composite indexes, this requires a
1168
+ # minimum of 2 and a maximum of 100 fields. The last field entry is always for
1169
+ # the field path `__name__`. If, on creation, `__name__` was not specified as
1170
+ # the last field, it will be added automatically with the same direction as that
1171
+ # of the last field defined. If the final field in a composite index is not
1172
+ # directional, the `__name__` will be ordered ASCENDING (unless explicitly
1173
+ # specified). For single field indexes, this will always be exactly one entry
1174
+ # with a field path equal to the field path of the associated field.
1174
1175
  # Corresponds to the JSON property `fields`
1175
1176
  # @return [Array<Google::Apis::FirestoreV1::GoogleFirestoreAdminV1IndexField>]
1176
1177
  attr_accessor :fields
@@ -1936,7 +1937,7 @@ module Google
1936
1937
  # @return [String]
1937
1938
  attr_accessor :direction
1938
1939
 
1939
- # A reference to a field, such as `max(messages.time) as max_time`.
1940
+ # A reference to a field in a document, ex: `stats.operations`.
1940
1941
  # Corresponds to the JSON property `field`
1941
1942
  # @return [Google::Apis::FirestoreV1::FieldReference]
1942
1943
  attr_accessor :field
@@ -2331,13 +2332,15 @@ module Google
2331
2332
  attr_accessor :from
2332
2333
 
2333
2334
  # The maximum number of results to return. Applies after all other constraints.
2334
- # Must be >= 0 if specified.
2335
+ # Requires: * The value must be greater than or equal to zero if specified.
2335
2336
  # Corresponds to the JSON property `limit`
2336
2337
  # @return [Fixnum]
2337
2338
  attr_accessor :limit
2338
2339
 
2339
- # The number of results to skip. Applies before limit, but after all other
2340
- # constraints. Must be >= 0 if specified.
2340
+ # The number of documents to skip before returning the first result. This
2341
+ # applies after the constraints specified by the `WHERE`, `START AT`, & `END AT`
2342
+ # but before the `LIMIT` clause. Requires: * The value must be greater than or
2343
+ # equal to zero if specified.
2341
2344
  # Corresponds to the JSON property `offset`
2342
2345
  # @return [Fixnum]
2343
2346
  attr_accessor :offset
@@ -2531,7 +2534,7 @@ module Google
2531
2534
  class UnaryFilter
2532
2535
  include Google::Apis::Core::Hashable
2533
2536
 
2534
- # A reference to a field, such as `max(messages.time) as max_time`.
2537
+ # A reference to a field in a document, ex: `stats.operations`.
2535
2538
  # Corresponds to the JSON property `field`
2536
2539
  # @return [Google::Apis::FirestoreV1::FieldReference]
2537
2540
  attr_accessor :field
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module FirestoreV1
18
18
  # Version of the google-apis-firestore_v1 gem
19
- GEM_VERSION = "0.24.0"
19
+ GEM_VERSION = "0.26.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.9.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20220808"
25
+ REVISION = "20220831"
26
26
  end
27
27
  end
28
28
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-firestore_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.24.0
4
+ version: 0.26.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: 2022-08-22 00:00:00.000000000 Z
11
+ date: 2022-09-19 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.7'
19
+ version: 0.7.2
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.7'
29
+ version: 0.7.2
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_v1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-firestore_v1/v0.24.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-firestore_v1/v0.26.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-firestore_v1
63
63
  post_install_message:
64
64
  rdoc_options: []