Skip to content
This repository was archived by the owner on Nov 12, 2025. It is now read-only.

Commit cbde9a6

Browse files
docs: Minor formatting (#646)
* docs: Minor formatting chore: Update gapic-generator-python to v1.11.5 build: Update rules_python to 0.24.0 PiperOrigin-RevId: 563436317 Source-Link: googleapis/googleapis@42fd37b Source-Link: googleapis/googleapis-gen@280264c Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiMjgwMjY0Y2EwMmZiOTMxNmI0MjM3YTk2ZDBhZjFhMjM0M2E4MWE1NiJ9 * 🦉 Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md --------- Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com> Co-authored-by: Anthonios Partheniou <partheniou@google.com>
1 parent 30815d3 commit cbde9a6

17 files changed

Lines changed: 25 additions & 0 deletions

File tree

bigquery-storage-v1beta2-py.tar.gz

Whitespace-only changes.

google/cloud/bigquery_storage_v1/services/big_query_read/async_client.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@
5656

5757
class BigQueryReadAsyncClient:
5858
"""BigQuery Read API.
59+
5960
The Read API can be used to read data from BigQuery.
6061
"""
6162

google/cloud/bigquery_storage_v1/services/big_query_read/client.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,7 @@ def get_transport_class(
9393

9494
class BigQueryReadClient(metaclass=BigQueryReadClientMeta):
9595
"""BigQuery Read API.
96+
9697
The Read API can be used to read data from BigQuery.
9798
"""
9899

google/cloud/bigquery_storage_v1/services/big_query_read/transports/grpc.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ class BigQueryReadGrpcTransport(BigQueryReadTransport):
3333
"""gRPC backend transport for BigQueryRead.
3434
3535
BigQuery Read API.
36+
3637
The Read API can be used to read data from BigQuery.
3738
3839
This class defines the same methods as the primary client, so the

google/cloud/bigquery_storage_v1/services/big_query_read/transports/grpc_asyncio.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ class BigQueryReadGrpcAsyncIOTransport(BigQueryReadTransport):
3434
"""gRPC AsyncIO backend transport for BigQueryRead.
3535
3636
BigQuery Read API.
37+
3738
The Read API can be used to read data from BigQuery.
3839
3940
This class defines the same methods as the primary client, so the

google/cloud/bigquery_storage_v1/services/big_query_write/async_client.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,9 @@
5757

5858
class BigQueryWriteAsyncClient:
5959
"""BigQuery Write API.
60+
6061
The Write API can be used to write data to BigQuery.
62+
6163
For supplementary information about the Write API, see:
6264
6365
https://cloud.google.com/bigquery/docs/write-api

google/cloud/bigquery_storage_v1/services/big_query_write/client.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,9 @@ def get_transport_class(
9494

9595
class BigQueryWriteClient(metaclass=BigQueryWriteClientMeta):
9696
"""BigQuery Write API.
97+
9798
The Write API can be used to write data to BigQuery.
99+
98100
For supplementary information about the Write API, see:
99101
100102
https://cloud.google.com/bigquery/docs/write-api

google/cloud/bigquery_storage_v1/services/big_query_write/transports/grpc.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,9 @@ class BigQueryWriteGrpcTransport(BigQueryWriteTransport):
3333
"""gRPC backend transport for BigQueryWrite.
3434
3535
BigQuery Write API.
36+
3637
The Write API can be used to write data to BigQuery.
38+
3739
For supplementary information about the Write API, see:
3840
3941
https://cloud.google.com/bigquery/docs/write-api

google/cloud/bigquery_storage_v1/services/big_query_write/transports/grpc_asyncio.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,9 @@ class BigQueryWriteGrpcAsyncIOTransport(BigQueryWriteTransport):
3434
"""gRPC AsyncIO backend transport for BigQueryWrite.
3535
3636
BigQuery Write API.
37+
3738
The Write API can be used to write data to BigQuery.
39+
3840
For supplementary information about the Write API, see:
3941
4042
https://cloud.google.com/bigquery/docs/write-api

google/cloud/bigquery_storage_v1/types/arrow.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ class ArrowSchema(proto.Message):
3636
serialized to bytes using IPC:
3737
3838
https://arrow.apache.org/docs/format/Columnar.html#serialization-and-interprocess-communication-ipc
39+
3940
See code samples on how this message can be deserialized.
4041
4142
Attributes:

0 commit comments

Comments
 (0)