Skip to content

Commit

Permalink
chore: fix api_description in generation_config
Browse files Browse the repository at this point in the history
  • Loading branch information
diegomarquezp authored Jul 2, 2024
1 parent 55cc139 commit da35276
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion generation_config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ libraries:
name_pretty: BigQuery Storage
product_documentation: https://cloud.google.com/bigquery/docs/reference/storage/
client_documentation: https://cloud.google.com/java/docs/reference/google-cloud-bigquerystorage/latest/history
api_description: is an API for reading data stored in BigQuery. This API provides direct, high-throughput read\naccess to existing BigQuery tables, supports parallel access with automatic liquid sharding, and allows fine-grained\ncontrol over what data is returned.
api_description: is an API for reading data stored in BigQuery. This API provides direct, high-throughput read access to existing BigQuery tables, supports parallel access with automatic liquid sharding, and allows fine-grained control over what data is returned.
issue_tracker: https://issuetracker.google.com/savedsearches/559654
release_level: stable
language: java
Expand Down

0 comments on commit da35276

Please sign in to comment.