Commit graph

81 commits

Author SHA1 Message Date
Google APIs
ad721f2007 fix!: remove default deadline for AppendRows API
Committer: @yirutang
PiperOrigin-RevId: 376121492
2021-05-27 01:51:08 -07:00
Google APIs
61f2489805 chore: migrate bigquery/storage to the PHP microgenerator
Committer: @miraleung
PiperOrigin-RevId: 375180777
2021-05-21 15:57:49 -07:00
Google APIs
23efea9fc7 feat: Add ZSTD compression as an option for Arrow.
Committer: @emkornfield
PiperOrigin-RevId: 374220891
2021-05-17 10:03:47 -07:00
Google APIs
57970fa2ac feat: remove Bigquery Storage v1alpha2 API
Committer: @yirutang
PiperOrigin-RevId: 373207078
2021-05-11 12:21:39 -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
95e7f05508 feat: new JSON type through BigQuery Write
Committer: @yirutang
PiperOrigin-RevId: 368275477
2021-04-13 12:51:42 -07:00
Google APIs
1a7d7641a1 feat: deprecate bigquery storage v1alpha2 API
Committer: @yirutang
PiperOrigin-RevId: 366823379
2021-04-05 10:27:35 -07:00
Google APIs
b1614aa066 feat: updates for v1beta2 storage API
- Updated comments on BatchCommitWriteStreams
- Added new support Bigquery types BIGNUMERIC and INTERVAL to TableSchema
- Added read rows schema in ReadRowsResponse
- Misc comment updates

Committer: @yirutang
PiperOrigin-RevId: 366811078
2021-04-05 09:19:49 -07:00
Google APIs
c539b9b08b feat: add a Arrow compression options (Only LZ4 for now).
feat: Return schema on first ReadRowsResponse.
doc: clarify limit on filter string.

Committer: @emkornfield
PiperOrigin-RevId: 365759522
2021-03-30 01:19:44 -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
c8bfd324b4 chore: use name google.cloud.bigquery_storage namespace to avoid conflicts with google.cloud.bigquery
PiperOrigin-RevId: 351218127
2021-01-11 13:05:16 -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
abc43060f1 chore: migrate java-bigquerystorage to the Java microgenerator
Committer: @miraleung
PiperOrigin-RevId: 346405446
2020-12-08 14:03:45 -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
f8f975c7d4 chore: rollback migrating java-bigquerystorage to the Java microgenerator
Committer: @miraleung
PiperOrigin-RevId: 345522380
2020-12-03 13:32:15 -08:00
Google APIs
b53c4d98aa feat!: Updates to BigQuery Write API V1Beta2 public interface. This includes breaking changes to the API, it is fine because the API is not officially launched yet.
PiperOrigin-RevId: 345469340
2020-12-03 09:33:43 -08:00
Google APIs
e39e42f368 chore: migrate java-bigquerystorage to the Java microgenerator
Committer: @miraleung
PiperOrigin-RevId: 345311069
2020-12-02 15:17:58 -08:00
Google APIs
b3c2eb02e5 feat: BigQuery Write API V1Beta2 public interface.
PiperOrigin-RevId: 339152802
2020-10-26 17:27:30 -07:00
Google APIs
a7eff61137 chore: use name google.cloud.bigquery_storage namespace to avoid conflicts with google.cloud.bigquery
PiperOrigin-RevId: 334188571
2020-09-28 10:37:10 -07:00
Google APIs
67ac785c3c Synchronize new proto/yaml changes.
PiperOrigin-RevId: 332460730
2020-09-18 09:13:50 -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
96eb8c021f Add retry for quota exceeded error for CreateWriteStream and AppendRows.
PiperOrigin-RevId: 328959737
2020-08-28 10:13:47 -07:00
Google APIs
d7a347b819 feat: migrate bq/storage/v1beta1 to gapic v2
- adds new resource name classes

PiperOrigin-RevId: 322235422
2020-07-20 15:15:02 -07:00
Google APIs
da557a85c1 fix: migrate bq/storage/v1alpha2 to grpc_service_config
PiperOrigin-RevId: 321249584
2020-07-14 15:40:21 -07:00
Google APIs
0023af57be fix: migrate bq/storage/v1beta2 to grpc_service_config
PiperOrigin-RevId: 321239116
2020-07-14 14:55:39 -07:00
Google APIs
54dec99789 fix: migrate bq/storage/v1 to grpc_service_config
PiperOrigin-RevId: 321236870
2020-07-14 14:34:16 -07:00
Google APIs
3b634f6060 build: drop Artman config
PiperOrigin-RevId: 321028717
2020-07-13 14:02:36 -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
a2cf7d0df2 feat: Add two new fields, ignoreUnknownFields in AppendRowsRequest and update_schema in AppendRowsResponse.
PiperOrigin-RevId: 318344356
2020-06-25 14:08:15 -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
bf17ae5fd9 feat: Add a Flush API to enable finer grained data commit needs for dataflow.
fix: add resource definition for Table/ReadStream/WriteStream message
fix: add proper resource_reference for messages
chore: update copyright

committer: @xiaozhenliugg
PiperOrigin-RevId: 311188524
2020-05-12 13:15:07 -07:00
Google APIs
2fc2caaacb chore: enable gapic v2 and proto annotation for bigquery/storage/v1beta2 API.
committer: @xiaozhenliu-gg5
PiperOrigin-RevId: 310239576
2020-05-06 15:29:04 -07:00
Google APIs
c08dcec05c chore: enable gapic v2 and proto annotation for bigquery/storage/v1 API.
committer: @xiaozhenliu-gg5
PiperOrigin-RevId: 310225059
2020-05-06 14:20:15 -07:00
Google APIs
30cfca0943 fix: add resource definition for Table/ReadStream/WriteStream message
fix: add proper resource_reference for messages
chore: enable gapic v2 and proto annotation for bigquery/storage/v1alpha2 API.
committer: @xiaozhenliu-gg5

PiperOrigin-RevId: 310224144
2020-05-06 14:09:41 -07:00
Google APIs
4bef0001ac fix: add resource reference to proto files
chore: update copyright and comments

PiperOrigin-RevId: 309990843
2020-05-05 11:51:40 -07:00
Google APIs
3f767aa32b docs: Update an out-of-date external link.
PiperOrigin-RevId: 305329485
2020-04-07 14:01:07 -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
430375af01 docs: add missing closing backtick
PiperOrigin-RevId: 301538851
2020-03-18 00:50:50 -07:00
Google APIs
c9f5e9c4bf Remove out of date documentation for predicate support on the Storage API
PiperOrigin-RevId: 298883309
2020-03-04 10:31:40 -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
80b8f8b3de Adds artman config files for bigquerystorage endpoints v1beta2, v1alpha2, v1
PiperOrigin-RevId: 294763931
2020-02-12 14:54:53 -08:00
Google APIs
8a36b92887 Fix: Define the "bigquery.googleapis.com/Table" resource in the BigQuery Storage API (v1beta2).
PiperOrigin-RevId: 294459768
2020-02-11 09:50:54 -08:00
Google APIs
c7a3caa2c4 Fix: Define the "bigquery.googleapis.com/Table" resource in the BigQuery Storage API (v1).
PiperOrigin-RevId: 294456889
2020-02-11 09:37:44 -08:00
Google APIs
eabba40dac Fix: C# and PHP package/namespace capitalization for BigQuery Storage v1.
PiperOrigin-RevId: 294382444
2020-02-10 23:25:51 -08:00
Google APIs
70958bab8c BigQuery Storage Read API v1 clients.
PiperOrigin-RevId: 292407644
2020-01-30 13:03:37 -08:00
Google APIs
1dbfd3fe43 Fix bazel build
Add other langauges (Java was already there) for bigquery/storage/v1alpha2 api.

PiperOrigin-RevId: 289519766
2020-01-13 14:28:41 -08:00
Google APIs
a202fb3b91 BigQuery Storage Write API v1alpha2 clients. The service is enabled by whitelist only.
PiperOrigin-RevId: 287379998
2019-12-28 00:57:32 -08:00