Skip to content
This repository was archived by the owner on Dec 22, 2021. It is now read-only.

Commit 7abccfa

Browse files
authored
chore: update googleapis version (#29)
1 parent 449df1f commit 7abccfa

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

CMakeLists.txt

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ set(PACKAGE_BUGREPORT "https://github.com/googleapis/google-cloud-cpp/issues")
2121
project(googleapis-cpp-protos CXX C)
2222

2323
set(GOOGLEAPIS_CPP_PROTOS_VERSION_MAJOR 0)
24-
set(GOOGLEAPIS_CPP_PROTOS_VERSION_MINOR 2)
24+
set(GOOGLEAPIS_CPP_PROTOS_VERSION_MINOR 3)
2525
set(GOOGLEAPIS_CPP_PROTOS_VERSION_PATCH 0)
2626

2727
string(CONCAT GOOGLE_APIS_CPP_PROTOS_VERSION
@@ -39,10 +39,10 @@ set(CMAKE_CXX_STANDARD_REQUIRED ON)
3939
# downloaded from GitHub.
4040
set(
4141
GOOGLE_CLOUD_CPP_GOOGLEAPIS_URL
42-
"https://github.com/googleapis/googleapis/archive/c6e62c7e5e61e6dae7fdc3bc3de81f60e6a9445c.tar.gz"
42+
"https://github.com/googleapis/googleapis/archive/19c4589a3cb44b3679f7b3fba88365b3d055d5f8.tar.gz"
4343
)
4444
set(GOOGLE_CLOUD_CPP_GOOGLEAPIS_SHA256
45-
"33520d6ac51fbb2ca136c06b32b5f5f04f9b5ae8596b161dbe0ae05b1927b4de")
45+
"ef455e46cfb967962aef30248f1a2a69bc78b041e89b04644e24e7844f0215c4")
4646

4747
set(GOOGLEAPIS_CPP_SOURCE
4848
"${CMAKE_BINARY_DIR}/external/googleapis/src/googleapis_download")
@@ -75,7 +75,6 @@ set(GOOGLEAPIS_CPP_PROTO_FILES
7575
"google/bigtable/v2/bigtable.proto"
7676
"google/bigtable/v2/data.proto"
7777
"google/cloud/bigquery/connection/v1beta1/connection.proto"
78-
"google/cloud/bigquery/datatransfer/v1/datasource.proto"
7978
"google/cloud/bigquery/datatransfer/v1/datatransfer.proto"
8079
"google/cloud/bigquery/datatransfer/v1/transfer.proto"
8180
"google/cloud/bigquery/logging/v1/audit_data.proto"
@@ -236,7 +235,6 @@ googleapis_cpp_add_library("google/devtools/cloudtrace/v2/tracing.proto"
236235
google_cloud_cpp_grpcpp_library(
237236
googleapis_cpp_cloud_bigquery_protos
238237
"${GOOGLEAPIS_CPP_SOURCE}/google/cloud/bigquery/connection/v1beta1/connection.proto"
239-
"${GOOGLEAPIS_CPP_SOURCE}/google/cloud/bigquery/datatransfer/v1/datasource.proto"
240238
"${GOOGLEAPIS_CPP_SOURCE}/google/cloud/bigquery/datatransfer/v1/datatransfer.proto"
241239
"${GOOGLEAPIS_CPP_SOURCE}/google/cloud/bigquery/datatransfer/v1/transfer.proto"
242240
"${GOOGLEAPIS_CPP_SOURCE}/google/cloud/bigquery/logging/v1/audit_data.proto"

0 commit comments

Comments
 (0)