@@ -39,10 +39,10 @@ set(CMAKE_CXX_STANDARD_REQUIRED ON)
3939# downloaded from GitHub.
4040set (
4141 GOOGLE_CLOUD_CPP_GOOGLEAPIS_URL
42- "https://github.com/googleapis/googleapis/archive/9c9f778aedde02f9826d2ae5d0f9c96409ba0f25 .tar.gz"
42+ "https://github.com/googleapis/googleapis/archive/c6e62c7e5e61e6dae7fdc3bc3de81f60e6a9445c .tar.gz"
4343 )
4444set (GOOGLE_CLOUD_CPP_GOOGLEAPIS_SHA256
45- "13af135d8cc9b81b47d6fbfc258fe790a151956d06e01fd16671aa49fe536ab1 " )
45+ "33520d6ac51fbb2ca136c06b32b5f5f04f9b5ae8596b161dbe0ae05b1927b4de " )
4646
4747set (GOOGLEAPIS_CPP_SOURCE
4848 "${CMAKE_BINARY_DIR} /external/googleapis/src/googleapis_download" )
@@ -52,6 +52,7 @@ set(GOOGLEAPIS_CPP_PROTO_FILES
5252 "google/api/annotations.proto"
5353 "google/api/auth.proto"
5454 "google/api/client.proto"
55+ "google/api/field_behavior.proto"
5556 "google/api/label.proto"
5657 "google/api/launch_stage.proto"
5758 "google/api/metric.proto"
@@ -73,14 +74,20 @@ set(GOOGLEAPIS_CPP_PROTO_FILES
7374 "google/bigtable/admin/v2/table.proto"
7475 "google/bigtable/v2/bigtable.proto"
7576 "google/bigtable/v2/data.proto"
76- "google/cloud/bigquery/v2/model_reference.proto"
77- "google/cloud/bigquery/v2/standard_sql.proto"
78- "google/cloud/bigquery/v2/model.proto"
77+ "google/cloud/bigquery/connection/v1beta1/connection.proto"
78+ "google/cloud/bigquery/datatransfer/v1/datasource.proto"
79+ "google/cloud/bigquery/datatransfer/v1/datatransfer.proto"
80+ "google/cloud/bigquery/datatransfer/v1/transfer.proto"
81+ "google/cloud/bigquery/logging/v1/audit_data.proto"
82+ "google/cloud/bigquery/storage/v1beta1/arrow.proto"
83+ "google/cloud/bigquery/storage/v1beta1/avro.proto"
7984 "google/cloud/bigquery/storage/v1beta1/read_options.proto"
8085 "google/cloud/bigquery/storage/v1beta1/storage.proto"
81- "google/cloud/bigquery/storage/v1beta1/avro.proto"
8286 "google/cloud/bigquery/storage/v1beta1/table_reference.proto"
83- "google/cloud/bigquery/storage/v1beta1/arrow.proto"
87+ "google/cloud/bigquery/v2/encryption_config.proto"
88+ "google/cloud/bigquery/v2/model.proto"
89+ "google/cloud/bigquery/v2/model_reference.proto"
90+ "google/cloud/bigquery/v2/standard_sql.proto"
8491 "google/spanner/admin/database/v1/spanner_database_admin.proto"
8592 "google/spanner/admin/instance/v1/spanner_instance_admin.proto"
8693 "google/spanner/v1/keys.proto"
@@ -189,6 +196,7 @@ googleapis_cpp_add_library("google/api/http.proto")
189196googleapis_cpp_add_library("google/api/annotations.proto" api_http_protos)
190197googleapis_cpp_add_library("google/api/auth.proto" api_annotations_protos)
191198googleapis_cpp_add_library("google/api/client.proto" )
199+ googleapis_cpp_add_library("google/api/field_behavior.proto" )
192200googleapis_cpp_add_library("google/api/label.proto" )
193201googleapis_cpp_add_library("google/api/launch_stage.proto" )
194202googleapis_cpp_add_library("google/api/metric.proto" api_launch_stage_protos
@@ -211,6 +219,7 @@ googleapis_cpp_add_library("google/iam/v1/policy.proto"
211219googleapis_cpp_add_library("google/iam/v1/iam_policy.proto"
212220 api_annotations_protos
213221 api_client_protos
222+ api_field_behavior_protos
214223 iam_v1_options_protos
215224 iam_v1_policy_protos)
216225
@@ -226,22 +235,31 @@ googleapis_cpp_add_library("google/devtools/cloudtrace/v2/tracing.proto"
226235
227236google_cloud_cpp_grpcpp_library(
228237 googleapis_cpp_cloud_bigquery_protos
229- "${GOOGLEAPIS_CPP_SOURCE} /google/cloud/bigquery/v2/model_reference.proto"
230- "${GOOGLEAPIS_CPP_SOURCE} /google/cloud/bigquery/v2/standard_sql.proto"
231- "${GOOGLEAPIS_CPP_SOURCE} /google/cloud/bigquery/v2/model.proto"
238+ "${GOOGLEAPIS_CPP_SOURCE} /google/cloud/bigquery/connection/v1beta1/connection.proto"
239+ "${GOOGLEAPIS_CPP_SOURCE} /google/cloud/bigquery/datatransfer/v1/datasource.proto"
240+ "${GOOGLEAPIS_CPP_SOURCE} /google/cloud/bigquery/datatransfer/v1/datatransfer.proto"
241+ "${GOOGLEAPIS_CPP_SOURCE} /google/cloud/bigquery/datatransfer/v1/transfer.proto"
242+ "${GOOGLEAPIS_CPP_SOURCE} /google/cloud/bigquery/logging/v1/audit_data.proto"
243+ "${GOOGLEAPIS_CPP_SOURCE} /google/cloud/bigquery/storage/v1beta1/arrow.proto"
244+ "${GOOGLEAPIS_CPP_SOURCE} /google/cloud/bigquery/storage/v1beta1/avro.proto"
232245 "${GOOGLEAPIS_CPP_SOURCE} /google/cloud/bigquery/storage/v1beta1/read_options.proto"
233246 "${GOOGLEAPIS_CPP_SOURCE} /google/cloud/bigquery/storage/v1beta1/storage.proto"
234- "${GOOGLEAPIS_CPP_SOURCE} /google/cloud/bigquery/storage/v1beta1/avro.proto"
235247 "${GOOGLEAPIS_CPP_SOURCE} /google/cloud/bigquery/storage/v1beta1/table_reference.proto"
236- "${GOOGLEAPIS_CPP_SOURCE} /google/cloud/bigquery/storage/v1beta1/arrow.proto"
248+ "${GOOGLEAPIS_CPP_SOURCE} /google/cloud/bigquery/v2/encryption_config.proto"
249+ "${GOOGLEAPIS_CPP_SOURCE} /google/cloud/bigquery/v2/model.proto"
250+ "${GOOGLEAPIS_CPP_SOURCE} /google/cloud/bigquery/v2/model_reference.proto"
251+ "${GOOGLEAPIS_CPP_SOURCE} /google/cloud/bigquery/v2/standard_sql.proto"
237252 PROTO_PATH_DIRECTORIES
238253 "${GOOGLEAPIS_CPP_SOURCE} "
239254 "${PROTO_INCLUDE_DIR} " )
240255googleapis_cpp_set_version_and_alias(cloud_bigquery_protos)
241256target_link_libraries (googleapis_cpp_cloud_bigquery_protos
242257 PUBLIC googleapis-c++::api_annotations_protos
243258 googleapis-c++::api_http_protos
259+ googleapis-c++::api_field_behavior_protos
244260 googleapis-c++::api_client_protos
261+ googleapis-c++::iam_v1_iam_policy_protos
262+ googleapis-c++::rpc_status_protos
245263 PRIVATE googleapis_cpp_common_flags)
246264
247265google_cloud_cpp_grpcpp_library(
@@ -300,6 +318,7 @@ set(googleapis_cpp_installed_libraries_list
300318 googleapis_cpp_api_annotations_protos
301319 googleapis_cpp_api_auth_protos
302320 googleapis_cpp_api_client_protos
321+ googleapis_cpp_api_field_behavior_protos
303322 googleapis_cpp_api_resource_protos
304323 googleapis_cpp_devtools_cloudtrace_v2_trace_protos
305324 googleapis_cpp_devtools_cloudtrace_v2_tracing_protos
@@ -396,6 +415,8 @@ string(CONCAT GOOGLE_CLOUD_CPP_PC_REQUIRES
396415 " googleapis_cpp_longrunning_operations_protos"
397416 " googleapis_cpp_api_auth_protos"
398417 " googleapis_cpp_api_annotations_protos"
418+ " googleapis_cpp_api_client_protos"
419+ " googleapis_cpp_api_field_behavior_protos"
399420 " googleapis_cpp_api_http_protos"
400421 " googleapis_cpp_rpc_status_protos"
401422 " googleapis_cpp_rpc_error_details_protos"
0 commit comments