google-apis-firestore_v1 0.98.0 → 0.100.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/CHANGELOG.md +8 -0
- data/lib/google/apis/firestore_v1/classes.rb +36 -15
- data/lib/google/apis/firestore_v1/gem_version.rb +2 -2
- data/lib/google/apis/firestore_v1/service.rb +126 -6
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: b1fead599ce1cf026ef2d00b7112b4c3da820a4d707df0f769df07fe53fcfc24
|
|
4
|
+
data.tar.gz: 1bfcaa09f08ed411bcec3745a1e53130c15a78f75d4fa3cf6e95d0b365853a7c
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 7651ddcde70802c50cf69f1527489cf2dcf5f180839e0f12e0b16854d37f0c41aaa63bbf8fff17805374430fc144fe7342a6fe6f3203b8bfbe5bfd65bea807c7
|
|
7
|
+
data.tar.gz: d9de0b293b319e46d86487dd1635bfda98a66d172328348048afc10087fef46ad84d4362db1e2a43b4421a1d32191da7b59468eebffffc6f158e9435d832f431
|
data/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,13 @@
|
|
|
1
1
|
# Release history for google-apis-firestore_v1
|
|
2
2
|
|
|
3
|
+
### v0.100.0 (2026-09-20)
|
|
4
|
+
|
|
5
|
+
* Regenerated from discovery document revision 20260826
|
|
6
|
+
|
|
7
|
+
### v0.99.0 (2026-08-30)
|
|
8
|
+
|
|
9
|
+
* Regenerated from discovery document revision 20260818
|
|
10
|
+
|
|
3
11
|
### v0.98.0 (2026-08-23)
|
|
4
12
|
|
|
5
13
|
* Regenerated from discovery document revision 20260810
|
|
@@ -180,7 +180,7 @@ module Google
|
|
|
180
180
|
# @return [String]
|
|
181
181
|
attr_accessor :read_time
|
|
182
182
|
|
|
183
|
-
# Options for a
|
|
183
|
+
# Options for a request.
|
|
184
184
|
# Corresponds to the JSON property `requestOptions`
|
|
185
185
|
# @return [Google::Apis::FirestoreV1::RequestOptions]
|
|
186
186
|
attr_accessor :request_options
|
|
@@ -258,7 +258,7 @@ module Google
|
|
|
258
258
|
# @return [Hash<String,String>]
|
|
259
259
|
attr_accessor :labels
|
|
260
260
|
|
|
261
|
-
# Options for a
|
|
261
|
+
# Options for a request.
|
|
262
262
|
# Corresponds to the JSON property `requestOptions`
|
|
263
263
|
# @return [Google::Apis::FirestoreV1::RequestOptions]
|
|
264
264
|
attr_accessor :request_options
|
|
@@ -318,7 +318,7 @@ module Google
|
|
|
318
318
|
# @return [Google::Apis::FirestoreV1::TransactionOptions]
|
|
319
319
|
attr_accessor :options
|
|
320
320
|
|
|
321
|
-
# Options for a
|
|
321
|
+
# Options for a request.
|
|
322
322
|
# Corresponds to the JSON property `requestOptions`
|
|
323
323
|
# @return [Google::Apis::FirestoreV1::RequestOptions]
|
|
324
324
|
attr_accessor :request_options
|
|
@@ -468,7 +468,7 @@ module Google
|
|
|
468
468
|
class CommitRequest
|
|
469
469
|
include Google::Apis::Core::Hashable
|
|
470
470
|
|
|
471
|
-
# Options for a
|
|
471
|
+
# Options for a request.
|
|
472
472
|
# Corresponds to the JSON property `requestOptions`
|
|
473
473
|
# @return [Google::Apis::FirestoreV1::RequestOptions]
|
|
474
474
|
attr_accessor :request_options
|
|
@@ -875,7 +875,7 @@ module Google
|
|
|
875
875
|
# @return [String]
|
|
876
876
|
attr_accessor :read_time
|
|
877
877
|
|
|
878
|
-
# Options for a
|
|
878
|
+
# Options for a request.
|
|
879
879
|
# Corresponds to the JSON property `requestOptions`
|
|
880
880
|
# @return [Google::Apis::FirestoreV1::RequestOptions]
|
|
881
881
|
attr_accessor :request_options
|
|
@@ -3249,7 +3249,8 @@ module Google
|
|
|
3249
3249
|
include Google::Apis::Core::Hashable
|
|
3250
3250
|
|
|
3251
3251
|
# Optional. Disables geoJSON indexing for the field. By default, geoJSON points
|
|
3252
|
-
# are indexed.
|
|
3252
|
+
# are indexed. Firestore GeoPoints are indexed regardless of the value of this
|
|
3253
|
+
# field.
|
|
3253
3254
|
# Corresponds to the JSON property `geoJsonIndexingDisabled`
|
|
3254
3255
|
# @return [Boolean]
|
|
3255
3256
|
attr_accessor :geo_json_indexing_disabled
|
|
@@ -3767,7 +3768,7 @@ module Google
|
|
|
3767
3768
|
# @return [String]
|
|
3768
3769
|
attr_accessor :read_time
|
|
3769
3770
|
|
|
3770
|
-
# Options for a
|
|
3771
|
+
# Options for a request.
|
|
3771
3772
|
# Corresponds to the JSON property `requestOptions`
|
|
3772
3773
|
# @return [Google::Apis::FirestoreV1::RequestOptions]
|
|
3773
3774
|
attr_accessor :request_options
|
|
@@ -3880,7 +3881,7 @@ module Google
|
|
|
3880
3881
|
# @return [Fixnum]
|
|
3881
3882
|
attr_accessor :remove_target
|
|
3882
3883
|
|
|
3883
|
-
# Options for a
|
|
3884
|
+
# Options for a request.
|
|
3884
3885
|
# Corresponds to the JSON property `requestOptions`
|
|
3885
3886
|
# @return [Google::Apis::FirestoreV1::RequestOptions]
|
|
3886
3887
|
attr_accessor :request_options
|
|
@@ -4088,7 +4089,7 @@ module Google
|
|
|
4088
4089
|
# @return [String]
|
|
4089
4090
|
attr_accessor :read_time
|
|
4090
4091
|
|
|
4091
|
-
# Options for a
|
|
4092
|
+
# Options for a request.
|
|
4092
4093
|
# Corresponds to the JSON property `requestOptions`
|
|
4093
4094
|
# @return [Google::Apis::FirestoreV1::RequestOptions]
|
|
4094
4095
|
attr_accessor :request_options
|
|
@@ -4321,11 +4322,31 @@ module Google
|
|
|
4321
4322
|
end
|
|
4322
4323
|
end
|
|
4323
4324
|
|
|
4324
|
-
# Options for a
|
|
4325
|
+
# Options for a request.
|
|
4325
4326
|
class RequestOptions
|
|
4326
4327
|
include Google::Apis::Core::Hashable
|
|
4327
4328
|
|
|
4328
|
-
# Optional. The request tags for the request.
|
|
4329
|
+
# Optional. The request tags for the request. Request tags are user-provided
|
|
4330
|
+
# strings used for usage monitoring, cost management, and observability. Callers
|
|
4331
|
+
# can associate custom application context (such as component, microservice,
|
|
4332
|
+
# feature name, or operation type) with database requests. These tags are
|
|
4333
|
+
# collected and aggregated in usage and monitoring reports, allowing billable
|
|
4334
|
+
# operations and usage metrics to be sliced and analyzed by tag. These tags *
|
|
4335
|
+
# only* show up in monitoring and are visible in administrative operations (such
|
|
4336
|
+
# as usage reports). They do not affect data storage, query semantics, or
|
|
4337
|
+
# request execution. Cardinality and Best Practices: - Request tags are most
|
|
4338
|
+
# effective when using a bounded set of distinct values (e.g., fewer than 100
|
|
4339
|
+
# distinct tags across an entire database). Using a large number of distinct
|
|
4340
|
+
# tags may result in tags being omitted from top usage dashboards. - Use
|
|
4341
|
+
# structured identifiers (for example: `app=cart`, `env=prod`, `service=checkout`
|
|
4342
|
+
# ) and avoid high-cardinality values such as UUIDs, request IDs, timestamps,
|
|
4343
|
+
# user IDs, or document keys. - Do not include sensitive data or personally
|
|
4344
|
+
# identifiable information (PII) in request tags, as they show up in
|
|
4345
|
+
# administrative monitoring. The tags are processed as follows: - Leading and
|
|
4346
|
+
# trailing whitespace is trimmed. - Empty tags (after trimming) are filtered out.
|
|
4347
|
+
# - Truncated to a maximum of 510 characters. - Deduplicated within the same
|
|
4348
|
+
# request. - Limited to a maximum of 50 tags per request (excess tags are
|
|
4349
|
+
# silently discarded).
|
|
4329
4350
|
# Corresponds to the JSON property `requestTags`
|
|
4330
4351
|
# @return [Array<String>]
|
|
4331
4352
|
attr_accessor :request_tags
|
|
@@ -4344,7 +4365,7 @@ module Google
|
|
|
4344
4365
|
class RollbackRequest
|
|
4345
4366
|
include Google::Apis::Core::Hashable
|
|
4346
4367
|
|
|
4347
|
-
# Options for a
|
|
4368
|
+
# Options for a request.
|
|
4348
4369
|
# Corresponds to the JSON property `requestOptions`
|
|
4349
4370
|
# @return [Google::Apis::FirestoreV1::RequestOptions]
|
|
4350
4371
|
attr_accessor :request_options
|
|
@@ -4387,7 +4408,7 @@ module Google
|
|
|
4387
4408
|
# @return [String]
|
|
4388
4409
|
attr_accessor :read_time
|
|
4389
4410
|
|
|
4390
|
-
# Options for a
|
|
4411
|
+
# Options for a request.
|
|
4391
4412
|
# Corresponds to the JSON property `requestOptions`
|
|
4392
4413
|
# @return [Google::Apis::FirestoreV1::RequestOptions]
|
|
4393
4414
|
attr_accessor :request_options
|
|
@@ -4485,7 +4506,7 @@ module Google
|
|
|
4485
4506
|
# @return [String]
|
|
4486
4507
|
attr_accessor :read_time
|
|
4487
4508
|
|
|
4488
|
-
# Options for a
|
|
4509
|
+
# Options for a request.
|
|
4489
4510
|
# Corresponds to the JSON property `requestOptions`
|
|
4490
4511
|
# @return [Google::Apis::FirestoreV1::RequestOptions]
|
|
4491
4512
|
attr_accessor :request_options
|
|
@@ -5209,7 +5230,7 @@ module Google
|
|
|
5209
5230
|
# @return [Hash<String,String>]
|
|
5210
5231
|
attr_accessor :labels
|
|
5211
5232
|
|
|
5212
|
-
# Options for a
|
|
5233
|
+
# Options for a request.
|
|
5213
5234
|
# Corresponds to the JSON property `requestOptions`
|
|
5214
5235
|
# @return [Google::Apis::FirestoreV1::RequestOptions]
|
|
5215
5236
|
attr_accessor :request_options
|
|
@@ -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.
|
|
19
|
+
GEM_VERSION = "0.100.0"
|
|
20
20
|
|
|
21
21
|
# Version of the code generator used to generate this client
|
|
22
22
|
GENERATOR_VERSION = "0.19.0"
|
|
23
23
|
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
|
25
|
-
REVISION = "
|
|
25
|
+
REVISION = "20260826"
|
|
26
26
|
end
|
|
27
27
|
end
|
|
28
28
|
end
|
|
@@ -1168,7 +1168,27 @@ module Google
|
|
|
1168
1168
|
# The list of field paths in the mask. See Document.fields for a field path
|
|
1169
1169
|
# syntax reference.
|
|
1170
1170
|
# @param [Array<String>, String] request_options_request_tags
|
|
1171
|
-
# Optional. The request tags for the request.
|
|
1171
|
+
# Optional. The request tags for the request. Request tags are user-provided
|
|
1172
|
+
# strings used for usage monitoring, cost management, and observability. Callers
|
|
1173
|
+
# can associate custom application context (such as component, microservice,
|
|
1174
|
+
# feature name, or operation type) with database requests. These tags are
|
|
1175
|
+
# collected and aggregated in usage and monitoring reports, allowing billable
|
|
1176
|
+
# operations and usage metrics to be sliced and analyzed by tag. These tags *
|
|
1177
|
+
# only* show up in monitoring and are visible in administrative operations (such
|
|
1178
|
+
# as usage reports). They do not affect data storage, query semantics, or
|
|
1179
|
+
# request execution. Cardinality and Best Practices: - Request tags are most
|
|
1180
|
+
# effective when using a bounded set of distinct values (e.g., fewer than 100
|
|
1181
|
+
# distinct tags across an entire database). Using a large number of distinct
|
|
1182
|
+
# tags may result in tags being omitted from top usage dashboards. - Use
|
|
1183
|
+
# structured identifiers (for example: `app=cart`, `env=prod`, `service=checkout`
|
|
1184
|
+
# ) and avoid high-cardinality values such as UUIDs, request IDs, timestamps,
|
|
1185
|
+
# user IDs, or document keys. - Do not include sensitive data or personally
|
|
1186
|
+
# identifiable information (PII) in request tags, as they show up in
|
|
1187
|
+
# administrative monitoring. The tags are processed as follows: - Leading and
|
|
1188
|
+
# trailing whitespace is trimmed. - Empty tags (after trimming) are filtered out.
|
|
1189
|
+
# - Truncated to a maximum of 510 characters. - Deduplicated within the same
|
|
1190
|
+
# request. - Limited to a maximum of 50 tags per request (excess tags are
|
|
1191
|
+
# silently discarded).
|
|
1172
1192
|
# @param [String] fields
|
|
1173
1193
|
# Selector specifying which fields to include in a partial response.
|
|
1174
1194
|
# @param [String] quota_user
|
|
@@ -1213,7 +1233,27 @@ module Google
|
|
|
1213
1233
|
# When set, the target document must exist and have been last updated at that
|
|
1214
1234
|
# time. Timestamp must be microsecond aligned.
|
|
1215
1235
|
# @param [Array<String>, String] request_options_request_tags
|
|
1216
|
-
# Optional. The request tags for the request.
|
|
1236
|
+
# Optional. The request tags for the request. Request tags are user-provided
|
|
1237
|
+
# strings used for usage monitoring, cost management, and observability. Callers
|
|
1238
|
+
# can associate custom application context (such as component, microservice,
|
|
1239
|
+
# feature name, or operation type) with database requests. These tags are
|
|
1240
|
+
# collected and aggregated in usage and monitoring reports, allowing billable
|
|
1241
|
+
# operations and usage metrics to be sliced and analyzed by tag. These tags *
|
|
1242
|
+
# only* show up in monitoring and are visible in administrative operations (such
|
|
1243
|
+
# as usage reports). They do not affect data storage, query semantics, or
|
|
1244
|
+
# request execution. Cardinality and Best Practices: - Request tags are most
|
|
1245
|
+
# effective when using a bounded set of distinct values (e.g., fewer than 100
|
|
1246
|
+
# distinct tags across an entire database). Using a large number of distinct
|
|
1247
|
+
# tags may result in tags being omitted from top usage dashboards. - Use
|
|
1248
|
+
# structured identifiers (for example: `app=cart`, `env=prod`, `service=checkout`
|
|
1249
|
+
# ) and avoid high-cardinality values such as UUIDs, request IDs, timestamps,
|
|
1250
|
+
# user IDs, or document keys. - Do not include sensitive data or personally
|
|
1251
|
+
# identifiable information (PII) in request tags, as they show up in
|
|
1252
|
+
# administrative monitoring. The tags are processed as follows: - Leading and
|
|
1253
|
+
# trailing whitespace is trimmed. - Empty tags (after trimming) are filtered out.
|
|
1254
|
+
# - Truncated to a maximum of 510 characters. - Deduplicated within the same
|
|
1255
|
+
# request. - Limited to a maximum of 50 tags per request (excess tags are
|
|
1256
|
+
# silently discarded).
|
|
1217
1257
|
# @param [String] fields
|
|
1218
1258
|
# Selector specifying which fields to include in a partial response.
|
|
1219
1259
|
# @param [String] quota_user
|
|
@@ -1291,7 +1331,27 @@ module Google
|
|
|
1291
1331
|
# Recovery is enabled, can additionally be a whole minute timestamp within the
|
|
1292
1332
|
# past 7 days.
|
|
1293
1333
|
# @param [Array<String>, String] request_options_request_tags
|
|
1294
|
-
# Optional. The request tags for the request.
|
|
1334
|
+
# Optional. The request tags for the request. Request tags are user-provided
|
|
1335
|
+
# strings used for usage monitoring, cost management, and observability. Callers
|
|
1336
|
+
# can associate custom application context (such as component, microservice,
|
|
1337
|
+
# feature name, or operation type) with database requests. These tags are
|
|
1338
|
+
# collected and aggregated in usage and monitoring reports, allowing billable
|
|
1339
|
+
# operations and usage metrics to be sliced and analyzed by tag. These tags *
|
|
1340
|
+
# only* show up in monitoring and are visible in administrative operations (such
|
|
1341
|
+
# as usage reports). They do not affect data storage, query semantics, or
|
|
1342
|
+
# request execution. Cardinality and Best Practices: - Request tags are most
|
|
1343
|
+
# effective when using a bounded set of distinct values (e.g., fewer than 100
|
|
1344
|
+
# distinct tags across an entire database). Using a large number of distinct
|
|
1345
|
+
# tags may result in tags being omitted from top usage dashboards. - Use
|
|
1346
|
+
# structured identifiers (for example: `app=cart`, `env=prod`, `service=checkout`
|
|
1347
|
+
# ) and avoid high-cardinality values such as UUIDs, request IDs, timestamps,
|
|
1348
|
+
# user IDs, or document keys. - Do not include sensitive data or personally
|
|
1349
|
+
# identifiable information (PII) in request tags, as they show up in
|
|
1350
|
+
# administrative monitoring. The tags are processed as follows: - Leading and
|
|
1351
|
+
# trailing whitespace is trimmed. - Empty tags (after trimming) are filtered out.
|
|
1352
|
+
# - Truncated to a maximum of 510 characters. - Deduplicated within the same
|
|
1353
|
+
# request. - Limited to a maximum of 50 tags per request (excess tags are
|
|
1354
|
+
# silently discarded).
|
|
1295
1355
|
# @param [String] transaction
|
|
1296
1356
|
# Reads the document in a transaction.
|
|
1297
1357
|
# @param [String] fields
|
|
@@ -1364,7 +1424,27 @@ module Google
|
|
|
1364
1424
|
# nested immediately under the parent. Requests with `recursive` may not specify
|
|
1365
1425
|
# `show_missing`.
|
|
1366
1426
|
# @param [Array<String>, String] request_options_request_tags
|
|
1367
|
-
# Optional. The request tags for the request.
|
|
1427
|
+
# Optional. The request tags for the request. Request tags are user-provided
|
|
1428
|
+
# strings used for usage monitoring, cost management, and observability. Callers
|
|
1429
|
+
# can associate custom application context (such as component, microservice,
|
|
1430
|
+
# feature name, or operation type) with database requests. These tags are
|
|
1431
|
+
# collected and aggregated in usage and monitoring reports, allowing billable
|
|
1432
|
+
# operations and usage metrics to be sliced and analyzed by tag. These tags *
|
|
1433
|
+
# only* show up in monitoring and are visible in administrative operations (such
|
|
1434
|
+
# as usage reports). They do not affect data storage, query semantics, or
|
|
1435
|
+
# request execution. Cardinality and Best Practices: - Request tags are most
|
|
1436
|
+
# effective when using a bounded set of distinct values (e.g., fewer than 100
|
|
1437
|
+
# distinct tags across an entire database). Using a large number of distinct
|
|
1438
|
+
# tags may result in tags being omitted from top usage dashboards. - Use
|
|
1439
|
+
# structured identifiers (for example: `app=cart`, `env=prod`, `service=checkout`
|
|
1440
|
+
# ) and avoid high-cardinality values such as UUIDs, request IDs, timestamps,
|
|
1441
|
+
# user IDs, or document keys. - Do not include sensitive data or personally
|
|
1442
|
+
# identifiable information (PII) in request tags, as they show up in
|
|
1443
|
+
# administrative monitoring. The tags are processed as follows: - Leading and
|
|
1444
|
+
# trailing whitespace is trimmed. - Empty tags (after trimming) are filtered out.
|
|
1445
|
+
# - Truncated to a maximum of 510 characters. - Deduplicated within the same
|
|
1446
|
+
# request. - Limited to a maximum of 50 tags per request (excess tags are
|
|
1447
|
+
# silently discarded).
|
|
1368
1448
|
# @param [Boolean] show_missing
|
|
1369
1449
|
# If the list should show missing documents. A document is missing if it does
|
|
1370
1450
|
# not exist, but there are sub-documents nested underneath it. When true, such
|
|
@@ -1485,7 +1565,27 @@ module Google
|
|
|
1485
1565
|
# nested immediately under the parent. Requests with `recursive` may not specify
|
|
1486
1566
|
# `show_missing`.
|
|
1487
1567
|
# @param [Array<String>, String] request_options_request_tags
|
|
1488
|
-
# Optional. The request tags for the request.
|
|
1568
|
+
# Optional. The request tags for the request. Request tags are user-provided
|
|
1569
|
+
# strings used for usage monitoring, cost management, and observability. Callers
|
|
1570
|
+
# can associate custom application context (such as component, microservice,
|
|
1571
|
+
# feature name, or operation type) with database requests. These tags are
|
|
1572
|
+
# collected and aggregated in usage and monitoring reports, allowing billable
|
|
1573
|
+
# operations and usage metrics to be sliced and analyzed by tag. These tags *
|
|
1574
|
+
# only* show up in monitoring and are visible in administrative operations (such
|
|
1575
|
+
# as usage reports). They do not affect data storage, query semantics, or
|
|
1576
|
+
# request execution. Cardinality and Best Practices: - Request tags are most
|
|
1577
|
+
# effective when using a bounded set of distinct values (e.g., fewer than 100
|
|
1578
|
+
# distinct tags across an entire database). Using a large number of distinct
|
|
1579
|
+
# tags may result in tags being omitted from top usage dashboards. - Use
|
|
1580
|
+
# structured identifiers (for example: `app=cart`, `env=prod`, `service=checkout`
|
|
1581
|
+
# ) and avoid high-cardinality values such as UUIDs, request IDs, timestamps,
|
|
1582
|
+
# user IDs, or document keys. - Do not include sensitive data or personally
|
|
1583
|
+
# identifiable information (PII) in request tags, as they show up in
|
|
1584
|
+
# administrative monitoring. The tags are processed as follows: - Leading and
|
|
1585
|
+
# trailing whitespace is trimmed. - Empty tags (after trimming) are filtered out.
|
|
1586
|
+
# - Truncated to a maximum of 510 characters. - Deduplicated within the same
|
|
1587
|
+
# request. - Limited to a maximum of 50 tags per request (excess tags are
|
|
1588
|
+
# silently discarded).
|
|
1489
1589
|
# @param [Boolean] show_missing
|
|
1490
1590
|
# If the list should show missing documents. A document is missing if it does
|
|
1491
1591
|
# not exist, but there are sub-documents nested underneath it. When true, such
|
|
@@ -1618,7 +1718,27 @@ module Google
|
|
|
1618
1718
|
# The list of field paths in the mask. See Document.fields for a field path
|
|
1619
1719
|
# syntax reference.
|
|
1620
1720
|
# @param [Array<String>, String] request_options_request_tags
|
|
1621
|
-
# Optional. The request tags for the request.
|
|
1721
|
+
# Optional. The request tags for the request. Request tags are user-provided
|
|
1722
|
+
# strings used for usage monitoring, cost management, and observability. Callers
|
|
1723
|
+
# can associate custom application context (such as component, microservice,
|
|
1724
|
+
# feature name, or operation type) with database requests. These tags are
|
|
1725
|
+
# collected and aggregated in usage and monitoring reports, allowing billable
|
|
1726
|
+
# operations and usage metrics to be sliced and analyzed by tag. These tags *
|
|
1727
|
+
# only* show up in monitoring and are visible in administrative operations (such
|
|
1728
|
+
# as usage reports). They do not affect data storage, query semantics, or
|
|
1729
|
+
# request execution. Cardinality and Best Practices: - Request tags are most
|
|
1730
|
+
# effective when using a bounded set of distinct values (e.g., fewer than 100
|
|
1731
|
+
# distinct tags across an entire database). Using a large number of distinct
|
|
1732
|
+
# tags may result in tags being omitted from top usage dashboards. - Use
|
|
1733
|
+
# structured identifiers (for example: `app=cart`, `env=prod`, `service=checkout`
|
|
1734
|
+
# ) and avoid high-cardinality values such as UUIDs, request IDs, timestamps,
|
|
1735
|
+
# user IDs, or document keys. - Do not include sensitive data or personally
|
|
1736
|
+
# identifiable information (PII) in request tags, as they show up in
|
|
1737
|
+
# administrative monitoring. The tags are processed as follows: - Leading and
|
|
1738
|
+
# trailing whitespace is trimmed. - Empty tags (after trimming) are filtered out.
|
|
1739
|
+
# - Truncated to a maximum of 510 characters. - Deduplicated within the same
|
|
1740
|
+
# request. - Limited to a maximum of 50 tags per request (excess tags are
|
|
1741
|
+
# silently discarded).
|
|
1622
1742
|
# @param [Array<String>, String] update_mask_field_paths
|
|
1623
1743
|
# The list of field paths in the mask. See Document.fields for a field path
|
|
1624
1744
|
# syntax reference.
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: google-apis-firestore_v1
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.100.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Google LLC
|
|
@@ -57,7 +57,7 @@ licenses:
|
|
|
57
57
|
metadata:
|
|
58
58
|
bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
|
|
59
59
|
changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-firestore_v1/CHANGELOG.md
|
|
60
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-firestore_v1/v0.
|
|
60
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-firestore_v1/v0.100.0
|
|
61
61
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-firestore_v1
|
|
62
62
|
rdoc_options: []
|
|
63
63
|
require_paths:
|