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

Commit b43b08e

Browse files
committed
chore: add enumeration data type to .repo-metadata.json
1 parent d2f4216 commit b43b08e

File tree

1 file changed

+16
-15
lines changed

1 file changed

+16
-15
lines changed

.repo-metadata.json

Lines changed: 16 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,18 @@
11
{
2-
"name": "bigquerystorage",
3-
"name_pretty": "BigQuery Storage",
4-
"product_documentation": "https://cloud.google.com/bigquery/docs/reference/storage/",
5-
"client_documentation": "https://googleapis.dev/java/google-cloud-bigquerystorage/latest",
6-
"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.",
7-
"issue_tracker": "https://issuetracker.google.com/savedsearches/559654",
8-
"release_level": "ga",
9-
"language": "java",
10-
"repo": "googleapis/java-bigquerystorage",
11-
"repo_short": "java-bigquerystorage",
12-
"distribution_name": "com.google.cloud:google-cloud-bigquerystorage",
13-
"codeowner_team": "@googleapis/api-bigquery",
14-
"api_id": "bigquerystorage.googleapis.com",
15-
"transport": "grpc",
16-
"requires_billing": true
2+
"name": "bigquerystorage",
3+
"name_pretty": "BigQuery Storage",
4+
"product_documentation": "https://cloud.google.com/bigquery/docs/reference/storage/",
5+
"client_documentation": "https://googleapis.dev/java/google-cloud-bigquerystorage/latest",
6+
"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.",
7+
"issue_tracker": "https://issuetracker.google.com/savedsearches/559654",
8+
"release_level": "ga",
9+
"language": "java",
10+
"repo": "googleapis/java-bigquerystorage",
11+
"repo_short": "java-bigquerystorage",
12+
"distribution_name": "com.google.cloud:google-cloud-bigquerystorage",
13+
"codeowner_team": "@googleapis/api-bigquery",
14+
"api_id": "bigquerystorage.googleapis.com",
15+
"transport": "grpc",
16+
"requires_billing": true,
17+
"library_type": "GAPIC_AUTO"
1718
}

0 commit comments

Comments
 (0)