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
dd1d2325b1
chore: Update C# namespace
...
This is a breaking change, but *only* for C#. Google has not yet published a package for this API, so it would only break users who have generated the code themselves.
PiperOrigin-RevId: 350388717
2021-01-06 11:05:29 -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
08869d766d
chore: migrate cloudbuild to the Java microgenerator
...
Committer: @miraleung
PiperOrigin-RevId: 346132650
2020-12-07 11:47:28 -08:00
Google APIs
d189e87120
chore: generate GAPIC metadata JSON file
...
PiperOrigin-RevId: 345596855
2020-12-03 21:01:09 -08:00
Google APIs
7391e775fd
fix: switch all local LRO Go GAPIC deps to remote
...
PiperOrigin-RevId: 338561467
2020-10-22 15:30:23 -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
bc18612d35
feat!: Updated third_party Cloud Build clients with new Build message fields:
...
- `service_account`, which is available to members of our closed alpha
- CLOUD_LOGGING_ONLY logging modes
- `dynamic_substitutions` option
- resource annotations added
PiperOrigin-RevId: 331027363
2020-09-10 15:16:05 -07:00
Google APIs
3257ba5216
fix: revert removal of WorkerPool API
...
PiperOrigin-RevId: 330974505
2020-09-10 11:09:14 -07:00
Google APIs
48ce8878cd
feat!: Updated third_party Cloud Build clients with new Build message fields:
...
- `service_account`, which is available to members of our closed alpha
- STACKDRIVER_ONLY and CLOUD_LOGGING_ONLY logging modes
- `dynamic_substitutions` option
BREAKING CHANGE: The WorkerPool API in the v1 surface has been long deprecated, so it has been deleted from the v1 surface. Alpha WorkerPool customers who want to call the WorkerPool API can use gcloud.
PiperOrigin-RevId: 330504082
2020-09-08 07:21:40 -07:00
David Bendory
56cd92ad17
Rename GCB. ( #511 )
2020-09-03 14:17:03 +01:00
Google APIs
fbf9396664
Synchronize new proto/yaml changes.
...
PiperOrigin-RevId: 324209019
2020-07-31 08:05:22 -07:00
Google APIs
58be915cf3
fix: inline markup spans must be separated from the surrounding text by non-word characters
...
PiperOrigin-RevId: 322464556
2020-07-21 16:17:53 -07:00
Google APIs
abb30a02aa
chore: use gapic-generator-python 0.28.1
...
Also re-adds the grpc_service_config to all the Python libraries that have been moved to the microgenerator.
PiperOrigin-RevId: 321807443
2020-07-17 10:40:12 -07:00
Google APIs
bad4b83190
fix: migrate cloudbuild/v1 to grpc_service_config
...
PiperOrigin-RevId: 321584556
2020-07-16 09:46:05 -07:00
Google APIs
17edd4b490
fix: add missing cloudbuild RPCs to retry config
...
PiperOrigin-RevId: 321573910
2020-07-16 09:03:34 -07:00
Google APIs
0e56befedb
build: removing Artman configuration files
...
PiperOrigin-RevId: 321273506
2020-07-14 18:01:47 -07:00
Google APIs
d13f80db84
feat: migrate cloudbuild v1 BUILD.bazel python part to use micro-gen
...
PiperOrigin-RevId: 320100527
2020-07-07 18:12:08 -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
6d05c93a2c
chore: set Ruby namespace in proto options
...
PiperOrigin-RevId: 317660600
2020-06-22 08:39:05 -07:00
Google APIs
ce56112c35
chore: fix all deps on LRO in go_gapic_library
...
Removes uses of external dependency on longrunning/autogen:go_default_library
in favor of the local target //google/lonrunning:longrunning_go_gapic.
PiperOrigin-RevId: 314387187
2020-06-02 12:57:24 -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
bf85ee3ed6
chore: enable gapicv2 for cloudbuild/v1 API
...
Committer: @miraleung
PiperOrigin-RevId: 305349873
2020-04-07 15:20:50 -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
d8e226f702
feat: Add time-to-live in a queue for builds
...
PiperOrigin-RevId: 301579876
2020-03-18 06:49:38 -07:00
Google APIs
ffbb493674
feat: cloudbuild/v1 add new fields and annotate OUTPUT_OUT fields.
...
PiperOrigin-RevId: 299397780
2020-03-06 11:38:42 -08:00
Google APIs
df8a1707a9
Synchronize new proto/yaml changes.
...
PiperOrigin-RevId: 284568564
2019-12-09 09:24:48 -08:00
Google APIs
74bd9b95ac
mark Go lib ga
...
PiperOrigin-RevId: 282562558
2019-11-26 07:39:15 -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
ae908c2b2e
Synchronize new proto/yaml changes.
...
PiperOrigin-RevId: 276077059
2019-10-22 09:12:45 -07:00
Google APIs
54082ac49c
Synchronize new proto/yaml changes.
...
PiperOrigin-RevId: 272488384
2019-10-02 12:00:06 -07:00
Google APIs
c687a1d619
Synchronize new proto/yaml changes.
...
PiperOrigin-RevId: 270902450
2019-09-24 07:46:10 -07:00
Google APIs
4aeb126023
Synchronize new proto/yaml changes.
...
PiperOrigin-RevId: 269598918
2019-09-17 10:27:45 -07:00
Evawere Ogbe
2c30d35bd7
Revert "Synchronize new proto/yaml changes." ( #554 )
...
This reverts commit 95aa3a2aaa .
2019-05-29 14:23:10 -07:00
Google APIs
95aa3a2aaa
Synchronize new proto/yaml changes.
...
PiperOrigin-RevId: 250560742
2019-05-29 13:59:09 -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
d16dcddcb8
Synchronize new proto/yaml changes.
...
PiperOrigin-RevId: 228927812
2019-01-11 12:45:24 -08:00
Google APIs
742b64454f
Synchronize new proto/yaml changes.
...
PiperOrigin-RevId: 217365340
2018-10-16 12:35:59 -07:00
Google APIs
8bec26a931
Synchronize new proto/yaml changes.
...
PiperOrigin-RevId: 215258981
2018-10-01 12:23:03 -07:00
Google APIs
90c93cde4a
Synchronize new proto/yaml changes.
...
PiperOrigin-RevId: 206146728
2018-07-26 06:08:13 -07:00
Google APIs
f71c8b7048
Synchronize new proto/yaml changes.
...
PiperOrigin-RevId: 205909108
2018-07-24 16:11:07 -07:00
Google APIs
2c9964f168
Synchronize new proto/yaml changes.
...
PiperOrigin-RevId: 205808777
2018-07-24 04:29:17 -07:00
Google APIs
9aac8c3d4e
Synchronize new proto/yaml changes.
...
PiperOrigin-RevId: 204955937
2018-07-17 12:33:04 -07:00
Google APIs
3c8c161cb1
Synchronize new proto/yaml changes.
...
PiperOrigin-RevId: 191780226
2018-04-05 12:26:12 -07:00
Google APIs
07dabadd9d
Synchronize new proto/yaml changes.
...
PiperOrigin-RevId: 191603836
2018-04-04 09:48:31 -07:00
Google APIs
7dadfd982c
Synchronize new proto/yaml changes.
...
PiperOrigin-RevId: 190764857
2018-03-28 06:46:14 -07:00