Commit graph

178 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
a28855add3 chore: add Python library generation rules for logging protos
* google.appengine.logging.v1.request_log_pb
* google.cloud.bigquery.logging.v1.audit_data
* google.iam.v1.logging.audit_data

Committer: @busunkim96
PiperOrigin-RevId: 375805064
2021-05-25 15:08:48 -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
51e932d01c chore: migrate bigquery/connection to the PHP microgenerator
Committer: @miraleung
PiperOrigin-RevId: 373493472
2021-05-12 19:38:03 -07:00
Google APIs
16d44bcb21 chore: migrate bigquery/logging to the PHP microgenerator
Committer: @miraleung
PiperOrigin-RevId: 373492203
2021-05-12 18:57:41 -07:00
Google APIs
f89b6712a5 chore: migrate bigquery/v2 to the PHP microgenerator
Committer: @miraleung
PiperOrigin-RevId: 373490690
2021-05-12 18:16:14 -07:00
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
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
e3267e1b8a feat: Adding BigQuery Migration v2alpha API.
PiperOrigin-RevId: 368294431
2021-04-13 14:25:56 -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
21f55ab9e6 chore: migrate bigquery-reservation/{v1,v1beta1} to the PHP microgenerator
Committer: @miraleung
PiperOrigin-RevId: 368071142
2021-04-12 13:59:39 -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
3131ab5786 chore: use python microgenerator rules for Cloud APIs
PiperOrigin-RevId: 350604597
2021-01-07 11:33:56 -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
9ca6978ddf chore: migrate java-bigquery to the Java microgenerator
Committer: @miraleung
PiperOrigin-RevId: 345311276
2020-12-02 15:38:06 -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
e39e42f368 chore: migrate java-bigquerystorage to the Java microgenerator
Committer: @miraleung
PiperOrigin-RevId: 345311069
2020-12-02 15:17:58 -08:00
Google APIs
f584b05234 chore: migrate java-bigqueryreservation to the Java microgenerator
Committer: @miraleung
PiperOrigin-RevId: 345310690
2020-12-02 15:07:44 -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
ab0498dc4b 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: 339531446
2020-10-28 13:55:27 -07: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
b3c2eb02e5 feat: BigQuery Write API V1Beta2 public interface.
PiperOrigin-RevId: 339152802
2020-10-26 17:27:30 -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
215c12ade7 chore: update proto definitions for bigquery/v2 to support BQML statistics
PiperOrigin-RevId: 337113354
2020-10-14 10:04:51 -07:00
Google APIs
aa72330a8d feat: add aws connection support
PiperOrigin-RevId: 334870265
2020-10-01 12:17:19 -07:00
Google APIs
c941026e5e Synchronize new proto/yaml changes.
PiperOrigin-RevId: 334645418
2020-09-30 11:46:18 -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
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
96eb8c021f Add retry for quota exceeded error for CreateWriteStream and AppendRows.
PiperOrigin-RevId: 328959737
2020-08-28 10:13:47 -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
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
bb46f87724 Adds bazel build file for public version of AuditData proto for bigquery.
PiperOrigin-RevId: 321696862
2020-07-16 19:32:59 -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