2019-11-25 15:49:46 -08:00
# This file was automatically generated by BuildFileGenerator
2021-04-06 23:06:52 -07:00
# https://github.com/googleapis/rules_gapic/tree/master/bazel
2019-11-25 15:49:46 -08:00
2021-04-06 23:06:52 -07:00
# Most of the manual changes to this file will be overwritten.
# It's **only** allowed to change the following rule attribute values:
# - names of *_gapic_assembly_* rules
# - certain parameters of *_gapic_library rules, including but not limited to:
# * extra_protoc_parameters
# * extra_protoc_file_parameters
# The complete list of preserved parameters can be found in the source code.
2019-11-25 15:49:46 -08:00
2021-05-11 09:50:37 -07:00
# This is an API workspace, having public visibility by default makes perfect sense.
package(default_visibility = ["//visibility:public"])
2019-11-25 15:49:46 -08:00
##############################################################################
# Common
##############################################################################
load("@rules_proto//proto:defs.bzl", "proto_library")
2021-05-11 09:50:37 -07:00
load("@com_google_googleapis_imports//:imports.bzl", "proto_library_with_info")
2019-11-25 15:49:46 -08:00
proto_library(
name = "binaryauthorization_proto",
srcs = [
2021-05-11 09:50:37 -07:00
"continuous_validation_logging.proto",
2019-11-25 15:49:46 -08:00
"resources.proto",
"service.proto",
],
deps = [
"//google/api:annotations_proto",
"//google/api:client_proto",
"//google/api:field_behavior_proto",
"//google/api:resource_proto",
"@com_google_protobuf//:empty_proto",
"@com_google_protobuf//:timestamp_proto",
],
)
proto_library_with_info(
name = "binaryauthorization_proto_with_info",
deps = [
":binaryauthorization_proto",
"//google/cloud:common_resources_proto",
],
)
2021-05-11 09:50:37 -07:00
##############################################################################
# Java
##############################################################################
load(
"@com_google_googleapis_imports//:imports.bzl",
"java_gapic_assembly_gradle_pkg",
"java_gapic_library",
"java_gapic_test",
"java_grpc_library",
"java_proto_library",
)
2019-11-25 15:49:46 -08:00
java_proto_library(
name = "binaryauthorization_java_proto",
deps = [":binaryauthorization_proto"],
)
java_grpc_library(
name = "binaryauthorization_java_grpc",
srcs = [":binaryauthorization_proto"],
deps = [":binaryauthorization_java_proto"],
)
2021-04-06 23:06:52 -07:00
java_gapic_library(
name = "binaryauthorization_java_gapic",
srcs = [":binaryauthorization_proto_with_info"],
grpc_service_config = "binaryauthorization_grpc_service_config.json",
2022-12-05 14:28:09 -08:00
rest_numeric_enums = True,
2023-03-09 13:23:52 -08:00
service_yaml = "binaryauthorization_v1beta1.yaml",
2021-04-06 23:06:52 -07:00
test_deps = [
":binaryauthorization_java_grpc",
],
2022-06-22 17:00:31 -07:00
transport = "grpc+rest",
2021-04-06 23:06:52 -07:00
deps = [
":binaryauthorization_java_proto",
],
)
2019-11-25 15:49:46 -08:00
2021-04-06 23:06:52 -07:00
java_gapic_test(
name = "binaryauthorization_java_gapic_test_suite",
test_classes = [
2022-06-22 17:00:31 -07:00
"com.google.cloud.binaryauthorization.v1beta1.BinauthzManagementServiceV1Beta1ClientHttpJsonTest",
2021-04-06 23:06:52 -07:00
"com.google.cloud.binaryauthorization.v1beta1.BinauthzManagementServiceV1Beta1ClientTest",
],
runtime_deps = [":binaryauthorization_java_gapic_test"],
)
# Open Source Packages
java_gapic_assembly_gradle_pkg(
name = "google-cloud-binaryauthorization-v1beta1-java",
2022-06-22 17:00:31 -07:00
include_samples = True,
transport = "grpc+rest",
2021-04-06 23:06:52 -07:00
deps = [
":binaryauthorization_java_gapic",
":binaryauthorization_java_grpc",
":binaryauthorization_java_proto",
":binaryauthorization_proto",
],
2019-11-25 15:49:46 -08:00
)
2021-05-11 09:50:37 -07:00
##############################################################################
# Go
##############################################################################
load(
"@com_google_googleapis_imports//:imports.bzl",
"go_gapic_assembly_pkg",
"go_gapic_library",
2025-06-02 10:15:45 -07:00
"go_grpc_library",
2021-05-11 09:50:37 -07:00
)
2025-06-02 10:15:45 -07:00
go_grpc_library(
2019-11-25 15:49:46 -08:00
name = "binaryauthorization_go_proto",
2023-02-02 13:41:41 -08:00
importpath = "cloud.google.com/go/binaryauthorization/apiv1beta1/binaryauthorizationpb",
2019-11-25 15:49:46 -08:00
protos = [":binaryauthorization_proto"],
deps = [
"//google/api:annotations_go_proto",
],
)
go_gapic_library(
name = "binaryauthorization_go_gapic",
2020-03-24 13:05:20 -07:00
srcs = [":binaryauthorization_proto_with_info"],
grpc_service_config = "binaryauthorization_grpc_service_config.json",
importpath = "cloud.google.com/go/binaryauthorization/apiv1beta1;binaryauthorization",
2021-04-06 23:06:52 -07:00
metadata = True,
2023-02-16 10:50:07 -08:00
release_level = "beta",
2022-12-05 14:28:09 -08:00
rest_numeric_enums = True,
2019-11-25 15:49:46 -08:00
service_yaml = "binaryauthorization_v1beta1.yaml",
2022-06-22 17:00:31 -07:00
transport = "grpc+rest",
2019-11-25 15:49:46 -08:00
deps = [
":binaryauthorization_go_proto",
],
)
# Open Source Packages
go_gapic_assembly_pkg(
name = "gapi-cloud-binaryauthorization-v1beta1-go",
deps = [
":binaryauthorization_go_gapic",
2021-04-06 23:06:52 -07:00
":binaryauthorization_go_gapic_srcjar-metadata.srcjar",
2023-04-17 12:23:12 -07:00
":binaryauthorization_go_gapic_srcjar-snippets.srcjar",
2019-11-25 15:49:46 -08:00
":binaryauthorization_go_gapic_srcjar-test.srcjar",
":binaryauthorization_go_proto",
],
)
2021-05-11 09:50:37 -07:00
##############################################################################
# Python
##############################################################################
load(
"@com_google_googleapis_imports//:imports.bzl",
"py_gapic_assembly_pkg",
"py_gapic_library",
2022-07-27 16:04:10 -07:00
"py_test",
2021-05-11 09:50:37 -07:00
)
2019-11-25 15:49:46 -08:00
py_gapic_library(
name = "binaryauthorization_py_gapic",
2020-12-14 10:08:23 -08:00
srcs = [":binaryauthorization_proto"],
2020-06-10 13:52:59 -07:00
grpc_service_config = "binaryauthorization_grpc_service_config.json",
2022-11-29 07:45:39 -08:00
opt_args = [
2022-12-05 14:28:09 -08:00
"warehouse-package-name=google-cloud-binary-authorization",
2022-11-29 07:45:39 -08:00
],
2022-12-05 14:28:09 -08:00
rest_numeric_enums = True,
2023-02-16 10:50:07 -08:00
service_yaml = "binaryauthorization_v1beta1.yaml",
2023-02-08 11:55:25 -08:00
transport = "grpc+rest",
2019-11-25 15:49:46 -08:00
)
2022-07-27 16:04:10 -07:00
py_test(
name = "binaryauthorization_py_gapic_test",
srcs = [
"binaryauthorization_py_gapic_pytest.py",
"binaryauthorization_py_gapic_test.py",
],
legacy_create_init = False,
deps = [":binaryauthorization_py_gapic"],
)
2019-11-25 15:49:46 -08:00
# Open Source Packages
py_gapic_assembly_pkg(
name = "binaryauthorization-v1beta1-py",
deps = [
":binaryauthorization_py_gapic",
],
)
2021-05-11 09:50:37 -07:00
##############################################################################
# PHP
##############################################################################
load(
"@com_google_googleapis_imports//:imports.bzl",
2021-06-04 08:36:14 -07:00
"php_gapic_assembly_pkg",
"php_gapic_library",
"php_proto_library",
2021-05-11 09:50:37 -07:00
)
2019-11-25 15:49:46 -08:00
php_proto_library(
name = "binaryauthorization_php_proto",
deps = [":binaryauthorization_proto"],
)
php_gapic_library(
name = "binaryauthorization_php_gapic",
2021-03-25 17:48:18 -07:00
srcs = [":binaryauthorization_proto_with_info"],
2020-06-10 13:52:59 -07:00
grpc_service_config = "binaryauthorization_grpc_service_config.json",
2022-12-05 14:28:09 -08:00
rest_numeric_enums = True,
2021-05-11 09:50:37 -07:00
service_yaml = "binaryauthorization_v1beta1.yaml",
2022-11-02 16:32:05 -07:00
transport = "grpc+rest",
2023-05-30 17:06:02 -07:00
deps = [":binaryauthorization_php_proto"],
2019-11-25 15:49:46 -08:00
)
# Open Source Packages
php_gapic_assembly_pkg(
name = "google-cloud-binaryauthorization-v1beta1-php",
deps = [
":binaryauthorization_php_gapic",
":binaryauthorization_php_proto",
],
)
2021-05-11 09:50:37 -07:00
##############################################################################
# Node.js
##############################################################################
load(
"@com_google_googleapis_imports//:imports.bzl",
"nodejs_gapic_assembly_pkg",
"nodejs_gapic_library",
)
2019-11-25 15:49:46 -08:00
nodejs_gapic_library(
name = "binaryauthorization_nodejs_gapic",
2021-02-19 01:21:13 -08:00
package_name = "@google-cloud/binary-authorization",
2019-11-25 15:49:46 -08:00
src = ":binaryauthorization_proto_with_info",
2020-12-03 21:00:34 -08:00
extra_protoc_parameters = ["metadata"],
2020-06-01 14:43:59 -07:00
grpc_service_config = "binaryauthorization_grpc_service_config.json",
2019-11-25 15:49:46 -08:00
package = "google.cloud.binaryauthorization.v1beta1",
2022-12-05 14:28:09 -08:00
rest_numeric_enums = True,
2019-11-25 15:49:46 -08:00
service_yaml = "binaryauthorization_v1beta1.yaml",
2022-11-02 16:32:05 -07:00
transport = "grpc+rest",
2019-11-25 15:49:46 -08:00
deps = [],
)
nodejs_gapic_assembly_pkg(
name = "binaryauthorization-v1beta1-nodejs",
deps = [
":binaryauthorization_nodejs_gapic",
":binaryauthorization_proto",
],
)
2021-05-11 09:50:37 -07:00
##############################################################################
# Ruby
##############################################################################
load(
"@com_google_googleapis_imports//:imports.bzl",
"ruby_cloud_gapic_library",
"ruby_gapic_assembly_pkg",
"ruby_grpc_library",
"ruby_proto_library",
)
2019-11-25 15:49:46 -08:00
ruby_proto_library(
name = "binaryauthorization_ruby_proto",
deps = [":binaryauthorization_proto"],
)
ruby_grpc_library(
name = "binaryauthorization_ruby_grpc",
srcs = [":binaryauthorization_proto"],
deps = [":binaryauthorization_ruby_proto"],
)
2021-01-15 13:07:58 -08:00
ruby_cloud_gapic_library(
2019-11-25 15:49:46 -08:00
name = "binaryauthorization_ruby_gapic",
2021-02-19 01:21:13 -08:00
srcs = [":binaryauthorization_proto_with_info"],
2021-01-15 13:07:58 -08:00
extra_protoc_parameters = [
"ruby-cloud-api-id=binaryauthorization.googleapis.com",
"ruby-cloud-api-shortname=binaryauthorization",
2021-04-06 23:06:52 -07:00
"ruby-cloud-env-prefix=BINARY_AUTHORIZATION",
"ruby-cloud-gem-name=google-cloud-binary_authorization-v1beta1",
"ruby-cloud-product-url=https://cloud.google.com/binary-authorization/",
2021-11-09 19:33:38 -08:00
"ruby-cloud-service-override=BinauthzManagementServiceV1Beta1=BinauthzManagementService;SystemPolicyV1Beta1=SystemPolicy",
2021-01-15 13:07:58 -08:00
],
grpc_service_config = "binaryauthorization_grpc_service_config.json",
2022-12-05 14:28:09 -08:00
rest_numeric_enums = True,
2021-02-19 01:21:13 -08:00
ruby_cloud_description = "Binary Authorization is a service on Google Cloud that provides centralized software supply-chain security for applications that run on Google Kubernetes Engine (GKE) and GKE on-prem.",
ruby_cloud_title = "Binary Authorization V1beta1",
2023-02-16 11:10:58 -08:00
service_yaml = "binaryauthorization_v1beta1.yaml",
2023-03-07 13:43:20 -08:00
transport = "grpc+rest",
2019-11-25 15:49:46 -08:00
deps = [
":binaryauthorization_ruby_grpc",
":binaryauthorization_ruby_proto",
],
)
# Open Source Packages
ruby_gapic_assembly_pkg(
name = "google-cloud-binaryauthorization-v1beta1-ruby",
deps = [
":binaryauthorization_ruby_gapic",
":binaryauthorization_ruby_grpc",
":binaryauthorization_ruby_proto",
],
)
2021-05-11 09:50:37 -07:00
##############################################################################
# C#
##############################################################################
load(
"@com_google_googleapis_imports//:imports.bzl",
"csharp_gapic_assembly_pkg",
"csharp_gapic_library",
"csharp_grpc_library",
"csharp_proto_library",
)
2019-11-25 15:49:46 -08:00
csharp_proto_library(
name = "binaryauthorization_csharp_proto",
deps = [":binaryauthorization_proto"],
)
csharp_grpc_library(
name = "binaryauthorization_csharp_grpc",
srcs = [":binaryauthorization_proto"],
deps = [":binaryauthorization_csharp_proto"],
)
csharp_gapic_library(
name = "binaryauthorization_csharp_gapic",
2020-09-11 01:15:53 -07:00
srcs = [":binaryauthorization_proto_with_info"],
common_resources_config = "@gax_dotnet//:Google.Api.Gax/ResourceNames/CommonResourcesConfig.json",
2020-11-30 15:49:55 -08:00
grpc_service_config = "binaryauthorization_grpc_service_config.json",
2022-12-05 14:28:09 -08:00
rest_numeric_enums = True,
2022-02-18 00:09:42 -08:00
service_yaml = "binaryauthorization_v1beta1.yaml",
2023-02-16 10:50:07 -08:00
transport = "grpc+rest",
2019-11-25 15:49:46 -08:00
deps = [
":binaryauthorization_csharp_grpc",
":binaryauthorization_csharp_proto",
],
)
# Open Source Packages
csharp_gapic_assembly_pkg(
name = "google-cloud-binaryauthorization-v1beta1-csharp",
deps = [
":binaryauthorization_csharp_gapic",
":binaryauthorization_csharp_grpc",
":binaryauthorization_csharp_proto",
],
)
##############################################################################
# C++
##############################################################################
# Put your C++ rules here