File tree Expand file tree Collapse file tree
logging/integration_tests Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1212# See the License for the specific language governing permissions and
1313# limitations under the License.
1414
15- package (default_visibility = ["//visibility:public" ])
15+ # TODO(#3701) Change the default_visibility to "//visibility:private", and
16+ # widen visibility as needed with per-target visibility.
17+ package (
18+ default_deprecation = """
19+ These targets are not for public use and will be removed sometime around
20+ 2023-03-16. Only use Bazel targets defined in the top-level //BUILD.bazel
21+ file. See https://github.com/googleapis/google-cloud-cpp/issues/3701 for
22+ more details.
23+ """ ,
24+ default_visibility = ["//visibility:public" ],
25+ )
1626
1727licenses (["notice" ]) # Apache 2.0
1828
Original file line number Diff line number Diff line change 1212# See the License for the specific language governing permissions and
1313# limitations under the License.
1414
15- package (default_visibility = ["//visibility:public" ])
15+ # TODO(#3701) Change the default_visibility to "//visibility:private", and
16+ # widen visibility as needed with per-target visibility.
17+ package (
18+ default_deprecation = """
19+ These targets are not for public use and will be removed sometime around
20+ 2023-03-16. Only use Bazel targets defined in the top-level //BUILD.bazel
21+ file. See https://github.com/googleapis/google-cloud-cpp/issues/3701 for
22+ more details.
23+ """ ,
24+ default_visibility = ["//visibility:public" ],
25+ )
1626
1727licenses (["notice" ]) # Apache 2.0
1828
Original file line number Diff line number Diff line change 1414
1515"""Examples for the Cloud BigQuery C++ client library."""
1616
17- package (default_visibility = ["//visibility:public" ])
17+ # TODO(#3701) Change the default_visibility to "//visibility:private", and
18+ # widen visibility as needed with per-target visibility.
19+ package (
20+ default_deprecation = """
21+ These targets are not for public use and will be removed sometime around
22+ 2023-03-16. Only use Bazel targets defined in the top-level //BUILD.bazel
23+ file. See https://github.com/googleapis/google-cloud-cpp/issues/3701 for
24+ more details.
25+ """ ,
26+ default_visibility = ["//visibility:public" ],
27+ )
1828
1929licenses (["notice" ]) # Apache 2.0
2030
Original file line number Diff line number Diff line change 1212# See the License for the specific language governing permissions and
1313# limitations under the License.
1414
15- # TODO(#3701) Change this visibility to "//:__subpackages__" so that users are
16- # required to use the top-level BUILD file rather than reaching down into this
17- # one.
18- package (default_visibility = ["//visibility:public" ])
15+ # TODO(#3701) Change the default_visibility to "//visibility:private", and
16+ # widen visibility as needed with per-target visibility.
17+ package (
18+ default_deprecation = """
19+ These targets are not for public use and will be removed sometime around
20+ 2023-03-16. Only use Bazel targets defined in the top-level //BUILD.bazel
21+ file. See https://github.com/googleapis/google-cloud-cpp/issues/3701 for
22+ more details.
23+ """ ,
24+ default_visibility = ["//visibility:public" ],
25+ )
1926
2027licenses (["notice" ]) # Apache 2.0
2128
Original file line number Diff line number Diff line change 1212# See the License for the specific language governing permissions and
1313# limitations under the License.
1414
15- package (default_visibility = ["//visibility:public" ])
15+ # TODO(#3701) Change the default_visibility to "//visibility:private", and
16+ # widen visibility as needed with per-target visibility.
17+ package (
18+ default_deprecation = """
19+ These targets are not for public use and will be removed sometime around
20+ 2023-03-16. Only use Bazel targets defined in the top-level //BUILD.bazel
21+ file. See https://github.com/googleapis/google-cloud-cpp/issues/3701 for
22+ more details.
23+ """ ,
24+ default_visibility = ["//visibility:public" ],
25+ )
1626
1727licenses (["notice" ]) # Apache 2.0
1828
Original file line number Diff line number Diff line change 1212# See the License for the specific language governing permissions and
1313# limitations under the License.
1414
15- package (default_visibility = ["//visibility:public" ])
15+ # TODO(#3701) Change the default_visibility to "//visibility:private", and
16+ # widen visibility as needed with per-target visibility.
17+ package (
18+ default_deprecation = """
19+ These targets are not for public use and will be removed sometime around
20+ 2023-03-16. Only use Bazel targets defined in the top-level //BUILD.bazel
21+ file. See https://github.com/googleapis/google-cloud-cpp/issues/3701 for
22+ more details.
23+ """ ,
24+ default_visibility = ["//visibility:public" ],
25+ )
1626
1727licenses (["notice" ]) # Apache 2.0
1828
Original file line number Diff line number Diff line change 1212# See the License for the specific language governing permissions and
1313# limitations under the License.
1414
15- package (default_visibility = ["//visibility:public" ])
15+ # TODO(#3701) Change the default_visibility to "//visibility:private", and
16+ # widen visibility as needed with per-target visibility.
17+ package (
18+ default_deprecation = """
19+ These targets are not for public use and will be removed sometime around
20+ 2023-03-16. Only use Bazel targets defined in the top-level //BUILD.bazel
21+ file. See https://github.com/googleapis/google-cloud-cpp/issues/3701 for
22+ more details.
23+ """ ,
24+ default_visibility = ["//visibility:public" ],
25+ )
1626
1727licenses (["notice" ]) # Apache 2.0
1828
Original file line number Diff line number Diff line change 1212# See the License for the specific language governing permissions and
1313# limitations under the License.
1414
15- package (default_visibility = ["//visibility:public" ])
15+ # TODO(#3701) Change the default_visibility to "//visibility:private", and
16+ # widen visibility as needed with per-target visibility.
17+ package (
18+ default_deprecation = """
19+ These targets are not for public use and will be removed sometime around
20+ 2023-03-16. Only use Bazel targets defined in the top-level //BUILD.bazel
21+ file. See https://github.com/googleapis/google-cloud-cpp/issues/3701 for
22+ more details.
23+ """ ,
24+ default_visibility = ["//visibility:public" ],
25+ )
1626
1727licenses (["notice" ]) # Apache 2.0
1828
Original file line number Diff line number Diff line change 1212# See the License for the specific language governing permissions and
1313# limitations under the License.
1414
15- package (default_visibility = ["//visibility:public" ])
15+ # TODO(#3701) Change the default_visibility to "//visibility:private", and
16+ # widen visibility as needed with per-target visibility.
17+ package (
18+ default_deprecation = """
19+ These targets are not for public use and will be removed sometime around
20+ 2023-03-16. Only use Bazel targets defined in the top-level //BUILD.bazel
21+ file. See https://github.com/googleapis/google-cloud-cpp/issues/3701 for
22+ more details.
23+ """ ,
24+ default_visibility = ["//visibility:public" ],
25+ )
1626
1727licenses (["notice" ]) # Apache 2.0
1828
Original file line number Diff line number Diff line change 1414
1515"""Examples for the Cloud IAM C++ client library."""
1616
17- package (default_visibility = ["//visibility:public" ])
17+ # TODO(#3701) Change the default_visibility to "//visibility:private", and
18+ # widen visibility as needed with per-target visibility.
19+ package (
20+ default_deprecation = """
21+ These targets are not for public use and will be removed sometime around
22+ 2023-03-16. Only use Bazel targets defined in the top-level //BUILD.bazel
23+ file. See https://github.com/googleapis/google-cloud-cpp/issues/3701 for
24+ more details.
25+ """ ,
26+ default_visibility = ["//visibility:public" ],
27+ )
1828
1929licenses (["notice" ]) # Apache 2.0
2030
You can’t perform that action at this time.
0 commit comments