Commit graph

115 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
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
12fc2f929e chore: update copyright year for auto-generated protos
PiperOrigin-RevId: 731694023
2025-02-27 05:55:11 -08:00
Google APIs
463b5a6b06 feat:Add scheduleOptionsV2 and Error fields for TransferConfig
PiperOrigin-RevId: 680586383
2024-09-30 08:29:29 -07:00
Google APIs
76ffdb2287 chore(php): Migrate some GA APIs to NEW_SURFACE_ONLY
PiperOrigin-RevId: 672632836
2024-09-09 12:26:01 -07:00
Google APIs
c13cea289c docs: add a note to the CreateTransferConfigRequest and UpdateTransferConfigRequest to disable restricting service account usage
PiperOrigin-RevId: 670851613
2024-09-04 00:01:33 -07:00
Google APIs
b678386866 docs: deprecate authorization_code
PiperOrigin-RevId: 664993498
2024-08-19 14:56:54 -07:00
Google APIs
f49123a39e docs: update OAuth links in CreateTransferConfigRequest and UpdateTransferConfigRequest
PiperOrigin-RevId: 637681394
2024-05-27 11:50: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
2d881be8c5 fix!: mark parent/name fields with the REQUIRED field_behavior annotation
docs: updated comments

PiperOrigin-RevId: 624277410
2024-04-12 13:33:20 -07:00
Google APIs
1608c32326 docs: update unenrollDataSources API documentation
PiperOrigin-RevId: 608888275
2024-02-21 00:28:30 -08:00
Google APIs
fa4f91acab feat: Add UnenrollDataSources API which gives users a programmatic way to unenroll data sources
PiperOrigin-RevId: 606248188
2024-02-12 07:43:16 -08:00
Google APIs
667eaac011 feat: Support for universe_domain
PiperOrigin-RevId: 597849524
2024-01-12 08:40:29 -08:00
Google APIs
4795a45759 feat: migrate samples to new surface
PiperOrigin-RevId: 595432418
2024-01-03 10:04:06 -08:00
Google APIs
ca42ab6bd0 docs: Update transferConfig.name description to indicate that it supports both formats
PiperOrigin-RevId: 564447630
2023-09-11 11:23:05 -07:00
Google APIs
95f0f2b2ae feat: add EncryptionConfiguration to TransferConfig
---
feat: Add List type to Data source parameter.
PiperOrigin-RevId: 552543247
2023-07-31 11:30:56 -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
57b675c153 chore: update go_gapic_assembly_pkg with snippets archive
PiperOrigin-RevId: 524917171
2023-04-17 12:24:09 -07:00
Google APIs
e312dc8a6a chore: update copyright year in generated protos
PiperOrigin-RevId: 516289549
2023-03-13 12:32:14 -07:00
Google APIs
5544503224 feat: Support REST transport
PiperOrigin-RevId: 515156929
2023-03-08 15:20:57 -08: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
ea8d8264e7 docs: minor comment update
PiperOrigin-RevId: 512725339
2023-02-27 14:05:09 -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
62915a3b1f feat(csharp): Enable REST transport in C#
This change does not affect other languages.

PiperOrigin-RevId: 503125274
2023-01-19 04:16:23 -08:00
Google APIs
ab77d8603b chore: reformatted service protos
PiperOrigin-RevId: 502620425
2023-01-17 10:18:59 -08:00
Google APIs
a34d2e6313 chore: rearrange sections if the service yaml
PiperOrigin-RevId: 501034754
2023-01-10 10:40:19 -08:00
Google APIs
62c5867e6a feat: Add location methods
PiperOrigin-RevId: 499272288
2023-01-03 11:25:43 -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
71673d86fb feat: added Location API methods
docs: updated comments

PiperOrigin-RevId: 489094434
2022-11-16 18:56:29 -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
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
d42026b7a0 chore: include generated samples dir
PiperOrigin-RevId: 454047209
2022-06-09 17:15:44 -07:00
Google APIs
33dd46bddd chore: remove unused imports
PiperOrigin-RevId: 438616112
2022-03-31 11:21:09 -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
63be77c6bf feat: add owner email to TransferConfig message
feat: allow customer to enroll a datasource programmatically
docs: improvements to various message and field descriptions

PiperOrigin-RevId: 422838555
2022-01-19 09:53: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
853cfd33b6 docs: Improvements to various message and field descriptions
PiperOrigin-RevId: 391604499
2021-08-18 14:01:14 -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
821ba0e5fd feat!: migrate bigquery/datatransfer to the PHP microgenerator
Committer: @miraleung
PiperOrigin-RevId: 373474384
2021-05-12 16:21:59 -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
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