Commit graph

80 commits

Author SHA1 Message Date
Google APIs
ef938a421f chore: remove unused imports
PiperOrigin-RevId: 439804516
2022-04-06 05:08:14 -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
2ab0f060bb fix(ruby): Update grafeas-v1 dependency for google-cloud-container_analysis-v1
PiperOrigin-RevId: 428585171
2022-02-14 12:52:34 -08:00
Google APIs
9a8910e4ea fix: Modify the bazel.BUILD file by hand to include the compliance protos which are not autogenerated
PiperOrigin-RevId: 420306668
2022-01-07 09:17:38 -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
85830df328 chore(ruby): allow google-cloud-container_analysis-v1 to depend on 1.x versions of grafeas-v1
PiperOrigin-RevId: 397881924
2021-09-20 17:39:26 -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
e7d77d65f0 fix: specify valid go_package option
The explicitly specified package name is invalid since it identical
to one of the keywords in Go (e.g., "package" or "type").
Remove explicitly specifying the name, which will cause protoc-gen-go
to derive the package name from the last path segment.
If the name is not valid, it will automatically sanitize it
to produce a valid package identifier (e.g., "_package" or "_type").

Committer: @dsnet
PiperOrigin-RevId: 370589666
2021-04-26 19:03:19 -07:00
Google APIs
4c3702d8c6 chore: migrate containeranalysis/v1 to the PHP microgenerator
Committer: @miraleung
PiperOrigin-RevId: 369876316
2021-04-22 08:39:19 -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
Google APIs
6e7c1456a6 chore: remove all artman config files
Committer: @miraleung
PiperOrigin-RevId: 355442156
2021-02-03 11:32:16 -08:00
Google APIs
61ab0348bd feat: Migrate the Bazel rules for the libraries published to google-cloud-ruby to use the gapic-generator-ruby instead of the monolith generator.
PiperOrigin-RevId: 352069361
2021-01-15 13:09:14 -08:00
Google APIs
6dae98144d chore: Remove unused 'package' attr from java_gapic_library rules
Committer: @miraleung
PiperOrigin-RevId: 347459563
2020-12-14 13:41:43 -08:00
Google APIs
160f80d81d chore: Make microgenerators default for all languages
In particular this applies to Java and Python microgenerators.
With this change `java_gapic_*` and `py_gapic_*` rules mean microgenerator versions. The monolith versions of the rules are named as `java_gapic_*_legacy` and `py_gapic_*_legacy` respectively.

Also change Ads BAZEL template to reflect the change in default rule names.

Also change `DO NOT OVERRIDE` comment warnings meaning (to reflect that now by default microgenerator rules are generated and the generated version must be accepted only if the API is being migrated to the microgenerator).

PiperOrigin-RevId: 346227314
2020-12-07 18:51:08 -08:00
Google APIs
3d044d4277 chore: migrate java-containeranalysis to the Java microgenerator
Committer: @miraleung
PiperOrigin-RevId: 346126761
2020-12-07 11:26:30 -08:00
Google APIs
d189e87120 chore: generate GAPIC metadata JSON file
PiperOrigin-RevId: 345596855
2020-12-03 21:01:09 -08:00
Google APIs
4faa4a7621 chore: migrate containeranalysis to the Java microgenerator
Committer: @miraleung
PiperOrigin-RevId: 345310543
2020-12-02 14:57:28 -08:00
Google APIs
5d703efd40 build: more proto dependencies for Node.js targets
PiperOrigin-RevId: 342284812
2020-11-13 10:05:57 -08:00
Google APIs
0c9e3f8cb3 build: add grafeas v1beta1 protos as dependencies for Node.js
PiperOrigin-RevId: 342123525
2020-11-12 13:51:32 -08:00
Google APIs
20031e727d build: add Grafeas dependency for Node.js library
PiperOrigin-RevId: 342071297
2020-11-12 10:01:17 -08:00
Google APIs
cb7fc62059 feat: add GetVulnerabilityOccurrencesSummary rpc.
PiperOrigin-RevId: 334682521
2020-09-30 14:42:33 -07:00
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