Skip to content

Commit

Permalink
[google-cloud-cpp] add new features (microsoft#24020)
Browse files Browse the repository at this point in the history
  • Loading branch information
coryan authored Apr 7, 2022
1 parent 70fafdf commit d72783c
Show file tree
Hide file tree
Showing 3 changed files with 115 additions and 1 deletion.
109 changes: 109 additions & 0 deletions ports/google-cloud-cpp/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"name": "google-cloud-cpp",
"version": "1.39.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",
Expand Down Expand Up @@ -61,6 +62,18 @@
}
]
},
"apigeeconnect": {
"description": "Apigee Connect API C++ Client Library",
"dependencies": [
{
"name": "google-cloud-cpp",
"default-features": false,
"features": [
"grpc-common"
]
}
]
},
"appengine": {
"description": "App Engine Admin API C++ Client Library",
"dependencies": [
Expand Down Expand Up @@ -205,6 +218,18 @@
}
]
},
"contactcenterinsights": {
"description": "Contact Center AI Insights API C++ Client Library",
"dependencies": [
{
"name": "google-cloud-cpp",
"default-features": false,
"features": [
"grpc-common"
]
}
]
},
"container": {
"description": "Kubernetes Engine API C++ Client Library",
"dependencies": [
Expand All @@ -229,6 +254,18 @@
}
]
},
"datacatalog": {
"description": "Google Cloud Data Catalog API C++ Client Library",
"dependencies": [
{
"name": "google-cloud-cpp",
"default-features": false,
"features": [
"grpc-common"
]
}
]
},
"datamigration": {
"description": "Database Migration API C++ Client Library",
"dependencies": [
Expand All @@ -241,6 +278,18 @@
}
]
},
"dataproc": {
"description": "Cloud Dataproc API C++ Client Library",
"dependencies": [
{
"name": "google-cloud-cpp",
"default-features": false,
"features": [
"grpc-common"
]
}
]
},
"debugger": {
"description": "Stackdriver Debugger API C++ Client Library",
"dependencies": [
Expand All @@ -265,6 +314,18 @@
}
]
},
"documentai": {
"description": "Cloud Document AI API C++ Client Library",
"dependencies": [
{
"name": "google-cloud-cpp",
"default-features": false,
"features": [
"grpc-common"
]
}
]
},
"eventarc": {
"description": "Eventarc API C++ Client Library",
"dependencies": [
Expand Down Expand Up @@ -413,6 +474,30 @@
}
]
},
"language": {
"description": "Cloud Natural Language API C++ Client Library",
"dependencies": [
{
"name": "google-cloud-cpp",
"default-features": false,
"features": [
"grpc-common"
]
}
]
},
"managedidentities": {
"description": "Managed Service for Microsoft Active Directory API C++ Client Library",
"dependencies": [
{
"name": "google-cloud-cpp",
"default-features": false,
"features": [
"grpc-common"
]
}
]
},
"memcache": {
"description": "Cloud Memorystore for Memcached API C++ Client Library",
"dependencies": [
Expand Down Expand Up @@ -509,6 +594,18 @@
}
]
},
"profiler": {
"description": "Cloud Profiler API C++ Client Library",
"dependencies": [
{
"name": "google-cloud-cpp",
"default-features": false,
"features": [
"grpc-common"
]
}
]
},
"pubsub": {
"description": "The Google Cloud Bigtable C++ client library",
"dependencies": [
Expand Down Expand Up @@ -557,6 +654,18 @@
}
]
},
"resourcesettings": {
"description": "Resource Settings API C++ Client Library",
"dependencies": [
{
"name": "google-cloud-cpp",
"default-features": false,
"features": [
"grpc-common"
]
}
]
},
"retail": {
"description": "Retail API C++ Client Library",
"dependencies": [
Expand Down
2 changes: 1 addition & 1 deletion versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -2574,7 +2574,7 @@
},
"google-cloud-cpp": {
"baseline": "1.39.0",
"port-version": 0
"port-version": 1
},
"google-cloud-cpp-common": {
"baseline": "alias",
Expand Down
5 changes: 5 additions & 0 deletions versions/g-/google-cloud-cpp.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "7f6839d85455e137c21bf5bf894e00e0327c3423",
"version": "1.39.0",
"port-version": 1
},
{
"git-tree": "ca8e8015d59f4f5e03b0a257d46506c2b0219a71",
"version": "1.39.0",
Expand Down

0 comments on commit d72783c

Please sign in to comment.