Skip to content

Commit 3215159

Browse files
authored
chore(bigquerycontrol): upgrade bigquerycontrol from transitive to GA (#14985)
1 parent 4644e61 commit 3215159

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

cmake/GoogleCloudCppFeatures.cmake

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ set(GOOGLE_CLOUD_CPP_EXPERIMENTAL_LIBRARIES
3737
)
3838

3939
set(GOOGLE_CLOUD_CPP_TRANSITION_LIBRARIES # cmake-format: sort
40-
"bigquerycontrol" "storage_grpc")
40+
"storage_grpc")
4141

4242
set(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"

google/cloud/bigquerycontrol/quickstart/BUILD.bazel

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff 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
)

libraries.bzl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ GOOGLE_CLOUD_CPP_EXPERIMENTAL_LIBRARIES = [
2121
]
2222

2323
GOOGLE_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",

0 commit comments

Comments
 (0)