Commit graph

60 commits

Author SHA1 Message Date
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
d5b868e3cd Synchronize new proto/yaml changes.
PiperOrigin-RevId: 240813399
2019-03-28 11:20:35 -07:00
Google APIs
d4d57d7666 Synchronize new proto/yaml changes.
PiperOrigin-RevId: 240469931
2019-03-26 18:15:16 -07:00
Google APIs
5dd768f886 Synchronize new proto/yaml changes.
PiperOrigin-RevId: 240457332
2019-03-26 16:57:10 -07:00
Google APIs
07244bb797 Synchronize new proto/yaml changes.
PiperOrigin-RevId: 235606306
2019-02-25 14:45:53 -08:00
Google APIs
c1e4972ef6 Synchronize new proto/yaml changes.
PiperOrigin-RevId: 232765627
2019-02-06 16:01:58 -08:00
Google APIs
d16dcddcb8 Synchronize new proto/yaml changes.
PiperOrigin-RevId: 228927812
2019-01-11 12:45:24 -08:00
Google APIs
b7a1d68ea3 Synchronize new proto/yaml changes.
PiperOrigin-RevId: 222302153
2018-11-20 13:58:28 -08:00
Google APIs
bab91dd4db Synchronize new proto/yaml changes.
PiperOrigin-RevId: 220858308
2018-11-09 13:48:49 -08:00
Google APIs
46a1b77cd0 Synchronize new proto/yaml changes.
PiperOrigin-RevId: 220518328
2018-11-07 13:25:18 -08:00
Vadym Matsishevskyi
b1daa9a1ab
Rollback remaining parts of #273 (#516)
0) This clenup is necessary in the context of bazel-based gapic codegen work.
1) Partially the #273 PR was rolled back in #298, which made the remaining parts broken anyways (for example monitoring `BUILD` file reffers to rpc and annotations targets, which were removed in #298).
2) The `.gitmodules` point to 2 year old repository commits, boringssl link is broken.

Note, as part of bazel codegen integration this repository (googleapis) will be populated with corresponding `BUILD.bazel` files (NOT part of this commit), which may potentially break teams which import googelapis as new github repo (using `new_git_repository` workspace rule) and then overlay their custom build files on top of it. 

To fix that the teams which currently overlay custom build files on googleapis packages are expected to migrate to using the provided `BUILD.bazel` files instead (they should contain everything needed, like `proto_library`, `java_proto_library`, etc. definitions). In case if something is missing, it should be added directly to the `BUILD.bazel` files provided in googleapis, instead of overlaying custom build files. 

Practically, for teams which currently rely on custom build files, this means switching from `new_git_repository` to `git_repository` in their WORKSPACE file definitions, then fixing target naming differences (if any) and transferring missing stuff (if any) from custom `BUILD` files to googleapis' `BUILD.bazel` files.
2018-08-21 10:51:23 -07:00
Google APIs
2abfda5357 Synchronize new proto/yaml changes.
PiperOrigin-RevId: 209170782
2018-08-17 10:40:11 -07:00
Google APIs
d646c7cd9d Synchronize new proto/yaml changes.
PiperOrigin-RevId: 206081105
2018-07-25 17:08:33 -07:00
Google APIs
a6c0a3230c Synchronize new proto/yaml changes.
PiperOrigin-RevId: 206055570
2018-07-25 14:29:39 -07:00
Google APIs
ec526abe13 Synchronize new proto/yaml changes.
PiperOrigin-RevId: 205300920
2018-07-19 14:20:01 -07:00
Google APIs
e19ec869c8 Synchronize new proto/yaml changes.
PiperOrigin-RevId: 198675687
2018-05-30 23:45:02 -07:00
Google APIs
399658db65 Synchronize new proto/yaml changes.
PiperOrigin-RevId: 196185483
2018-05-10 16:01:13 -07:00
Google APIs
3713ae13ee Synchronize new proto/yaml changes.
PiperOrigin-RevId: 191074291
2018-03-30 09:30:15 -07:00
Google APIs
a5efe34f9c Synchronize new proto/yaml changes.
PiperOrigin-RevId: 189756367
2018-03-20 09:48:32 -07:00
Google APIs
63efd8fbd0 Synchronize new proto/yaml changes.
PiperOrigin-RevId: 187651792
2018-03-02 12:09:46 -08:00
Google APIs
a564bc75fb Synchronize new proto changes. 2017-12-20 14:05:11 -08:00
Google APIs
5813ea167e Synchronize new proto changes. 2017-12-11 13:06:34 -08:00
Google APIs
29ceea5759 Synchronize new proto changes. 2017-11-15 19:08:45 -08:00
Google APIs
95496dc69e Synchronize new proto changes. 2017-10-27 23:07:28 -07:00
Google APIs
8578438120 Synchronize new proto changes. 2017-10-25 00:03:41 -07:00
Google APIs
a4a12516d6 Synchronize new proto changes. 2017-09-25 20:02:02 -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
makdharma
e15b9f0790 Grpc bazel build support (#273)
* WORKSPACE and BUILD for bazel support

* added google/protobuf BUILD file and protos

* more cleanup

* added bazel support to readme

* removed local copy of .bzl files

Using the grpc's bzl files
Cleaned up WORKSPACE
Formated BUILD files

* removed local copy of google/protobuf

Modified grpc skylark files to use protobuf submodule's
copies of the well known protos.
2017-03-09 13:44:29 -08: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
michaelbausor
c152111c1a Monitoring resource names (#213)
* Update gapic yaml with monitoring resource names
2016-12-09 13:32:52 -08:00
googleapis-publisher
6ae2d42424 Synchronize new proto changes. 2016-12-08 19:02:27 -08:00
Jon Skeet
79267b699f Update the C# namespaces for generated code.
The proto updates are being synced as they're merged upstream.
2016-12-05 07:52:15 +00:00
googleapis-publisher
2b2f0187c4 Synchronize new proto changes. 2016-12-02 04:01:22 -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
Shin Fan
74cf3e8f3d Update smoke test config. (#194) 2016-11-15 16:50:13 -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
Jacob Geiger
1eb6f56498 Remove some extra punctuation (#185) 2016-10-28 13:25:58 -07:00
Brian J. Watson
55acf4f555 Add auth scopes for Monitoring (#183) 2016-10-28 13:15:09 -07:00
garrettjonesgoogle
a8ce4b8b70 Adding license config to GAPIC config files (#180) 2016-10-26 11:57:51 -07:00
Ernest Landrito
eaa133a3a9 Removed _path from a path descriptor in Monitoring to avoid duplication (#166) 2016-10-03 11:29:17 -07:00
Jacob Geiger
629959247d Edit Monitoring API required/optional/flattening (#162)
* Edit Monitoring API required/optional/flattening

Updates the GAPIC config based on proto comments.
2016-09-29 16:11:45 -07:00
Brian J. Watson
5005a15007 Remove proto references 2016-09-29 14:18:45 -07:00
Brian J. Watson
ce4486fb4a Remove protos 2016-09-29 14:07:43 -07:00
Ethan Bao
ad2ea5e10b Update protos for bigtable and monitoring APIs. 2016-09-28 11:19:54 -07:00
garrettjonesgoogle
7891d66e2a Monitoring: Removing flattening until we figure out how to deal with oneof (#149) 2016-09-21 08:58:35 -07:00