Commit graph

183 commits

Author SHA1 Message Date
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
Google APIs
4221b78ecd chore(php): remove non-ads php_grpc_library targets
PiperOrigin-RevId: 536549230
2023-05-30 17:06:44 -07:00
Google APIs
d0da39a25e chore(bazel): remove all no-op go_test targets
PiperOrigin-RevId: 535010591
2023-05-24 15:55:02 -07:00
Google APIs
be8c6cd96b feat: add new client surface for GA php clients
PiperOrigin-RevId: 534898708
2023-05-24 10:38:49 -07:00
Google APIs
b4bb0e2e24 feat: add ApiScope and COLLECTION_RECURSIVE query_scope for Firestore index
PiperOrigin-RevId: 532955594
2023-05-17 17:04:19 -07:00
Google APIs
b071320f93 feat: Add bloom filter related proto fields
PiperOrigin-RevId: 529511263
2023-05-04 14:12:52 -07:00
Google APIs
e2b7cb94f3 feat: Add bloom filter related proto fields (only in the preview API surface)
PiperOrigin-RevId: 527090049
2023-04-25 15:22:22 -07:00
Google APIs
57b675c153 chore: update go_gapic_assembly_pkg with snippets archive
PiperOrigin-RevId: 524917171
2023-04-17 12:24:09 -07:00
Google APIs
0ac2668e5b chore: fixup Go packages to match open source
PiperOrigin-RevId: 524009841
2023-04-13 08:37:57 -07:00
Google APIs
1cfcea4fbe chore: update import paths for Go targets to match open source location
chore: update go_package in protos to match open source location
chore: add explicit release levels to Go gapic targets

PiperOrigin-RevId: 520705454
2023-03-30 12:02:14 -07:00
Google APIs
b5b457107d fix: Add service_yaml_parameters to java_gapic_library targets
PiperOrigin-RevId: 515423972
2023-03-09 13:24:42 -08:00
Google APIs
5544503224 feat: Support REST transport
PiperOrigin-RevId: 515156929
2023-03-08 15:20:57 -08:00
Google APIs
be1bdffd89 feat: Support REST transport
PiperOrigin-RevId: 514827824
2023-03-07 13:44:05 -08:00
Google APIs
b0f2af1e9b feat(typescript): enable REST transport
To use REST transport, pass {fallback: "rest"} to the client constructor.

PiperOrigin-RevId: 512747300
2023-02-27 15:25:03 -08:00
Google APIs
2029bd6047 fix: ensure proper LRO & mixin HTTP overloads are used
PiperOrigin-RevId: 511530528
2023-02-22 10:21:40 -08:00