File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
google/cloud/bigquerycontrol/quickstart Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ set(GOOGLE_CLOUD_CPP_EXPERIMENTAL_LIBRARIES
3737)
3838
3939set (GOOGLE_CLOUD_CPP_TRANSITION_LIBRARIES # cmake-format: sort
40- "bigquerycontrol" " storage_grpc" )
40+ "storage_grpc" )
4141
4242set (GOOGLE_CLOUD_CPP_GA_LIBRARIES
4343 # cmake-format: sort
@@ -60,6 +60,7 @@ set(GOOGLE_CLOUD_CPP_GA_LIBRARIES
6060 "batch"
6161 "beyondcorp"
6262 "bigquery"
63+ "bigquerycontrol"
6364 "bigtable"
6465 "billing"
6566 "binaryauthorization"
Original file line number Diff line number Diff line change @@ -20,7 +20,6 @@ cc_binary(
2020 "quickstart.cc" ,
2121 ],
2222 deps = [
23- # TODO(#14891): switch to GA target
24- "@google_cloud_cpp//:experimental-bigquerycontrol" ,
23+ "@google_cloud_cpp//:bigquerycontrol" ,
2524 ],
2625)
Original file line number Diff line number Diff line change @@ -21,7 +21,6 @@ GOOGLE_CLOUD_CPP_EXPERIMENTAL_LIBRARIES = [
2121]
2222
2323GOOGLE_CLOUD_CPP_TRANSITION_LIBRARIES = [
24- "bigquerycontrol" ,
2524 "storage_grpc" ,
2625]
2726
@@ -45,6 +44,7 @@ GOOGLE_CLOUD_CPP_GA_LIBRARIES = [
4544 "batch" ,
4645 "beyondcorp" ,
4746 "bigquery" ,
47+ "bigquerycontrol" ,
4848 "bigtable" ,
4949 "billing" ,
5050 "binaryauthorization" ,
You can’t perform that action at this time.
0 commit comments