load(":failure_test.bzl", "php_proto_library_fails_with_message_test")

alias(
    name = "bytestream_proto",
    actual = "@googleapis//google/bytestream:bytestream_proto",
)

alias(
    name = "bytestream_cc_proto",
    actual = "@googleapis//google/bytestream:bytestream_cc_proto",
)

alias(
    name = "bytestream_go_proto",
    actual = "@googleapis//google/bytestream:bytestream_go_proto",
)

alias(
    name = "bytestream_java_proto",
    actual = "@googleapis//google/bytestream:bytestream_java_proto",
)

alias(
    name = "date_py_proto",
    actual = "@googleapis//google/type:date_py_proto",
)

alias(
    name = "spanner_cc_grpc",
    actual = "@googleapis//google/spanner/v1:spanner_cc_grpc",
)

alias(
    name = "spanner_java_grpc",
    actual = "@googleapis//google/spanner/v1:spanner_java_grpc",
)

php_proto_library_fails_with_message_test(
    name = "php_proto_library_fails_with_message_test",
    target_under_test = "@googleapis//google/bytestream:bytestream_php_proto",
)
