google-cloud-firestore-admin-v1 0.14.1 → 0.14.2

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: 4907d6a45d180c15aab41b37e20f74121521e3f9ba83c4e50810ffdbba2fa842
4
- data.tar.gz: 3d22117f4e89e41ac00929e40d752fc9033a2a63d9c13ed152b6a936aeccdd36
3
+ metadata.gz: 8efac1bc792b1e92b67302574fffee2307c1277227a3678ec6bc822f4aebbea9
4
+ data.tar.gz: c1215aa79e630983d0f8422a1d873e72440a2897e49e68bddf578a99efdfa5df
5
5
  SHA512:
6
- metadata.gz: 8ba678786c058daa81aa15d4397a6080ca44db331dddb418d42f07f3c97e56d3a3561cd4a82bec088f7dbb194cd451d1679cf81ba24b3998a86036c94e9cf0a3
7
- data.tar.gz: 29660c719bbde9a8754ec41f2b792abf3d701de11beeeee1996a5ff224f1ec9894cb68f35f2ecda1b26c77ab282b8c90b68694c93c7d700004fa0307e3ee8f23
6
+ metadata.gz: 4743edc003b66578b1a7c6454c48ab7e48eb09e84138e5d271f7a946808417e3887d80c1dbcda347a2cddc8be3c1df57842b280c0cc8c0f5f7328d0f5312fc04
7
+ data.tar.gz: e1f016a985a65c33db80232613a912cd3b98f1e3a616c643b02aaec53d1c4fbe25d2570524ef28bc915ae86369626839f90a7fd9ff0f9f9375cc3dce1b47a8f7
@@ -826,7 +826,7 @@ module Google
826
826
  # only supports listing fields that have been explicitly overridden. To issue
827
827
  # this query, call
828
828
  # {::Google::Cloud::Firestore::Admin::V1::FirestoreAdmin::Client#list_fields FirestoreAdmin.ListFields}
829
- # with the filter set to `indexConfig.usesAncestorConfig:false or
829
+ # with the filter set to `indexConfig.usesAncestorConfig:false` or
830
830
  # `ttlConfig:*`.
831
831
  #
832
832
  # @overload list_fields(request, options = nil)
@@ -777,7 +777,7 @@ module Google
777
777
  # only supports listing fields that have been explicitly overridden. To issue
778
778
  # this query, call
779
779
  # {::Google::Cloud::Firestore::Admin::V1::FirestoreAdmin::Rest::Client#list_fields FirestoreAdmin.ListFields}
780
- # with the filter set to `indexConfig.usesAncestorConfig:false or
780
+ # with the filter set to `indexConfig.usesAncestorConfig:false` or
781
781
  # `ttlConfig:*`.
782
782
  #
783
783
  # @overload list_fields(request, options = nil)
@@ -22,7 +22,7 @@ module Google
22
22
  module Firestore
23
23
  module Admin
24
24
  module V1
25
- VERSION = "0.14.1"
25
+ VERSION = "0.14.2"
26
26
  end
27
27
  end
28
28
  end
@@ -99,7 +99,7 @@ module Google
99
99
  # only supports listing fields that have been explicitly overridden. To issue
100
100
  # this query, call
101
101
  # [FirestoreAdmin.ListFields][google.firestore.admin.v1.FirestoreAdmin.ListFields]
102
- # with the filter set to `indexConfig.usesAncestorConfig:false or
102
+ # with the filter set to `indexConfig.usesAncestorConfig:false` or
103
103
  # `ttlConfig:*`.
104
104
  rpc :ListFields, ::Google::Cloud::Firestore::Admin::V1::ListFieldsRequest, ::Google::Cloud::Firestore::Admin::V1::ListFieldsResponse
105
105
  # Exports a copy of all or a subset of documents from Google Cloud Firestore
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-cloud-firestore-admin-v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.14.1
4
+ version: 0.14.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2024-01-12 00:00:00.000000000 Z
11
+ date: 2024-01-15 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: gapic-common