Commit graph

108 commits

Author SHA1 Message Date
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
3990e05b25 chore(php)!: migrate Datastore to new client surface
PiperOrigin-RevId: 813890848
2025-10-01 13:36:03 -07:00
Google APIs
3edc94c2ed chore: regenerate gapic yaml and service yaml for datastore v1 by augmentation configs
PiperOrigin-RevId: 780619733
2025-07-08 10:28:04 -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
2196d4843a feat: Add FindNearest API to the stable branch
PiperOrigin-RevId: 684905940
2024-10-11 11:41:53 -07:00
Google APIs
3effbf23b1 feat: Support for field update operators in the Datastore API and resolution strategies when there is a conflict at write time
PiperOrigin-RevId: 683253625
2024-10-07 11:16:29 -07:00
Google APIs
b8eed55ae5 feat: update Go Datastore import path
feat: update Go Bigtable import path

PiperOrigin-RevId: 651776284
2024-07-12 08:07:20 -07:00
Google APIs
dde0ec1f36 feat: New PropertyMask field which allows partial commits, lookups, and query results
PiperOrigin-RevId: 635449160
2024-05-20 07:28:07 -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
4d535ac053 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: 615158168
2024-03-12 13:45:53 -07:00
Google APIs
4a6230d5fd 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: 601486345
2024-01-25 10:17:20 -08:00
Google APIs
03e7ed44ac 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: 595774772
2024-01-04 12:33:19 -08:00
Google APIs
4795a45759 feat: migrate samples to new surface
PiperOrigin-RevId: 595432418
2024-01-03 10:04:06 -08:00
Google APIs
4874ca8a14 chore: expose Query Profile API to preview branch
PiperOrigin-RevId: 570108921
2023-10-02 10:38:06 -07:00
Google APIs
3303b93dc1 docs: Update property requirement specifications
PiperOrigin-RevId: 557861399
2023-08-17 10:17:44 -07:00
Google APIs
6148e5b6f9 feat: publish proto definitions for SUM/AVG in Datastore
PiperOrigin-RevId: 552847139
2023-08-01 10:34:52 -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
4f9e1a058e docs: minor comment update for Entity message
PiperOrigin-RevId: 528936266
2023-05-02 17:45:17 -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
b1efb3270a feat: Add SUM/AVG aggregation query support in the preview branch and improve query API documentation
PiperOrigin-RevId: 518940761
2023-03-23 13:01:44 -07:00
Google APIs
be1bdffd89 feat: Support REST transport
PiperOrigin-RevId: 514827824
2023-03-07 13:44:05 -08:00
Google APIs
b9351b4bf9 feat: Add OR query support
docs: Minor documentation formatting and cleanup

PiperOrigin-RevId: 509848726
2023-02-15 09:03:07 -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
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
d4599ad2c2 feat: new transaction options for datastoreV1
PiperOrigin-RevId: 501960571
2023-01-13 16:06:16 -08:00
Google APIs
c4ebfff4f5 feat: add dynamic routing header annotation to DatastoreV1
PiperOrigin-RevId: 501591105
2023-01-12 09:46:54 -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
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
bb964feba5 fix: bring back LRO mixin
PiperOrigin-RevId: 483421797
2022-10-24 10:31:01 -07:00
Google APIs
82bf6749a8 feat: add datastore aggregation query APIs
PiperOrigin-RevId: 477890345
2022-09-29 20:47:03 -07:00
Google APIs
1e836f9a3a chore: revert removal of LRO mixin
PiperOrigin-RevId: 476176978
2022-09-22 13:06:00 -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
7c3a38d624 chore: update count up_to field type in aggregation queries
PiperOrigin-RevId: 469555077
2022-08-23 14:19:52 -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
b9cbfce171 feat: Add "or" query support (only in the preview API surface)
docs: Clarify wording around default database_id usage

PiperOrigin-RevId: 462444231
2022-07-21 12:22:44 -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
2f003c03e8 docs: Document encoding of non-UTF-8 key strings in the Cloud Datastore API
PiperOrigin-RevId: 450535507
2022-05-23 15:11:10 -07:00
Google APIs
0ed730f274 feat: expose new read_time API fields, currently only available in private preview
PiperOrigin-RevId: 440914241
2022-04-11 09:34:23 -07:00
Google APIs
4bfdcd371b feat: add IN/NOT_IN/NOT_EQUALS support to cloud datastore proto
PiperOrigin-RevId: 434824722
2022-03-15 12:27:45 -07: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
dc15873a93 fix(php): add service_yaml to php_gapic_library targets
PiperOrigin-RevId: 421075193
2022-01-11 11:02:54 -08:00
Google APIs
eddd3d845b feat: add C++ rules for many Cloud services
PiperOrigin-RevId: 411620635
2021-11-22 12:24:05 -08:00
Google APIs
060218c3cc chore: rename PHP microgen Bazel rules, delete monolith rules in googleapis
Committer: @miraleung
PiperOrigin-RevId: 377518010
2021-06-04 08:36:42 -07:00
Google APIs
1b6fcb8974 feat!: migrate datastore/v1 to the PHP microgenerator
Committer: @miraleung
PiperOrigin-RevId: 373698671
2021-05-13 18:29:47 -07:00
Google APIs
959b0bcea3 feat: Update the ruby_cloud_gapic_library rules for the libraries published to google-cloud-ruby to the form that works with build_gen (separate parameters for ruby_cloud_title and ruby_cloud_description).
chore: Update Bazel-Ruby rules version.
chore: Update build_gen version.

PiperOrigin-RevId: 358357761
2021-02-19 01:21:43 -08:00