[google-cloud-cpp] fix bigquerycontrol feature (#40592)

This commit is contained in:
Darren Bolduc 2024-08-26 04:05:56 -04:00 committed by GitHub
parent f05366317b
commit 8e7e48eb0f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 20 additions and 14 deletions

View File

@ -1,6 +1,7 @@
{
"name": "google-cloud-cpp",
"version": "2.28.0",
"port-version": 1,
"description": "C++ Client Libraries for Google Cloud Platform APIs.",
"homepage": "https://github.com/googleapis/google-cloud-cpp",
"license": "Apache-2.0",
@ -260,6 +261,19 @@
}
]
},
"bigquerycontrol": {
"description": "Cloud BigQuery Control API C++ Client Library",
"dependencies": [
{
"name": "google-cloud-cpp",
"default-features": false,
"features": [
"grpc-common",
"rest-common"
]
}
]
},
"bigtable": {
"description": "The Google Cloud Bigtable C++ client library",
"dependencies": [
@ -709,19 +723,6 @@
}
]
},
"experimental-bigquerycontrol": {
"description": "Cloud BigQuery Control API C++ Client Library",
"dependencies": [
{
"name": "google-cloud-cpp",
"default-features": false,
"features": [
"grpc-common",
"rest-common"
]
}
]
},
"experimental-storage-grpc": {
"description": "The GCS+gRPC plugin",
"dependencies": [

View File

@ -3166,7 +3166,7 @@
},
"google-cloud-cpp": {
"baseline": "2.28.0",
"port-version": 0
"port-version": 1
},
"google-cloud-cpp-common": {
"baseline": "alias",

View File

@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "9b77ae60bffb897a84f15bcf11923eb3d1ef2f04",
"version": "2.28.0",
"port-version": 1
},
{
"git-tree": "b6a996f7fdaeca872d6c37ecbd0a2cfe2aa0ee16",
"version": "2.28.0",