Commit graph

197 commits

Author SHA1 Message Date
Google APIs
1161dbcb1c feat: add expiration_offset to Field
docs: update documentation for `Field`

PiperOrigin-RevId: 890064766
2026-03-26 15:00:54 -07:00
Google APIs
359422ce8d chore(php): move all remaining migration_mode=MIGRATING to NEW_SURFACE_ONLY
PiperOrigin-RevId: 886270461
2026-03-19 11:05:43 -07:00
Google APIs
d90d23fa13 feat: upgrade protobuf from v25.7 to v31.0
PiperOrigin-RevId: 881595129
2026-03-10 13:26:56 -07:00
Google APIs
1ccd68a09c feat: expose the variable definition in the Cloud Firestore API
chore: Firestore.executePipeline to not retry on `RESOURCE_EXHAUSTED`

PiperOrigin-RevId: 877535984
2026-03-02 12:53:31 -08:00
Google APIs
d420134ab3 chore(python): Update build rules for google/firestore/bundle to match OSS
PiperOrigin-RevId: 875957089
2026-02-26 17:01:41 -08:00
Google APIs
760ef85838 feat: Expose the Database.firestore_data_access_mode parameter
feat: Expose the `Database.mongodb_compatible_data_access_mode` parameter
feat: Expose the `Database.realtime_updates_mode` parameter
feat: Expose the `Index.unique` parameter
docs: Update documentation on several parameters, especially when relating to the new `enterprise` database edition

PiperOrigin-RevId: 865444806
2026-02-04 09:31:53 -08:00
Google APIs
534adc56f5 feat: publish the pipelines API to the stable branch
PiperOrigin-RevId: 840829013
2025-12-05 12:19:48 -08:00
Google APIs
bfdeefc22c docs: minor api documentation changes
PiperOrigin-RevId: 840398028
2025-12-04 14:15:00 -08:00
Google APIs
4823efd0b9 fix: upgrade gRPC service registration func
An update to Go gRPC Protobuf generation will change service registration function signatures to use an interface instead of a concrete type in generated .pb.go service files. This change should affect very few client library users. See release notes advisories in https://github.com/googleapis/google-cloud-go/pull/11025.

PiperOrigin-RevId: 817247116
2025-10-09 10:37:47 -07:00
Google APIs
3d37c58ad2 feat: add Firestore CloneDatabase support
PiperOrigin-RevId: 789807783
2025-08-01 10:20:59 -07:00
Google APIs
ba7105d1d1 feat: Expose tags field in Database and RestoreDatabaseRequest public protos
This change exposes the tags field in the Database and RestoreDatabaseRequest messages, allowing users to manage tags for Firestore databases.

PiperOrigin-RevId: 783460561
2025-07-15 13:56:00 -07:00
Google APIs
f6605524ad chore: regenerate gapic yaml and service yaml for firestore beta by augmentation configs
PiperOrigin-RevId: 773822798
2025-06-20 13:29:19 -07:00
Google APIs
526d706bbb chore: regenerate gapic yaml and service yaml for firestore admin by augmentation configs
PiperOrigin-RevId: 773822111
2025-06-20 13:27:05 -07:00
Google APIs
4ecce6a53d chore: regenerate gapic yaml and service yaml for firestore by augmentation configs
PiperOrigin-RevId: 773807372
2025-06-20 12:46:51 -07:00
Google APIs
4ec607bd37 feat: new Firestore index modes and Database Editions
PiperOrigin-RevId: 745570206
2025-04-09 06:55:14 -07:00
Google APIs
35980b6987 feat: add the UserCreds API
PiperOrigin-RevId: 742708704
2025-04-01 08:23:56 -07:00
Google APIs
9415ba048a chore: update copyright year for auto-generated protos
PiperOrigin-RevId: 732130682
2025-02-28 07:26:00 -08:00
Google APIs
d72ca0d2ef chore: update copyright year for auto-generated protos
PiperOrigin-RevId: 731738802
2025-02-27 08:38:54 -08:00
Google APIs
fd510f8e0f chore: update copyright year for auto-generated protos
PiperOrigin-RevId: 731693666
2025-02-27 05:53:36 -08:00
Google APIs
7e5dd6bb12 chore: update copyright year for auto-generated protos
PiperOrigin-RevId: 731691059
2025-02-27 05:41:51 -08:00
Google APIs
b6d5ae84d5 chore: expose the Firestore.executePipeline API to the preview branch
docs: minor documentation updates to `StructuredQuery`
docs: minor documentation changes for `distance_threshold`

PiperOrigin-RevId: 731306872
2025-02-26 07:17:41 -08:00
Google APIs
3776db131e fix: bump default deadline on CreateDatabase and RestoreDatabase to 2 minutes
feat: add filter argument to FirestoreAdmin.ListBackupsRequest

PiperOrigin-RevId: 716763143
2025-01-17 12:35:15 -08:00
Google APIs
070b0fd6ac feat: add Database.SourceInfo and Database.source_info (information about database provenance, specifically for restored databases)
feat: add Database.CmekConfig and Database.cmek_config (information about CMEK enablement)
feat: allow specifying an encryption_config when restoring a database
feat: add Database.delete_time (the time a database was deleted, if it ever was)
feat: add Database.previous_id (if a database was deleted, what ID it was using beforehand)
docs: fix assorted capitalization issues with the word "ID"
docs: clarify restore details

PiperOrigin-RevId: 671737474
2024-09-06 06:42:20 -07:00
Google APIs
296afd1429 docs: Clarify maximum retention of backups (max 14 weeks)
docs: Remove note about backups running at a specific time
docs: Standardize on the capitalization of "ID"

PiperOrigin-RevId: 668987834
2024-08-29 10:39:23 -07:00
Google APIs
28685f723d feat: Expose the FindNearest.distance_result_field parameter
feat: Expose the `FindNearest.distance_threshold` parameter

PiperOrigin-RevId: 660557033
2024-08-07 15:18:36 -07:00
Google APIs
7858db4579 chore: expose new experimental FindNearest distance params to the preview branch
docs: minor documentation clarifications on FindNearest DistanceMeasure options

PiperOrigin-RevId: 655267922
2024-07-23 12:47:09 -07:00
Google APIs
9aab32eafe feat: add bulk delete api
docs: update field api description

PiperOrigin-RevId: 642337904
2024-06-11 11:38:33 -07:00
Google APIs
3597f7db21 chore: update copyright year for auto-generated protos
PiperOrigin-RevId: 631538781
2024-05-07 13:56:05 -07:00
Google APIs
d0ed6724c4 docs: Allow 14 week backup retention for Firestore daily backups
PiperOrigin-RevId: 621269025
2024-04-02 13:01:16 -07:00
Google APIs
8fe68cf33c docs: correct BackupSchedule recurrence docs that mentioned specific time of day
chore: fix typo in DeleteBackupScheduleRequest

PiperOrigin-RevId: 619912852
2024-03-28 06:48:27 -07:00
Google APIs
277145d108 feat: add Vector Index API
PiperOrigin-RevId: 618867415
2024-03-25 09:31:31 -07:00
Google APIs
5e2ca445cd feat: add VectorSearch API
PiperOrigin-RevId: 617982192
2024-03-21 15:33:12 -07:00
Google APIs
b5debc8c3a feat: A new message Backup is added
feat: A new resource_definition `firestore.googleapis.com/Backup` is added
feat: A new method `GetBackup` is added to service `FirestoreAdmin`
feat: A new method `ListBackups` is added to service `FirestoreAdmin`
feat: A new method `DeleteBackup` is added to service `FirestoreAdmin`
feat: A new method `RestoreDatabase` is added to service `FirestoreAdmin`
feat: A new method `CreateBackupSchedule` is added to service `FirestoreAdmin`
feat: A new method `GetBackupSchedule` is added to service `FirestoreAdmin`
feat: A new method `ListBackupSchedules` is added to service `FirestoreAdmin`
feat: A new method `UpdateBackupSchedule` is added to service `FirestoreAdmin`
feat: A new method `DeleteBackupSchedule` is added to service `FirestoreAdmin`
feat: A new message `CreateBackupScheduleRequest` is added
feat: A new message `GetBackupScheduleRequest` is added
feat: A new message `UpdateBackupScheduleRequest` is added
feat: A new message `ListBackupSchedulesRequest` is added
feat: A new message `ListBackupSchedulesResponse` is added
feat: A new message `DeleteBackupScheduleRequest` is added
feat: A new message `GetBackupRequest` is added
feat: A new message `ListBackupsRequest` is added
feat: A new message `ListBackupsResponse` is added
feat: A new message `DeleteBackupRequest` is added
feat: A new message `RestoreDatabaseRequest` is added
feat: A new message `RestoreDatabaseMetadata` is added
feat: A new message `BackupSchedule` is added
feat: A new resource_definition `firestore.googleapis.com/BackupSchedule` is added
feat: A new message `DailyRecurrence` is added
feat: A new message `WeeklyRecurrence` is added

PiperOrigin-RevId: 616127901
2024-03-15 07:51:11 -07:00
Google APIs
dbd2d6de9f feat: add new types ExplainOptions, ExplainMetrics, PlanSummary, ExecutionStats
feat: add ExplainOptions field to RunQueryRequest
feat: add ExplainMetrics field to RunQueryResponse
feat: add ExplainOptions field to RunAggregationQueryRequest
feat: add ExplainMetrics field to RunAggregationQueryResponse

PiperOrigin-RevId: 615158086
2024-03-12 13:44:29 -07:00
Google APIs
a8b027a5c7 fix!: remove types QueryMode, QueryPlan, ResultSetStats
fix!: remove QueryMode field from RunQueryRequest
fix!: remove ResultSetStats field from RunQueryResponse
fix!: remove QueryMode field from RunAggregationQueryRequest
fix!: remove ResultSetStats field from RunAggregationQueryResponse

PiperOrigin-RevId: 601486523
2024-01-25 10:18:23 -08:00
Google APIs
fc15738ed0 feat: Expose the undeliverable_first_gen_event.proto
PiperOrigin-RevId: 600597791
2024-01-22 16:05:15 -08:00
Google APIs
d32bd9795d chore: Add FindNearest API to the preview branch
docs: Improve the documentation on Document.fields

PiperOrigin-RevId: 599602467
2024-01-18 13:12:01 -08:00
Google APIs
6183e59bf8 feat: Publish message definitions for Cloud Firestore undeliverable first gen event
PiperOrigin-RevId: 599041592
2024-01-16 20:56:00 -08:00
Google APIs
6c31cc0071 docs: Fix formatting due to unclosed backtick
PiperOrigin-RevId: 597942027
2024-01-12 13:46:05 -08:00
Google APIs
667eaac011 feat: Support for universe_domain
PiperOrigin-RevId: 597849524
2024-01-12 08:40:29 -08:00
Google APIs
2027807704 feat: add new types QueryMode, QueryPlan, ResultSetStats
feat: add QueryMode field to RunQueryRequest
feat: add ResultSetStats field to RunQueryResponse
feat: add QueryMode field to RunAggregationQueryRequest
feat: add ResultSetStats field to RunAggregationQueryResponse

PiperOrigin-RevId: 595771083
2024-01-04 12:17:37 -08:00
Google APIs
4795a45759 feat: migrate samples to new surface
PiperOrigin-RevId: 595432418
2024-01-03 10:04:06 -08:00
Google APIs
204f2aefbf feat: add DeleteDatabase API and delete protection
docs: update Database API description

PiperOrigin-RevId: 591922567
2023-12-18 09:33:49 -08:00
Google APIs
fbe1c8e68e feat: expose Firestore PITR fields in Database to stable
feat: expose Firestore snapshot_time field in export API to stable
feat: expose Firestore namespace ID fields in import/export APIs to stable
docs: assorted typo fixes and whitespace updates

PiperOrigin-RevId: 587811576
2023-12-04 12:49:24 -08:00
Google APIs
736857e7a6 chore: update README files
PiperOrigin-RevId: 572611639
2023-10-11 10:16:35 -07:00
Google APIs
5c5f6b7f6d chore: expand Target.target_id docs
chore: improve FieldReference.field_path docs
chore: (preview only) expose Query Profile API

PiperOrigin-RevId: 570489360
2023-10-03 14:01:00 -07:00
Google APIs
88a9a5f994 feat: publish proto definitions for SUM/AVG in Firestore
PiperOrigin-RevId: 552607134
2023-07-31 15:23:11 -07:00
Google APIs
1ceef69080 chore: Add bloom filter related comments
PiperOrigin-RevId: 538646627
2023-06-07 18:18:27 -07:00
Google APIs
b4481e1c41 feat: add CreateDatabase API
PiperOrigin-RevId: 537397252
2023-06-02 13:36:14 -07:00
Google APIs
96995a2592 feat: add new client surface for PHP
PiperOrigin-RevId: 536761953
2023-05-31 10:53:07 -07:00