Skip to content

Commit 6a5aac2

Browse files
authored
chore(librarian): onboard google-cloud-bigquery-storage (#14744)
Towards googleapis/librarian#2456
1 parent 905ae88 commit 6a5aac2

File tree

1 file changed

+44
-0
lines changed

1 file changed

+44
-0
lines changed

.librarian/state.yaml

Lines changed: 44 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -957,6 +957,50 @@ libraries:
957957
remove_regex:
958958
- packages/google-cloud-bigquery-reservation/
959959
tag_format: '{id}-v{version}'
960+
- id: google-cloud-bigquery-storage
961+
version: 2.33.1
962+
last_generated_commit: 0654a03c3f7a6cb46e36227d17cfcc6f4b71fa5a
963+
apis:
964+
- path: google/cloud/bigquery/storage/v1beta2
965+
service_config: bigquerystorage_v1beta2.yaml
966+
- path: google/cloud/bigquery/storage/v1alpha
967+
service_config: bigquerystorage_v1alpha.yaml
968+
- path: google/cloud/bigquery/storage/v1beta
969+
service_config: bigquerystorage_v1beta.yaml
970+
- path: google/cloud/bigquery/storage/v1
971+
service_config: bigquerystorage_v1.yaml
972+
source_roots:
973+
- packages/google-cloud-bigquery-storage
974+
preserve_regex:
975+
- docs/.*/library.rst
976+
- docs/samples
977+
- docs/CHANGELOG.md
978+
- docs/README.rst
979+
- google/cloud/bigquery_storage_v1/client.py
980+
- google/cloud/bigquery_storage_v1/exceptions.py
981+
- google/cloud/bigquery_storage_v1/gapic_types.py
982+
- google/cloud/bigquery_storage_v1/reader.py
983+
- google/cloud/bigquery_storage_v1/writer.py
984+
- google/cloud/bigquery_storage_v1beta2/client.py
985+
- google/cloud/bigquery_storage_v1beta2/exceptions.py
986+
- google/cloud/bigquery_storage_v1beta2/writer.py
987+
- packages/google-cloud-bigquery-storage/CHANGELOG.md
988+
- packages/google-cloud-bigquery-storage/CONTRIBUTING
989+
- samples/__init__.py
990+
- samples/README.txt
991+
- samples/conftest.py
992+
- samples/pyarrow
993+
- samples/quickstart
994+
- samples/snippets
995+
- samples/to_dataframe
996+
- scripts/client-post-processing
997+
- scripts/readme-gen
998+
- testing/.gitignore
999+
- tests/system
1000+
- tests/unit/.*.py
1001+
remove_regex:
1002+
- packages/google-cloud-bigquery-storage
1003+
tag_format: '{id}-v{version}'
9601004
- id: google-cloud-billing
9611005
version: 1.17.0
9621006
last_generated_commit: 3322511885371d2b2253f209ccc3aa60d4100cfd

0 commit comments

Comments
 (0)