Skip to content

Commit

Permalink
remove quotes from config yamls
Browse files Browse the repository at this point in the history
  • Loading branch information
diegomarquezp committed Jun 25, 2024
1 parent 7b25345 commit d60d506
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions generation_config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,20 +3,20 @@ googleapis_commitish: 6f289d775912966eb0cf04bda91e5e355c998d30
libraries_bom_version: 26.38.0
libraries:
- api_shortname: bigquery
name_pretty: "Cloud BigQuery"
product_documentation: "https://cloud.google.com/bigquery"
client_documentation: "https://cloud.google.com/java/docs/reference/google-cloud-bigquery/latest/history"
api_description: "is a fully managed, NoOps, low cost data analytics service.\nData can be streamed into BigQuery at millions of rows per second to enable real-time analysis.\nWith BigQuery you can easily deploy Petabyte-scale Databases."
issue_tracker: "https://issuetracker.google.com/savedsearches/559654"
release_level: "stable"
language: "java"
repo: "googleapis/java-bigquery"
repo_short: "java-bigquery"
distribution_name: "com.google.cloud:google-cloud-bigquery"
codeowner_team: "@googleapis/api-bigquery"
api_id: "bigquery.googleapis.com"
library_type: "GAPIC_MANUAL"
name_pretty: Cloud BigQuery
product_documentation: https://cloud.google.com/bigquery
client_documentation: https://cloud.google.com/java/docs/reference/google-cloud-bigquery/latest/history
api_description: is a fully managed, NoOps, low cost data analytics service.\nData can be streamed into BigQuery at millions of rows per second to enable real-time analysis.\nWith BigQuery you can easily deploy Petabyte-scale Databases.
issue_tracker: https://issuetracker.google.com/savedsearches/559654
release_level: stable
language: java
repo: googleapis/java-bigquery
repo_short: java-bigquery
distribution_name: com.google.cloud:google-cloud-bigquery
codeowner_team: @googleapis/api-bigquery
api_id: bigquery.googleapis.com
library_type: GAPIC_MANUAL
requires_billing: true
recommended_package: "com.google.cloud.bigquery"
recommended_package: com.google.cloud.bigquery
GAPICs:
- proto_path: google/api #we use a dummy path to produce a no-op

0 comments on commit d60d506

Please sign in to comment.