Google APIs
51e932d01c
chore: migrate bigquery/connection to the PHP microgenerator
...
Committer: @miraleung
PiperOrigin-RevId: 373493472
2021-05-12 19:38:03 -07:00
Google APIs
74bb45bfc8
chore: Migrate the Bazel rules for the libraries NOT published to google-cloud-ruby to use gapic-generator-ruby instead of the monolith generator.
...
PiperOrigin-RevId: 370517814
2021-04-26 12:36:51 -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
2408f74139
chore: migrate java-bigqueryconnection to the Java microgenerator
...
Committer: @miraleung
PiperOrigin-RevId: 345311086
2020-12-02 15:27:51 -08:00
Google APIs
ae77417a40
fix!: update package names to avoid conflict with google-cloud-bigquery
...
BREAKING CHANGE: update package names to avoid conflict with google-cloud-bigquery
The google-cloud-bigquery package uses the `google.cloud.bigquery` path as a
plain Python module, not a namespace package. When this package and
google-cloud-bigquery are installed in the same environment, conflicts can
result.
PiperOrigin-RevId: 339505822
2020-10-28 11:48:28 -07:00
Google APIs
3c8c2d8136
fix!: update package names to avoid conflict with google-cloud-bigquery
...
BREAKING CHANGE: update package names to avoid conflict with google-cloud-bigquery
The google-cloud-bigquery package uses the `google.cloud.bigquery` path as a
plain Python module, not a namespace package. When this package and
google-cloud-bigquery are installed in the same environment, conflicts can
result.
PiperOrigin-RevId: 339048690
2020-10-26 09:01:39 -07:00
Google APIs
aa72330a8d
feat: add aws connection support
...
PiperOrigin-RevId: 334870265
2020-10-01 12:17:19 -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
fb84629a56
chore: move bigquery connections to python microgenerator
...
PiperOrigin-RevId: 325339219
2020-08-06 16:54:46 -07:00
Google APIs
c1b9289be1
Correct PHP namespace for BigQuery connection
...
PiperOrigin-RevId: 323795963
2020-07-29 08:51:57 -07:00
Google APIs
0c6a730813
Add/correct PHP namespace for BigQuery connection/reservation
...
PiperOrigin-RevId: 323605868
2020-07-28 10:47:53 -07:00
Google APIs
3b634f6060
build: drop Artman config
...
PiperOrigin-RevId: 321028717
2020-07-13 14:02:36 -07:00
Google APIs
c4ed5e8114
fix: migrate bq/connection/v1 to grpc_service_config
...
PiperOrigin-RevId: 320217000
2020-07-08 10:53:58 -07:00
Google APIs
f0919d48d5
fix: migrate bq/connection/v1beta1 to grpc_service_config
...
PiperOrigin-RevId: 320216738
2020-07-08 10:43:40 -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
163aa04ede
fix: update annotations for java proto generation
...
PiperOrigin-RevId: 317204502
2020-06-18 16:27:10 -07:00
Google APIs
a927c3518b
fix: update method_signature annotation for list RPC
...
PiperOrigin-RevId: 315740438
2020-06-10 12:12:48 -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
27e6443a6e
fix: update configuration artifacts for bigquery connection API code generation
...
PiperOrigin-RevId: 313801989
2020-05-29 10:10:25 -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
6dfd72d028
Add bazel build file for BigQuery Connection API v1.
...
PiperOrigin-RevId: 310168181
2020-05-06 09:35:54 -07:00
Google APIs
c451a4457f
BigQuery Connection API v1.
...
Breaking changes:
Removed UpdateConnectionCredential method.
Removed ListConnectionsRequest.max_results, added ListConnectionsRequest.page_size.
PiperOrigin-RevId: 305738384
2020-04-09 12:39:00 -07:00
Google APIs
b6927fca80
Update BigQuery Connection API v1beta1 proto: added credential to CloudSqlProperties.
...
PiperOrigin-RevId: 299503150
2020-03-06 22:02:06 -08:00
Google APIs
0646bc7752
Remove unnecessary languages from bigquery-related artman configuration files.
...
PiperOrigin-RevId: 294809380
2020-02-12 18:37:47 -08:00
Google APIs
1017173e9a
Specify a C# namespace for BigQuery Connection v1beta1
...
PiperOrigin-RevId: 289396763
2020-01-13 01:33:48 -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
1af307a476
Migrate BigQuery Connection to GAPIC v2.
...
Committer: @lukesneeringer
PiperOrigin-RevId: 288698681
2020-01-08 08:10:41 -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
45749a04da
fix: bigqueryconnection_gapic.yaml to reflect proto annotations
...
* remove connection_credential resource
* make CreateCredentialRequest.connection_id optional
* shuffle field ordering in CreateCredential flattening
PiperOrigin-RevId: 280685438
2019-11-15 10:22:28 -08:00
Google APIs
122bdbf877
Synchronize new proto/yaml changes.
...
PiperOrigin-RevId: 273381131
2019-10-07 14:48:23 -07:00