Google APIs
821ba0e5fd
feat!: migrate bigquery/datatransfer to the PHP microgenerator
...
Committer: @miraleung
PiperOrigin-RevId: 373474384
2021-05-12 16:21:59 -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
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
d189e87120
chore: generate GAPIC metadata JSON file
...
PiperOrigin-RevId: 345596855
2020-12-03 21:01:09 -08:00
Google APIs
f92985350d
chore: migrate java-bigquerydatatransfer to the Java microgenerator
...
Committer: @miraleung
PiperOrigin-RevId: 344831546
2020-11-30 09:52:19 -08:00
Google APIs
c941026e5e
Synchronize new proto/yaml changes.
...
PiperOrigin-RevId: 334645418
2020-09-30 11:46:18 -07:00
Google APIs
6b79eeb619
Synchronize new proto/yaml changes.
...
PiperOrigin-RevId: 332099314
2020-09-16 15:15:43 -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
3b634f6060
build: drop Artman config
...
PiperOrigin-RevId: 321028717
2020-07-13 14:02:36 -07:00
Google APIs
8dd269fb6f
fix: migrate bq/datatransfer/v1 to grpc_service_config
...
PiperOrigin-RevId: 320218003
2020-07-08 11:04:53 -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
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
5a90d467aa
fix: restore GAPIC v2 retry configs
...
Restores GAPIC v2 retry config overrides that were
mistakenly removed during migration.
PiperOrigin-RevId: 312088359
2020-05-18 08:57:36 -07:00
Google APIs
af7da29c24
chore: set Ruby namespace in proto options
...
PiperOrigin-RevId: 305330079
2020-04-07 14:12:11 -07:00
Google APIs
17cfae00f2
Add a new AuthorizationType for Data Source Definition.
...
PiperOrigin-RevId: 303992863
2020-03-31 10:21:41 -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
d5e8a8953f
Move bigquery datatransfer to gapic v2.
...
PiperOrigin-RevId: 294703703
2020-02-12 10:50:31 -08:00
Google APIs
3c0d9c7124
Remove specious annotation from BigQuery Data Transfer before
...
anyone accidentally does anything that uses it.
Committer: @lukesneeringer
PiperOrigin-RevId: 288701604
2020-01-08 08:26:50 -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
e47fdd2665
bigquery datatransfer: Remove non-publicly available DataSourceService.
...
PiperOrigin-RevId: 284822593
2019-12-10 12:17:41 -08:00
Google APIs
a00e2c575e
bigquerydatatransfer: change resource type TransferRun to Run to be consistent with gapic configs
...
bigquerydatatransfer: add missing patterns for DataSource, TransferConfig and Run (to allow the location segment)
bigquerydatatransfer: add file-level Parent resource type (to allow the location segement)
bigquerydatatransfer: update grpc service config with correct retry delays
PiperOrigin-RevId: 284234378
2019-12-06 12:05:00 -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
c6e62c7e5e
Synchronize new proto/yaml changes.
...
PiperOrigin-RevId: 274798600
2019-10-15 07:18:01 -07:00
Google APIs
23b4755544
Synchronize new proto/yaml changes.
...
PiperOrigin-RevId: 274795832
2019-10-15 07:00:44 -07:00
Google APIs
0c0bbaeb69
Synchronize new proto/yaml changes.
...
PiperOrigin-RevId: 274037944
2019-10-10 14:21:31 -07:00
Google APIs
a9a9950dc4
Synchronize new proto/yaml changes.
...
PiperOrigin-RevId: 271417501
2019-09-26 13:25:39 -07:00
Google APIs
97aaf5649b
Synchronize new proto/yaml changes.
...
PiperOrigin-RevId: 271339984
2019-09-26 06:52:02 -07:00
Google APIs
16c0ea3cde
Synchronize new proto/yaml changes.
...
PiperOrigin-RevId: 257239177
2019-07-09 11:43:15 -07:00
Google APIs
c23b68eecb
Synchronize new proto/yaml changes.
...
PiperOrigin-RevId: 253113405
2019-06-13 15:07:02 -07:00
Google APIs
4145cd9e64
Synchronize new proto/yaml changes.
...
PiperOrigin-RevId: 252447706
2019-06-10 11:30:19 -07:00
Google APIs
7a5025c8c5
Synchronize new proto/yaml changes.
...
PiperOrigin-RevId: 252108141
2019-06-07 13:29:54 -07:00
Google APIs
c6adcabab9
Synchronize new proto/yaml changes.
...
PiperOrigin-RevId: 251910477
2019-06-06 13:05:35 -07:00
Google APIs
6a2f0244d6
Synchronize new proto/yaml changes.
...
PiperOrigin-RevId: 249677018
2019-05-23 11:03:47 -07:00
Google APIs
6ea045ad2e
Synchronize new proto/yaml changes.
...
PiperOrigin-RevId: 249345152
2019-05-21 16:07:26 -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
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
a6c0a3230c
Synchronize new proto/yaml changes.
...
PiperOrigin-RevId: 206055570
2018-07-25 14:29:39 -07:00