Commit graph

29 commits

Author SHA1 Message Date
Google APIs
d03cc13314 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: 765227853
2025-05-30 09:45:36 -07:00
Google APIs
4eef7fd7a7 chore: update copyright year for auto-generated protos
PiperOrigin-RevId: 731723266
2025-02-27 07:47:14 -08:00
Google APIs
7e5dd6bb12 chore: update copyright year for auto-generated protos
PiperOrigin-RevId: 731691059
2025-02-27 05:41:51 -08:00
Google APIs
405fab693a feat: add UNSUPPORT_ENABLED_APP_SETTINGS enum for Violation.Reason
PiperOrigin-RevId: 648781074
2024-07-02 11:15:14 -07:00
Google APIs
82a9e193ee feat: add UNSUPPORT_ENABLED_APP_SETTINGS to ReconditionFailure.Violation.Reason enum
docs: A comment for enum value `CANNOT_MODIFY_LOCKED_COMPONENT` in enum `Reason` is changed

PiperOrigin-RevId: 647454989
2024-06-27 14:52:26 -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
7b9c64d5d5 fix!: remove field long_text_options and the corresponding message
PiperOrigin-RevId: 602785867
2024-01-30 11:17:13 -08:00
Google APIs
17c0333cc8 feat: added new Drive Labels API methods
docs: updated comments

PiperOrigin-RevId: 591008371
2023-12-14 11:48:18 -08:00
Google APIs
ff9f02aeb3 feat: added new Drive Labels API methods
docs: updated comments

PiperOrigin-RevId: 590980233
2023-12-14 10:22:08 -08: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
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
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
e49345344f feat: added support for the SettingsChange of type FILE_ORGANIZER_CAN_SHARE_FOLDERS
PiperOrigin-RevId: 506967312
2023-02-03 12:30:22 -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
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
ecd5781871 feat: add API client for Drive Labels v2 and v2beta
PiperOrigin-RevId: 487561374
2022-11-10 09:36:32 -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
4adc478b2c feat: added support for AppliedLabelChange
`ActionDetail` now include `AppliedLabelChange`, which details Labels applied, removed, or modified on Drive items.

PiperOrigin-RevId: 475855752
2022-09-21 09:59:53 -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
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
0b9fa79fa8 chore: delete unused gapic.yaml files for Drive, dataqna, and cloud shell
Committer: @miraleung
PiperOrigin-RevId: 373675335
2021-05-13 16:12:22 -07:00
Google APIs
b64cad0542 chore: migrate drive/activity/v2 to the PHP microgenerator
Committer: @miraleung
PiperOrigin-RevId: 369287845
2021-04-19 13:51:16 -07:00
Google APIs
46ab6d8bee feat: Added client libraries for Drive Activity v2 API
PiperOrigin-RevId: 361172379
2021-03-05 10:18:01 -08:00