Commit graph

45 commits

Author SHA1 Message Date
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
9415ba048a chore: update copyright year for auto-generated protos
PiperOrigin-RevId: 732130682
2025-02-28 07:26:00 -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
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
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
d9b32e92fa chore: clean up unused gapic.legacy.yaml files
Committer: @miraleung
PiperOrigin-RevId: 359580699
2021-02-25 12:14:41 -08:00
Google APIs
b58004f465 feat: Fix proto comments for language API inorder for docs parsing to work correctly.
PiperOrigin-RevId: 335986756
2020-10-07 17:25:55 -07:00
Google APIs
dea1f52034 chore: delete gapic config for language/v1beta1
Committer: @miraleung
PiperOrigin-RevId: 306298030
2020-04-13 14:00:31 -07:00
Google APIs
ae9cdf0954 Synchronize new proto/yaml changes.
PiperOrigin-RevId: 267419489
2019-09-05 11:48:35 -07:00
Google APIs
541c015395 Synchronize new proto/yaml changes.
PiperOrigin-RevId: 267232290
2019-09-04 14:30:41 -07:00
Google APIs
f86c9531dc Synchronize new proto/yaml changes.
PiperOrigin-RevId: 247457584
2019-05-09 10:56:46 -07:00
Google APIs
9497e697af Synchronize new proto/yaml changes.
PiperOrigin-RevId: 247122368
2019-05-07 17:34:22 -07:00
Google APIs
fd67be4b51 Synchronize new proto/yaml changes.
PiperOrigin-RevId: 241096997
2019-03-29 20:50:32 -07:00
Google APIs
37386f1ebc Synchronize new proto/yaml changes.
PiperOrigin-RevId: 240841842
2019-03-28 13:38:42 -07:00
Google APIs
aee52e90e8 Synchronize new proto/yaml changes.
PiperOrigin-RevId: 236171487
2019-02-28 12:16:27 -08:00
Google APIs
d16dcddcb8 Synchronize new proto/yaml changes.
PiperOrigin-RevId: 228927812
2019-01-11 12:45:24 -08:00
Google APIs
95496dc69e Synchronize new proto changes. 2017-10-27 23:07:28 -07:00
Ernest Landrito
237b593750 Python: Change package paths (#428) 2017-08-21 14:10:38 -07:00
Garrett Jones
e8de333d39 Java: Removing .spi from package names (#374) 2017-06-09 13:39:40 -07:00
Jon Skeet
e6f2d2b99e Remove retry for UNAVAILABLE on non-idempotent calls
Implemented by executing the following command:

find . -name '*_gapic.yaml' | xargs perl -i -p0e 's/- name: non_idempotent\n    retry_codes:\n    - UNAVAILABLE */- name: non_idempotent\n    retry_codes: \[\]/g'
2017-06-05 09:35:47 +01:00
Google APIs
44a6b0c146 Synchronize new proto changes. 2017-04-24 18:01:37 -07:00
Google APIs
06070985cd Synchronize new proto changes. 2017-03-31 16:02:11 -07:00
Jon Skeet
b01f986d34 Allow a status code of UNAVAILABLE to be retried
This is applied to the `retry_codes` of every API.
It's only a change for non-idempotent methods; the idempotent
methods already included this in the list.
2017-03-01 20:43:11 +00:00
googleapis-publisher
6ae2d42424 Synchronize new proto changes. 2016-12-08 19:02:27 -08:00
Jun Mukai
a25846a59f Merge pull request #196 from jmuk/nodejs
Rename packagename pattern for nodejs.
2016-11-22 21:01:30 -08:00
Shin Fan
acc991c2dd Add enum data to smoke test config (#197) 2016-11-18 10:39:06 -08:00
Jun Mukai
16d182803f Rename packagename pattern for nodejs.
See googleapis/toolkit#757 for why it's necessary.
2016-11-17 13:27:12 -08:00
Ethan Bao
be57dbdf7e Add proto for language/v1 API, and update proto for language/v1beta1 API. 2016-11-14 15:22:45 -08:00
Shin Fan
1f84929b2e Add smoke test config (#192)
Add smoke test config to following APIs:

- Language
- Speech
- Vision
- ErrorReporting
- Trace
- Logging
- Monitoring
- Pubsub
2016-11-10 15:49:24 -08:00
garrettjonesgoogle
a8ce4b8b70 Adding license config to GAPIC config files (#180) 2016-10-26 11:57:51 -07:00
Jon Skeet
e52013ebb5 Fix C# package names.
This does not affect any other language.
2016-10-24 17:26:27 +01:00
Brian J. Watson
55dc1c11d6 Move Python autogen packages to google.cloud.gapic namespace (#134)
Avoid conflicts with hand-written google-cloud-python code.
2016-09-14 16:31:15 -07:00
Brian J. Watson
507b51a461 Remove unneeded generate_samples flag (#111) 2016-08-29 08:48:17 -07:00
Michael Darakananda
910c1dc8f5 Add go_package to monitored resource and language (#112) 2016-08-29 17:33:34 +10:00
Michael Darakananda
6712ffca40 Update Go package_name GAPIC config (#102) 2016-08-24 14:22:22 +10:00
Jun Mukai
978bd055ba Modify final_repo_dir for Ruby and NodeJS (#72)
They are going to be a part of gcloud, therefore those paths.

It's unclear what is the package names for other APIs, so their
artman configs are unchanged.
2016-08-05 17:13:44 -07:00
Jun Mukai
0553ae4ad8 Add 'spi' to Java package name. (#68) 2016-08-05 10:52:12 -07:00
Jacob Geiger
32e4b350c7 Move service config files to unversioned directory (#65) 2016-08-03 13:31:48 -07:00
Jun Mukai
b9d3106a69 Introduce GAPIC config for cloud language API. (#58)
* Introduce GAPIC config for cloud language API.

- artman config: hand-written
- config yaml: hand-written
- gapic.yaml: generated from configgen
- modified to idempotent

* s/V1beta1/V1Beta1/ for PHP
2016-08-02 17:21:03 -07:00
Ethan Bao
1e645debc6 Add proto files for language API. 2016-07-19 15:47:41 -07:00