Commit graph

68 commits

Author SHA1 Message Date
Google APIs
9da837b530 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: 817343382
2025-10-09 14:40:31 -07:00
Google APIs
dfe85eea9a chore: remove unnecessary (no-op) settings and files
PiperOrigin-RevId: 735772094
2025-03-11 08:52:16 -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
3597f7db21 chore: update copyright year for auto-generated protos
PiperOrigin-RevId: 631538781
2024-05-07 13:56:05 -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
57b675c153 chore: update go_gapic_assembly_pkg with snippets archive
PiperOrigin-RevId: 524917171
2023-04-17 12:24:09 -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
be1bdffd89 feat: Support REST transport
PiperOrigin-RevId: 514827824
2023-03-07 13:44:05 -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
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
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
9f04c98877 feat(csharp): Enable REST transport in C#
This change does not affect other languages.

PiperOrigin-RevId: 503159211
2023-01-19 07:28:33 -08:00
Google APIs
be5e4d678a docs: Updated links to the new Home Dev Center
PiperOrigin-RevId: 501082598
2023-01-10 13:39:39 -08:00
Google APIs
2c7756f622 docs: Updated the descriptions of a few APIs
PiperOrigin-RevId: 499946482
2023-01-05 11:14:29 -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
565a550886 fix: integrate gapic-generator-python-1.4.1 and enable more py_test targets
PiperOrigin-RevId: 473833416
2022-09-12 13:40:59 -07:00
Google APIs
0cac79bcf8 fix: Fix resource name configuration for graph API
PiperOrigin-RevId: 473812596
2022-09-12 12:13:32 -07:00
Google APIs
725381dc13 chore: remove obsolete service config files
PiperOrigin-RevId: 472492863
2022-09-06 10:20:26 -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
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
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
d06e39cfed chore: migrate home/enterprise/sdm to the PHP microgenerator
Committer: @miraleung
PiperOrigin-RevId: 371236609
2021-04-29 17:14:03 -07:00
Google APIs
74bb45bfc8 chore: Migrate the Bazel rules for the libraries NOT published to google-cloud-ruby to use gapic-generator-ruby instead of the monolith generator.
PiperOrigin-RevId: 370517814
2021-04-26 12:36:51 -07:00
Google APIs
b15cf29cbc chore: migrate home/graph/v1 to the PHP microgenerator
Committer: @miraleung
PiperOrigin-RevId: 369326832
2021-04-19 16:51:05 -07:00
Google APIs
68fdb1b7dc docs: deleted unused field's comments
PiperOrigin-RevId: 361897210
2021-03-09 14:23:20 -08:00
Google APIs
72d774a142 chore: migrate Smart Device Management to the Python microgenerator
Committer: @miraleung
PiperOrigin-RevId: 351457357
2021-01-12 15:36:51 -08:00
Google APIs
50b4755b7d chore: migrate home/graph to the Python microgenerator
Committer: @miraleung
PiperOrigin-RevId: 351457344
2021-01-12 15:27:15 -08:00
Google APIs
6dae98144d chore: Remove unused 'package' attr from java_gapic_library rules
Committer: @miraleung
PiperOrigin-RevId: 347459563
2020-12-14 13:41:43 -08:00
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
2020-12-07 18:51:08 -08:00
Google APIs
d189e87120 chore: generate GAPIC metadata JSON file
PiperOrigin-RevId: 345596855
2020-12-03 21:01:09 -08:00
Google APIs
771dba1848 chore: migrate home/graph to the Java microgenerator
Committer: @miraleung
PiperOrigin-RevId: 345274315
2020-12-02 11:26:26 -08:00
Google APIs
acbc6b1a3a chore: migrate home/enterprise/sdm to the Java microgenerator
Committer: @miraleung
PiperOrigin-RevId: 345107583
2020-12-01 15:02:30 -08:00
Google APIs
313658e93f Smart Device Management API v1 clean up
PiperOrigin-RevId: 336797274
2020-10-12 20:11:56 -07:00
Google APIs
8862d0f861 Smart Device Management API v1
PiperOrigin-RevId: 334409362
2020-09-29 10:29:55 -07:00
Google APIs
b821f32047 feat: use https://github.com/googleapis/gapic-generator-csharp for generating C# libraries.
PiperOrigin-RevId: 331104099
2020-09-11 01:16:20 -07:00
Google APIs
0e56befedb build: removing Artman configuration files
PiperOrigin-RevId: 321273506
2020-07-14 18:01:47 -07:00
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
2020-06-01 14:44:30 -07:00
Google APIs
b5c20941ce Deprecate unused follow_up_token field.
See https://developers.google.com/assistant/smarthome/develop/notifications for more details.

PiperOrigin-RevId: 312088907
2020-05-18 09:08:15 -07:00
Google APIs
bcc476396e docs: Update documentation to fix broken method links
PiperOrigin-RevId: 306974763
2020-04-16 20:33:22 -07:00
Google APIs
801c3fb47b docs: Update documentation to clarify naming.
PiperOrigin-RevId: 305814814
2020-04-09 20:27:43 -07:00
Google APIs
0e07113e77 docs: Update documentation with links to smart home developer guides and reference pages. Remove outdated authorization instructions.
PiperOrigin-RevId: 302892245
2020-03-25 08:14:56 -07:00