github.com/distbuild/reclient@v0.0.0-20240401075343-3de72e395564/external/BUILD.googleapis (about)

     1  package(default_visibility = ["//visibility:public"])
     2  
     3  licenses(["notice"])
     4  
     5  proto_library(
     6      name = "google_api_annotations_proto",
     7      srcs = ["google/api/annotations.proto"],
     8      deps = [
     9          ":google_api_http_proto",
    10          "@com_google_protobuf//:descriptor_proto",
    11      ],
    12  )
    13  
    14  proto_library(
    15      name = "google_api_http_proto",
    16      srcs = ["google/api/http.proto"],
    17  )
    18  
    19  proto_library(
    20      name = "google_longrunning_operations_proto",
    21      srcs = ["google/longrunning/operations.proto"],
    22      deps = [
    23          ":google_api_annotations_proto",
    24          ":google_api_http_proto",
    25          ":google_rpc_status_proto",
    26          "@com_google_protobuf//:any_proto",
    27          "@com_google_protobuf//:empty_proto",
    28      ],
    29  )
    30  
    31  proto_library(
    32      name = "google_rpc_status_proto",
    33      srcs = ["google/rpc/status.proto"],
    34      deps = ["@com_google_protobuf//:any_proto"],
    35  )