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
Google APIs
252b751d8a
feat(firestorev1): Added support for REST transport
...
PiperOrigin-RevId: 510214499
2023-02-16 12:32:52 -08:00
Google APIs
c35b98606b
feat: Add appropriate mixin clients
...
PiperOrigin-RevId: 510193779
2023-02-16 11:11:54 -08:00
Google APIs
5edc235617
fix: Add service_yaml_parameters to py_gapic_library BUILD.bazel targets
...
PiperOrigin-RevId: 510187992
2023-02-16 10:51:01 -08:00
Google APIs
22bd88857a
feat: Add OR query support
...
docs: Improve the API documentation for the `Firestore.ListDocuments` RPC
docs: Minor documentation formatting and cleanup
PiperOrigin-RevId: 509631855
2023-02-14 14:04:30 -08:00
Google APIs
7a702a989d
feat: enable "rest" transport in Python for services supporting numeric enums
...
PiperOrigin-RevId: 508143576
2023-02-08 11:56:06 -08:00
Google APIs
585fd3268f
fix(firestore): enable rest_numeric_enums for PHP client
...
PiperOrigin-RevId: 506745633
2023-02-02 15:58:01 -08:00
Google APIs
907c8cbbdc
chore: internal change to disable numeric enums for Firestore
...
PiperOrigin-RevId: 504380706
2023-01-24 14:44:23 -08:00
Google APIs
6adf7b1787
chore: Disable requesting numeric enums in "transport=rest" responses for nodejs-firestore
...
PiperOrigin-RevId: 502893047
2023-01-18 09:07:35 -08:00
Google APIs
5a226be4e3
feat(csharp): Enable REST transport in C#
...
This change does not affect other languages.
PiperOrigin-RevId: 502338808
2023-01-16 03:01:09 -08:00
Google APIs
2fdd5e99dc
docs: Reference the correct main client gem name
...
PiperOrigin-RevId: 501376847
2023-01-11 14:17:29 -08:00
Google APIs
44fdfc1627
chore(bazel): update rules_gapic to v0.19.2
...
chore(bazel): update gapic-generator-go to v0.33.5
chore(bazel): refactor Go longrunning submodule dependency
PiperOrigin-RevId: 493899901
2022-12-08 08:17:59 -08:00
Google APIs
758f0d1217
chore: Enable requesting numeric enums in "transport=rest" responses for services supporting this (Java, Go, Python, PHP, TypeScript, C#, and Ruby), even if they do not yet turn on REST transport
...
chore: disallow "transport=rest" for services where numeric enums are not confirmed to be supported (except in PHP and Java)
PiperOrigin-RevId: 493113566
2022-12-05 14:28:58 -08:00
Google APIs
013b7e1deb
chore: Set transport parameter expclicitly for php, nodejs and remaining java gapic rules
...
PiperOrigin-RevId: 485725710
2022-11-02 16:32:36 -07:00
Google APIs
69fc6c5b87
chore: include generated samples dir for all google apis
...
PiperOrigin-RevId: 485653021
2022-11-02 11:44:34 -07:00
Google APIs
807125e795
chore: Set rest_numeric_enums = False for all gapic rules explicitly
...
PiperOrigin-RevId: 485623855
2022-11-02 10:02:17 -07:00
Google APIs
8f81accbe6
chore: Explicitly set transport to grpc for python targets
...
PiperOrigin-RevId: 474394710
2022-09-14 14:40:43 -07:00
Google APIs
a8c6c7cf82
feat: add firestore aggregation query apis to the stable googleapis branch
...
PiperOrigin-RevId: 473753776
2022-09-12 08:25:29 -07:00
Google APIs
725381dc13
chore: remove obsolete service config files
...
PiperOrigin-RevId: 472492863
2022-09-06 10:20:26 -07:00
Google APIs
1139217915
chore: Update Firestore Bazel files to refer to correct service config YAML files
...
PiperOrigin-RevId: 472218602
2022-09-05 01:11:02 -07:00
Google APIs
c17c5a6c20
chore: update count up_to field type in aggregation queries
...
PiperOrigin-RevId: 469554568
2022-08-23 14:17:33 -07:00
Google APIs
cfa1b3782d
chore: remove unused proto imports
...
PiperOrigin-RevId: 468735472
2022-08-19 10:41:57 -07:00
Google APIs
abe15226ba
fix: Add py_test targets
...
PiperOrigin-RevId: 463701296
2022-07-27 16:06:30 -07:00
Google APIs
8a251f5225
feat: Enable REST transport for most of Java and Go clients
...
PiperOrigin-RevId: 456641589
2022-06-22 17:01:19 -07:00
Google APIs
bdea286926
feat: expose read_time fields in Firestore PartitionQuery and ListCollectionIds, currently only available in private preview
...
PiperOrigin-RevId: 453719952
2022-06-08 10:59:40 -07:00
Google APIs
dea7c804bc
chore: expose new TTL / Database Admin experimental API
...
PiperOrigin-RevId: 451252826
2022-05-26 15:07:12 -07:00
Google APIs
c4b98bf382
feat:Enable RunQueryResponse.done
...
PiperOrigin-RevId: 444879243
2022-04-27 09:18:29 -07:00
Google APIs
9ef00159f2
docs: clarifications for filters
...
PiperOrigin-RevId: 441242400
2022-04-12 11:24:31 -07:00
Google APIs
3db3087371
fix: change REST binding for ListDocuments to support root collection
...
PiperOrigin-RevId: 432504691
2022-03-04 12:17:09 -08:00
Google APIs
7bc124cb89
chore: Add service_yaml config to all BUILD.bazel files that generate C# GAPIC libraries
...
PiperOrigin-RevId: 429496116
2022-02-18 00:10:22 -08:00
Google APIs
b7c9d05c60
feat: update client libraries to support Database operations
...
PiperOrigin-RevId: 419710013
2022-01-04 17:05:12 -08:00
Google APIs
eddd3d845b
feat: add C++ rules for many Cloud services
...
PiperOrigin-RevId: 411620635
2021-11-22 12:24:05 -08:00