Google APIs
d90d23fa13
feat: upgrade protobuf from v25.7 to v31.0
...
PiperOrigin-RevId: 881595129
2026-03-10 13:26:56 -07:00
Google APIs
9070e63a1f
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: 814259961
2025-10-02 09:12:03 -07:00
Google APIs
b7e013ac0b
chore: update preview/stable values for previously migrated libraries, and do not attempt to regenerate .OwlBot.yaml for libraries that already exist
...
PiperOrigin-RevId: 808815559
2025-09-18 18:10:09 -07:00
Google APIs
425c9e6e70
chore: create new top-level build rule to remove the post-processor
...
PiperOrigin-RevId: 806562104
2025-09-12 23:37:29 -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
27c0603a52
feat!: Updated to use google-cloud-language-v2
...
PiperOrigin-RevId: 725735744
2025-02-11 12:45:46 -08:00
Google APIs
ae87dc8a38
chore!: migrate php handwritten libraries to new client surface
...
PiperOrigin-RevId: 722798091
2025-02-03 14:25:58 -08:00
Google APIs
ba245fa19c
feat: add model_version in ModerateTextRequest and expose severity score in ClassificationCategory
...
docs: minor update on documentation
PiperOrigin-RevId: 656075693
2024-07-25 13:47:01 -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
7fbfb40128
chore: delete obsolete files
...
PiperOrigin-RevId: 625723596
2024-04-17 10:12:09 -07:00
Google APIs
667eaac011
feat: Support for universe_domain
...
PiperOrigin-RevId: 597849524
2024-01-12 08:40:29 -08:00
Google APIs
bbb4473229
feat: promote to GA
...
PiperOrigin-RevId: 573933505
2023-10-16 14:39:48 -07:00
Google APIs
736857e7a6
chore: update README files
...
PiperOrigin-RevId: 572611639
2023-10-11 10:16:35 -07:00
Google APIs
8aac44bceb
feat: Add support for the v2 API
...
PiperOrigin-RevId: 555681517
2023-08-10 15:37:06 -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
2400facb5e
feat: Added client library support for ModerateText in the Natural Language API (V1)
...
PiperOrigin-RevId: 534992604
2023-05-24 14:58:22 -07:00
Google APIs
392db1d5b0
feat: Added client library support for ModerateText in the Natural Language API (V1Beta2)
...
PiperOrigin-RevId: 534975458
2023-05-24 14:08:29 -07:00
Google APIs
cbddac7303
feat: add new client surface to preview clients
...
chore: update the gapic generator to 1.7.4
PiperOrigin-RevId: 530731364
2023-05-09 15:36:20 -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
ba5b444ae5
chore: add .NET-specific generation settings to service config
...
chore: reformat proto (no content changes)
PiperOrigin-RevId: 524208990
2023-04-13 23:44:21 -07: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
8310e03b95
feat: Support REST transport
...
PiperOrigin-RevId: 511900156
2023-02-23 15:18:31 -08:00
Google APIs
40ea6a4610
feat: Added support for REST transpoirt
...
PiperOrigin-RevId: 511586826
2023-02-22 13:47:06 -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
d02e58244d
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: 506711567
2023-02-02 13:42:30 -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
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
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
7f579ee596
docs: fix docstring formatting
...
Committer: @parthea
PiperOrigin-RevId: 476410563
2022-09-23 10:51:38 -07:00
Google APIs
044a15c14b
feat: Add support for V1 and V2 classification models for the V1Beta2 API
...
PiperOrigin-RevId: 475604619
2022-09-20 11:16:52 -07:00
Google APIs
05b99f982d
feat: Add support for V1 and V2 classification models for the V1 API
...
PiperOrigin-RevId: 475599241
2022-09-20 10:58:19 -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
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
84fb82208e
feat: Add Java REST transport to analytics, servicecontrol, servicemanagement, serviceusage and langauge APIs
...
PiperOrigin-RevId: 454254635
2022-06-10 15:30:46 -07:00
Google APIs
d42026b7a0
chore: include generated samples dir
...
PiperOrigin-RevId: 454047209
2022-06-09 17:15:44 -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
eddd3d845b
feat: add C++ rules for many Cloud services
...
PiperOrigin-RevId: 411620635
2021-11-22 12:24:05 -08:00
Google APIs
8c7125522e
chore(ruby): Add Bazel build rules for Ruby wrapper clients
...
PiperOrigin-RevId: 406897753
2021-11-01 12:52:22 -07:00
Google APIs
cb44b173ba
chore(bazel): remove protoc-gen-docs_plugin from WORKSPACE
...
PiperOrigin-RevId: 380020641
2021-06-17 12:37:08 -07: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
a37ec28fd7
chore: migrate language/v1beta1 to the PHP microgenerator
...
Committer: @miraleung
PiperOrigin-RevId: 377322516
2021-06-03 10:41:13 -07:00
Google APIs
fc4139da94
chore: regenerate BUILD.bazel, move yamls to the version folder
...
PiperOrigin-RevId: 375542076
2021-05-24 13:15:51 -07:00
Google APIs
63291c2356
chore: migrate language/{v1,v1beta2} to the PHP microgenerator
...
Committer: @miraleung
PiperOrigin-RevId: 368069399
2021-04-12 13:28:03 -07:00
Google APIs
d9b32e92fa
chore: clean up unused gapic.legacy.yaml files
...
Committer: @miraleung
PiperOrigin-RevId: 359580699
2021-02-25 12:14:41 -08:00