Google APIs
4221b78ecd
chore(php): remove non-ads php_grpc_library targets
...
PiperOrigin-RevId: 536549230
2 years ago
Google APIs
d0da39a25e
chore(bazel): remove all no-op go_test targets
...
PiperOrigin-RevId: 535010591
2 years ago
Google APIs
be8c6cd96b
feat: add new client surface for GA php clients
...
PiperOrigin-RevId: 534898708
2 years ago
Google APIs
4f9e1a058e
docs: minor comment update for Entity message
...
PiperOrigin-RevId: 528936266
2 years ago
Google APIs
57b675c153
chore: update go_gapic_assembly_pkg with snippets archive
...
PiperOrigin-RevId: 524917171
2 years ago
Google APIs
b1efb3270a
feat: Add SUM/AVG aggregation query support in the preview branch and improve query API documentation
...
PiperOrigin-RevId: 518940761
2 years ago
Google APIs
be1bdffd89
feat: Support REST transport
...
PiperOrigin-RevId: 514827824
2 years ago
Google APIs
b9351b4bf9
feat: Add `OR` query support
...
docs: Minor documentation formatting and cleanup
PiperOrigin-RevId: 509848726
2 years ago
Google APIs
7a702a989d
feat: enable "rest" transport in Python for services supporting numeric enums
...
PiperOrigin-RevId: 508143576
2 years ago
Google APIs
5a226be4e3
feat(csharp): Enable REST transport in C#
...
This change does not affect other languages.
PiperOrigin-RevId: 502338808
2 years ago
Google APIs
d4599ad2c2
feat: new transaction options for datastoreV1
...
PiperOrigin-RevId: 501960571
2 years ago
Google APIs
c4ebfff4f5
feat: add dynamic routing header annotation to DatastoreV1
...
PiperOrigin-RevId: 501591105
2 years ago
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
2 years ago
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
2 years ago
Google APIs
013b7e1deb
chore: Set `transport` parameter expclicitly for php, nodejs and remaining java gapic rules
...
PiperOrigin-RevId: 485725710
2 years ago
Google APIs
807125e795
chore: Set `rest_numeric_enums = False` for all gapic rules explicitly
...
PiperOrigin-RevId: 485623855
2 years ago
Google APIs
bb964feba5
fix: bring back LRO mixin
...
PiperOrigin-RevId: 483421797
2 years ago
Google APIs
82bf6749a8
feat: add datastore aggregation query APIs
...
PiperOrigin-RevId: 477890345
2 years ago
Google APIs
1e836f9a3a
chore: revert removal of LRO mixin
...
PiperOrigin-RevId: 476176978
3 years ago
Google APIs
8f81accbe6
chore: Explicitly set transport to grpc for python targets
...
PiperOrigin-RevId: 474394710
3 years ago
Google APIs
7c3a38d624
chore: update count up_to field type in aggregation queries
...
PiperOrigin-RevId: 469555077
3 years ago
Google APIs
cfa1b3782d
chore: remove unused proto imports
...
PiperOrigin-RevId: 468735472
3 years ago
Google APIs
abe15226ba
fix: Add py_test targets
...
PiperOrigin-RevId: 463701296
3 years ago
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
3 years ago
Google APIs
8a251f5225
feat: Enable REST transport for most of Java and Go clients
...
PiperOrigin-RevId: 456641589
3 years ago
Google APIs
2f003c03e8
docs: Document encoding of non-UTF-8 key strings in the Cloud Datastore API
...
PiperOrigin-RevId: 450535507
3 years ago
Google APIs
0ed730f274
feat: expose new read_time API fields, currently only available in private preview
...
PiperOrigin-RevId: 440914241
3 years ago
Google APIs
4bfdcd371b
feat: add IN/NOT_IN/NOT_EQUALS support to cloud datastore proto
...
PiperOrigin-RevId: 434824722
3 years ago
Google APIs
7bc124cb89
chore: Add service_yaml config to all BUILD.bazel files that generate C# GAPIC libraries
...
PiperOrigin-RevId: 429496116
3 years ago
Google APIs
dc15873a93
fix(php): add service_yaml to php_gapic_library targets
...
PiperOrigin-RevId: 421075193
3 years ago
Google APIs
eddd3d845b
feat: add C++ rules for many Cloud services
...
PiperOrigin-RevId: 411620635
3 years ago
Google APIs
060218c3cc
chore: rename PHP microgen Bazel rules, delete monolith rules in googleapis
...
Committer: @miraleung
PiperOrigin-RevId: 377518010
4 years ago
Google APIs
1b6fcb8974
feat!: migrate datastore/v1 to the PHP microgenerator
...
Committer: @miraleung
PiperOrigin-RevId: 373698671
4 years ago
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
4 years ago
Google APIs
61ab0348bd
feat: Migrate the Bazel rules for the libraries published to google-cloud-ruby to use the gapic-generator-ruby instead of the monolith generator.
...
PiperOrigin-RevId: 352069361
4 years ago
Google APIs
6dae98144d
chore: Remove unused 'package' attr from java_gapic_library rules
...
Committer: @miraleung
PiperOrigin-RevId: 347459563
4 years ago
Google APIs
160f80d81d
chore: Make microgenerators default for all languages
...
In particular this applies to Java and Python microgenerators.
With this change `java_gapic_*` and `py_gapic_*` rules mean microgenerator versions. The monolith versions of the rules are named as `java_gapic_*_legacy` and `py_gapic_*_legacy` respectively.
Also change Ads BAZEL template to reflect the change in default rule names.
Also change `DO NOT OVERRIDE` comment warnings meaning (to reflect that now by default microgenerator rules are generated and the generated version must be accepted only if the API is being migrated to the microgenerator).
PiperOrigin-RevId: 346227314
4 years ago
Google APIs
e853bf9b64
chore: migrate java-datastore to the Java microgenerator
...
Committer: @miraleung
PiperOrigin-RevId: 345734715
4 years ago
Google APIs
d189e87120
chore: generate GAPIC metadata JSON file
...
PiperOrigin-RevId: 345596855
4 years ago
Google APIs
86e167e6be
feat!: Update BUILD.bazel for datastore to use latest-gen python code generator.
...
- Generated code no longer supports Python 2.7
PiperOrigin-RevId: 339897204
4 years ago
Google APIs
b821f32047
feat: use https://github.com/googleapis/gapic-generator-csharp for generating C# libraries.
...
PiperOrigin-RevId: 331104099
5 years ago
Google APIs
bbe5f05ccb
fix: migrate python datastore/v1 to grpc_service_config
...
PiperOrigin-RevId: 321580134
5 years ago
Google APIs
d13e2da372
build: move gapic-generator-typescript parameters to BUILD.bazel files.
...
PiperOrigin-RevId: 318386808
5 years ago
Google APIs
5824c4db2d
chore: identify php targets using legacy config
...
PiperOrigin-RevId: 318081240
5 years ago
Google APIs
c829fa0bfa
chore: set Ruby namespace in proto options
...
PiperOrigin-RevId: 316124477
5 years ago
Google APIs
ded05197da
fix: use grpc_service_config in nodejs_gapic_library
...
The nodejs_gapic_library targets were migrated to gapic-generator-typescript
which doesn't use gapic_yaml, rendering that attribute unused. Instead it uses
the proto annotations & grpc_service_config, which this change reflects.
PiperOrigin-RevId: 314206960
5 years ago
Google APIs
5a90d467aa
fix: restore GAPIC v2 retry configs
...
Restores GAPIC v2 retry config overrides that were
mistakenly removed during migration.
PiperOrigin-RevId: 312088359
5 years ago
Google APIs
1b5a8d2bbb
Fix documentation for string_value. The value does not have to be at least 1MB, but rather, at most 1MB.
...
PiperOrigin-RevId: 309845930
5 years ago
Google APIs
c09ec5156d
Use legacy gapic config for select PHP library generation
...
PiperOrigin-RevId: 307086169
5 years ago
Google APIs
25a1781c09
bazel: migrate all go_gapic_library targets to microgenerator implementation
...
* update rules_go and gazelle bazel dependencies
* update gapic-generator bazel dependency (with build file generator changes)
PiperOrigin-RevId: 302730217
5 years ago