Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build(bigquery/storage): Only generate gRPC clients for google/cloud/bigquery/storage/v1alpha #10772

Merged
merged 7 commits into from
Aug 27, 2024
2,169 changes: 1,230 additions & 939 deletions alloydb/apiv1beta/alloydbpb/resources.pb.go

Large diffs are not rendered by default.

17 changes: 17 additions & 0 deletions bigquery/storage/apiv1alpha/auxiliary.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

19 changes: 19 additions & 0 deletions bigquery/storage/apiv1alpha/auxiliary_go123.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

122 changes: 122 additions & 0 deletions bigquery/storage/apiv1alpha/doc.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

43 changes: 43 additions & 0 deletions bigquery/storage/apiv1alpha/gapic_metadata.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
{
"schema": "1.0",
"comment": "This file maps proto services/RPCs to the corresponding library clients/methods.",
"language": "go",
"protoPackage": "google.cloud.bigquery.storage.v1alpha",
"libraryPackage": "cloud.google.com/go/bigquery/storage/apiv1alpha",
"services": {
"MetastorePartitionService": {
"clients": {
"grpc": {
"libraryClient": "MetastorePartitionClient",
"rpcs": {
"BatchCreateMetastorePartitions": {
"methods": [
"BatchCreateMetastorePartitions"
]
},
"BatchDeleteMetastorePartitions": {
"methods": [
"BatchDeleteMetastorePartitions"
]
},
"BatchUpdateMetastorePartitions": {
"methods": [
"BatchUpdateMetastorePartitions"
]
},
"ListMetastorePartitions": {
"methods": [
"ListMetastorePartitions"
]
},
"StreamMetastorePartitions": {
"methods": [
"StreamMetastorePartitions"
]
}
}
}
}
}
}
}
Loading
Loading