mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-27 20:09:00 +08:00
[google-cloud-cpp] fix bigquerycontrol feature (#40592)
This commit is contained in:
parent
f05366317b
commit
8e7e48eb0f
@ -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": [
|
||||
|
@ -3166,7 +3166,7 @@
|
||||
},
|
||||
"google-cloud-cpp": {
|
||||
"baseline": "2.28.0",
|
||||
"port-version": 0
|
||||
"port-version": 1
|
||||
},
|
||||
"google-cloud-cpp-common": {
|
||||
"baseline": "alias",
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "9b77ae60bffb897a84f15bcf11923eb3d1ef2f04",
|
||||
"version": "2.28.0",
|
||||
"port-version": 1
|
||||
},
|
||||
{
|
||||
"git-tree": "b6a996f7fdaeca872d6c37ecbd0a2cfe2aa0ee16",
|
||||
"version": "2.28.0",
|
||||
|
Loading…
Reference in New Issue
Block a user