123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142 |
- # 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_gapic_assembly_gradle_pkg",
- "java_proto_library",
- )
- java_proto_library(
- name = "attribute_context_java_proto",
- deps = [":attribute_context_proto"],
- )
- # Please DO-NOT-REMOVE this section.
- # This is required to generate java files for these protos.
- # Open Source Packages
- java_gapic_assembly_gradle_pkg(
- name = "google-context-java",
- transport = "grpc+rest",
- deps = [
- ":attribute_context_java_proto",
- ":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"],
- )
|