Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
feat: updates for v1beta2 storage API - Updated comments on BatchComm…
…itWriteStreams - Added new support Bigquery types BIGNUMERIC and INTERVAL to TableSchema - Added read rows schema in ReadRowsResponse - Misc comment updates (#172) Committer: @yirutang PiperOrigin-RevId: 366811078 Source-Author: Google APIs <noreply@google.com> Source-Date: Mon Apr 5 09:19:17 2021 -0700 Source-Repo: googleapis/googleapis Source-Sha: b1614aa0668564ec41d78b72cf776e0292ffc98c Source-Link: googleapis/googleapis@b1614aa
- Loading branch information
Showing
with
139 additions
and 71 deletions.
- +1 −1 google/cloud/bigquery_storage_v1beta2/proto/arrow.proto
- +1 −1 google/cloud/bigquery_storage_v1beta2/proto/avro.proto
- +2 −3 google/cloud/bigquery_storage_v1beta2/proto/protobuf.proto
- +64 −36 google/cloud/bigquery_storage_v1beta2/proto/storage.proto
- +3 −1 google/cloud/bigquery_storage_v1beta2/proto/stream.proto
- +7 −1 google/cloud/bigquery_storage_v1beta2/proto/table.proto
- +3 −3 google/cloud/bigquery_storage_v1beta2/types/protobuf.py
- +51 −22 google/cloud/bigquery_storage_v1beta2/types/storage.py
- +3 −1 google/cloud/bigquery_storage_v1beta2/types/stream.py
- +2 −0 google/cloud/bigquery_storage_v1beta2/types/table.py
- +2 −2 synth.metadata
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@@ -1,4 +1,4 @@ | ||
// Copyright 2021 Google LLC | ||
// | ||
// Licensed under the Apache License, Version 2.0 (the "License"); | ||
// you may not use this file except in compliance with the License. | ||
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@@ -1,4 +1,4 @@ | ||
// Copyright 2021 Google LLC | ||
// | ||
// Licensed under the Apache License, Version 2.0 (the "License"); | ||
// you may not use this file except in compliance with the License. | ||
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.