Commit Graph

57 Commits

Author SHA1 Message Date
Google APIs b821f32047 feat: use https://github.com/googleapis/gapic-generator-csharp for generating C# libraries.
PiperOrigin-RevId: 331104099
2020-09-11 01:16:20 -07:00
Google APIs 0034982410 chore: migrate containeranalysis to the Python microgenerator
PiperOrigin-RevId: 326098601
2020-08-11 14:12:19 -07:00
Google APIs b085d0af47 build: add Bazel rules for Node.js library
PiperOrigin-RevId: 319801234
2020-07-06 10:15:49 -07:00
Google APIs d13e2da372 build: move gapic-generator-typescript parameters to BUILD.bazel files.
PiperOrigin-RevId: 318386808
2020-06-25 18:07:32 -07:00
Google APIs df995b638e fix: migrate containeranalysis/v1 to grpc_service_config
PiperOrigin-RevId: 317872942
2020-06-23 08:54:45 -07:00
Google APIs ded05197da fix: use grpc_service_config in nodejs_gapic_library
The nodejs_gapic_library targets were migrated to gapic-generator-typescript
which doesn't use gapic_yaml, rendering that attribute unused. Instead it uses
the proto annotations & grpc_service_config, which this change reflects.

PiperOrigin-RevId: 314206960
2020-06-01 14:44:30 -07:00
Google APIs 0f7b1509a9 fix: change config_schema_version to 2.0.0 for containeranalysis v1 gapic config.
committer: @hzyi-google
PiperOrigin-RevId: 304672648
2020-04-03 12:40:43 -07:00
Google APIs ad895ce95f enable gapic v2 for containeranalysis.
committer: @hzyi-google

PiperOrigin-RevId: 303821111
2020-03-30 14:17:42 -07:00
Google APIs 25a1781c09 bazel: migrate all go_gapic_library targets to microgenerator implementation
* update rules_go and gazelle bazel dependencies
* update gapic-generator bazel dependency (with build file generator changes)

PiperOrigin-RevId: 302730217
2020-03-24 13:05:53 -07:00
Google APIs 078f222366 Fix containeranalysis v1beta1 assembly target name
PiperOrigin-RevId: 302529186
2020-03-23 15:18:49 -07:00
Google APIs c6f3f350b8 containeranalysis: update v1beta1 and bazel build with annotations
PiperOrigin-RevId: 291401900
2020-01-24 10:53:06 -08:00
Google APIs 4543762b23 Fix Bazel build
billing/v1 and dialogflow/v2 remain broken (not bazel-related issues).
Billing has wrong configuration, dialogflow failure is caused by a bug in documentation plugin.

PiperOrigin-RevId: 289140194
2020-01-10 12:18:27 -08:00
Google APIs a79211c20c Roll back containeranalysis v1 to GAPIC v1.
Committer: @lukesneeringer
PiperOrigin-RevId: 288999068
2020-01-09 16:41:26 -08:00
Google APIs 94f986afd3 Migrate Container Analysis v1 to GAPIC v2.
Committer: @lukesneeringer
PiperOrigin-RevId: 288708382
2020-01-08 09:06:17 -08:00
Google APIs 7a751a2791 Remove Container Analysis v1alpha1 (nobody publishes it).
Committer: @lukesneeringer
PiperOrigin-RevId: 288707473
2020-01-08 08:55:40 -08:00
Google APIs d9e328eaf7 Fix bazel build (versions 1.x)
Bump gapic-generator and resource names plugins to the latest version.

PiperOrigin-RevId: 286469287
2019-12-19 14:56:42 -08:00
Google APIs 6ad2bb13bc Updated v1beta1 protos for the client:
- added support for GenericSignedAttestation which has a generic Signature
- added support for CVSSv3 and WindowsDetail in Vulnerability
- documentation updates

PiperOrigin-RevId: 286008145
2019-12-17 10:28:19 -08:00
Google APIs da0edeeef9 feat: publish several retry config files for client generation
PiperOrigin-RevId: 283614497
2019-12-03 13:50:12 -08:00
Google APIs 06a840781d Populate BAZEL.build files for around 100 APIs (all APIs we publish) in all 7 langauges.
PiperOrigin-RevId: 282449910
2019-11-25 15:50:18 -08:00
Google APIs bc76ffd873 Use rules_proto bzl files to load proto_library
This makes googleapis forward compatible with Bazel incompatible change https://github.com/bazelbuild/bazel/issues/8922.

This CL was created by adding @rules_proto to the WORKSPACE file and then running:

find . -name BUILD.bazel | \
  while read build; do \
    buildifier --lint=fix --warnings=load $build; \
  done

Since buildifier cannot be told not to reformat the BUILD file, some files are reformatted.

PiperOrigin-RevId: 280356106
2019-11-13 22:28:15 -08:00
Google APIs a9589347c8 Synchronize new proto/yaml changes.
PiperOrigin-RevId: 276110444
2019-10-22 11:43:03 -07:00
Google APIs 95c0959449 Synchronize new proto/yaml changes.
PiperOrigin-RevId: 276083452
2019-10-22 09:46:06 -07:00
Google APIs 0c0bbaeb69 Synchronize new proto/yaml changes.
PiperOrigin-RevId: 274037944
2019-10-10 14:21:31 -07:00
Google APIs 8b3af833ae Synchronize new proto/yaml changes.
PiperOrigin-RevId: 253849680
2019-06-18 13:05:45 -07:00
Google APIs f117dac435 Synchronize new proto/yaml changes.
PiperOrigin-RevId: 252714985
2019-06-11 15:47:05 -07:00
Google APIs 89bb3e91dd Synchronize new proto/yaml changes.
PiperOrigin-RevId: 252705543
2019-06-11 14:59:35 -07:00
Google APIs 6a2f0244d6 Synchronize new proto/yaml changes.
PiperOrigin-RevId: 249677018
2019-05-23 11:03:47 -07:00
Google APIs 12bbae0efc Synchronize new proto/yaml changes.
PiperOrigin-RevId: 249642091
2019-05-23 07:54:53 -07:00
Google APIs 6ea045ad2e Synchronize new proto/yaml changes.
PiperOrigin-RevId: 249345152
2019-05-21 16:07:26 -07:00
Google APIs 32b08107fa Synchronize new proto/yaml changes.
PiperOrigin-RevId: 247684466
2019-05-10 15:15:41 -07:00
Google APIs 1b694ae906 Synchronize new proto/yaml changes.
PiperOrigin-RevId: 247617382
2019-05-10 08:49:22 -07:00
Google APIs fa85d52ec1 Synchronize new proto/yaml changes.
PiperOrigin-RevId: 247613638
2019-05-10 08:22:07 -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 52690192a3 Synchronize new proto/yaml changes.
PiperOrigin-RevId: 244190202
2019-04-18 08:32:32 -07:00
Google APIs 5985a1dae5 Synchronize new proto/yaml changes.
PiperOrigin-RevId: 241612994
2019-04-02 15:09:48 -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 1c32fb18c8 Synchronize new proto/yaml changes.
PiperOrigin-RevId: 235605810
2019-02-25 14:43:16 -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 3afba2fd06 Synchronize new proto/yaml changes.
PiperOrigin-RevId: 217582979
2018-10-17 14:01:58 -07:00
Google APIs bdd31f00f7 Synchronize new proto/yaml changes.
PiperOrigin-RevId: 210367720
2018-08-27 08:01:41 -07:00
Google APIs cd031b10d4 Synchronize new proto/yaml changes.
PiperOrigin-RevId: 209224544
2018-08-17 16:25:51 -07:00
Google APIs a0d06e4361 Synchronize new proto/yaml changes.
PiperOrigin-RevId: 209196013
2018-08-17 13:17:39 -07:00
Google APIs d777a7f63a Synchronize new proto/yaml changes.
PiperOrigin-RevId: 208886167
2018-08-15 14:44:57 -07:00
Google APIs abaec121d0 Synchronize new proto/yaml changes.
PiperOrigin-RevId: 208637510
2018-08-14 06:28:42 -07:00
Google APIs 3e68e19410 Synchronize new proto/yaml changes.
PiperOrigin-RevId: 208497103
2018-08-13 09:58:50 -07:00
Google APIs 8dfde277c7 Synchronize new proto/yaml changes.
PiperOrigin-RevId: 206776782
2018-07-31 09:44:44 -07:00