Skip to content
This repository was archived by the owner on Feb 24, 2026. It is now read-only.

Commit c50c6a0

Browse files
docs(tutorials): add a README.md (#1500)
Thank you for opening a Pull Request! Before submitting your PR, there are a few things you can do to make sure it goes smoothly: - [ ] Make sure to open an issue as a [bug/issue](https://github.com/googleapis/java-bigquerystorage/issues/new/choose) before writing your code! That way we can discuss the change, evaluate designs, and agree on the general idea - [ ] Ensure the tests and linter pass - [ ] Code coverage does not decrease (if any source code was changed) - [ ] Appropriate docs were updated (if necessary) Fixes #<issue_number_goes_here> ☕️
1 parent 3f75e83 commit c50c6a0

1 file changed

Lines changed: 23 additions & 0 deletions

File tree

tutorials/README.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
# Google BigQuery Storage Tutorials
2+
3+
Tutorials [BigQuery Storage][product-docs].
4+
5+
- [Product Documentation][product-docs]
6+
- [Client Library Documentation][javadocs]
7+
8+
## Contributing
9+
10+
11+
Contributions to this library are always welcome and highly encouraged.
12+
13+
See [CONTRIBUTING][contributing] for more information how to get started.
14+
15+
Please note that this project is released with a Contributor Code of Conduct. By participating in
16+
this project you agree to abide by its terms. See [Code of Conduct][code-of-conduct] for more
17+
information.
18+
19+
[product-docs]: https://cloud.google.com/bigquery/docs/reference/storage/
20+
[javadocs]: https://cloud.google.com/java/docs/reference/google-cloud-bigquerystorage/latest/history
21+
[contributing]: https://github.com/googleapis/java-bigquerystorage/blob/main/CONTRIBUTING.md
22+
[code-of-conduct]: https://github.com/googleapis/java-bigquerystorage/blob/main/CODE_OF_CONDUCT.md#contributor-code-of-conduct
23+

0 commit comments

Comments
 (0)