You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
132 lines
3.7 KiB
132 lines
3.7 KiB
# This file was automatically generated by BuildFileGenerator |
|
|
|
# This is an API workspace, having public visibility by default makes perfect sense. |
|
package(default_visibility = ["//visibility:public"]) |
|
|
|
############################################################################## |
|
# Common |
|
############################################################################## |
|
load("@rules_proto//proto:defs.bzl", "proto_library") |
|
|
|
proto_library( |
|
name = "attribute_context_proto", |
|
srcs = [ |
|
"attribute_context.proto", |
|
], |
|
deps = [ |
|
"@com_google_protobuf//:any_proto", |
|
"@com_google_protobuf//:duration_proto", |
|
"@com_google_protobuf//:struct_proto", |
|
"@com_google_protobuf//:timestamp_proto", |
|
], |
|
) |
|
|
|
############################################################################## |
|
# Java |
|
############################################################################## |
|
load( |
|
"@com_google_googleapis_imports//:imports.bzl", |
|
"java_proto_library", |
|
) |
|
|
|
java_proto_library( |
|
name = "attribute_context_java_proto", |
|
deps = [":attribute_context_proto"], |
|
) |
|
|
|
############################################################################## |
|
# Go |
|
############################################################################## |
|
load( |
|
"@com_google_googleapis_imports//:imports.bzl", |
|
"go_proto_library", |
|
) |
|
|
|
go_proto_library( |
|
name = "attribute_context_go_proto", |
|
compilers = ["@io_bazel_rules_go//proto:go_grpc"], |
|
importpath = "google.golang.org/genproto/googleapis/rpc/context/attribute_context", |
|
protos = [":attribute_context_proto"], |
|
deps = [ |
|
|
|
], |
|
) |
|
|
|
############################################################################## |
|
# Python |
|
############################################################################## |
|
load( |
|
"@com_google_googleapis_imports//:imports.bzl", |
|
"moved_proto_library", |
|
"py_proto_library", |
|
) |
|
|
|
moved_proto_library( |
|
name = "attribute_context_moved_proto", |
|
srcs = [":attribute_context_proto"], |
|
deps = [ |
|
"@com_google_protobuf//:any_proto", |
|
"@com_google_protobuf//:duration_proto", |
|
"@com_google_protobuf//:struct_proto", |
|
"@com_google_protobuf//:timestamp_proto", |
|
], |
|
) |
|
|
|
py_proto_library( |
|
name = "attribute_context_py_proto", |
|
deps = [":attribute_context_moved_proto"], |
|
) |
|
|
|
############################################################################## |
|
# PHP |
|
############################################################################## |
|
load( |
|
"@com_google_googleapis_imports//:imports.bzl", |
|
"php_proto_library", |
|
) |
|
|
|
php_proto_library( |
|
name = "attribute_context_php_proto", |
|
deps = [":attribute_context_proto"], |
|
) |
|
|
|
############################################################################## |
|
# Ruby |
|
############################################################################## |
|
load( |
|
"@com_google_googleapis_imports//:imports.bzl", |
|
"ruby_proto_library", |
|
) |
|
|
|
ruby_proto_library( |
|
name = "attribute_context_ruby_proto", |
|
deps = [":attribute_context_proto"], |
|
) |
|
|
|
############################################################################## |
|
# C# |
|
############################################################################## |
|
load( |
|
"@com_google_googleapis_imports//:imports.bzl", |
|
"csharp_proto_library", |
|
) |
|
|
|
csharp_proto_library( |
|
name = "attribute_context_csharp_proto", |
|
deps = [":attribute_context_proto"], |
|
) |
|
|
|
############################################################################## |
|
# C++ |
|
############################################################################## |
|
load( |
|
"@com_google_googleapis_imports//:imports.bzl", |
|
"cc_proto_library", |
|
) |
|
|
|
cc_proto_library( |
|
name = "attribute_context_cc_proto", |
|
deps = [":attribute_context_proto"], |
|
) |
|
|
|
|
|
|