googleapis/google/cloud/securitycenter/v2/BUILD.bazel
Google APIs 0a0dffc19b fix: upgrade gRPC service registration func
An update to Go gRPC Protobuf generation will change service registration function signatures to use an interface instead of a concrete type in generated .pb.go service files. This change should affect very few client library users. See release notes advisories in https://github.com/googleapis/google-cloud-go/pull/11025.

PiperOrigin-RevId: 810022369
2025-09-22 08:23:40 -07:00

458 lines
13 KiB
Text

# This file was automatically generated by BuildFileGenerator
# https://github.com/googleapis/rules_gapic/tree/master/bazel
# 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.
# buildifier: disable=load-on-top
# This is an API workspace, having public visibility by default makes perfect sense.
package(default_visibility = ["//visibility:public"])
##############################################################################
# Common
##############################################################################
# buildifier: disable=same-origin-load
load("@com_google_googleapis_imports//:imports.bzl", "proto_library_with_info")
load("@rules_proto//proto:defs.bzl", "proto_library")
proto_library(
name = "securitycenter_proto",
srcs = [
"access.proto",
"affected_resources.proto",
"ai_model.proto",
"application.proto",
"attack_exposure.proto",
"attack_path.proto",
"backup_disaster_recovery.proto",
"bigquery_export.proto",
"chokepoint.proto",
"cloud_armor.proto",
"cloud_dlp_data_profile.proto",
"cloud_dlp_inspection.proto",
"compliance.proto",
"connection.proto",
"contact_details.proto",
"container.proto",
"data_access_event.proto",
"data_flow_event.proto",
"data_retention_deletion_event.proto",
"database.proto",
"disk.proto",
"exfiltration.proto",
"external_system.proto",
"file.proto",
"finding.proto",
"folder.proto",
"group_membership.proto",
"iam_binding.proto",
"indicator.proto",
"ip_rules.proto",
"job.proto",
"kernel_rootkit.proto",
"kubernetes.proto",
"label.proto",
"load_balancer.proto",
"log_entry.proto",
"mitre_attack.proto",
"mute_config.proto",
"network.proto",
"notebook.proto",
"notification_config.proto",
"notification_message.proto",
"org_policy.proto",
"process.proto",
"resource.proto",
"resource_value_config.proto",
"security_marks.proto",
"security_posture.proto",
"securitycenter_service.proto",
"simulation.proto",
"source.proto",
"toxic_combination.proto",
"valued_resource.proto",
"vertex_ai.proto",
"vulnerability.proto",
],
deps = [
"//google/api:annotations_proto",
"//google/api:client_proto",
"//google/api:field_behavior_proto",
"//google/api:resource_proto",
"//google/api:routing_proto",
"//google/iam/v1:iam_policy_proto",
"//google/iam/v1:policy_proto",
"//google/longrunning:operations_proto",
"@com_google_protobuf//:duration_proto",
"@com_google_protobuf//:empty_proto",
"@com_google_protobuf//:field_mask_proto",
"@com_google_protobuf//:struct_proto",
"@com_google_protobuf//:timestamp_proto",
],
)
proto_library_with_info(
name = "securitycenter_proto_with_info",
deps = [
":securitycenter_proto",
"//google/cloud:common_resources_proto",
],
)
##############################################################################
# Java
##############################################################################
# buildifier: disable=same-origin-load
load(
"@com_google_googleapis_imports//:imports.bzl",
"java_gapic_assembly_gradle_pkg",
"java_gapic_library",
"java_gapic_test",
"java_grpc_library",
"java_proto_library",
)
java_proto_library(
name = "securitycenter_java_proto",
deps = [":securitycenter_proto"],
)
java_grpc_library(
name = "securitycenter_java_grpc",
srcs = [":securitycenter_proto"],
deps = [":securitycenter_java_proto"],
)
java_gapic_library(
name = "securitycenter_java_gapic",
srcs = [":securitycenter_proto_with_info"],
gapic_yaml = None,
grpc_service_config = None,
rest_numeric_enums = True,
service_yaml = "securitycenter_v2.yaml",
test_deps = [
":securitycenter_java_grpc",
"//google/iam/v1:iam_java_grpc",
],
transport = "grpc+rest",
deps = [
":securitycenter_java_proto",
"//google/api:api_java_proto",
"//google/iam/v1:iam_java_proto",
],
)
java_gapic_test(
name = "securitycenter_java_gapic_test_suite",
test_classes = [
"com.google.cloud.securitycenter.v2.SecurityCenterClientHttpJsonTest",
"com.google.cloud.securitycenter.v2.SecurityCenterClientTest",
],
runtime_deps = [":securitycenter_java_gapic_test"],
)
# Open Source Packages
java_gapic_assembly_gradle_pkg(
name = "google-cloud-securitycenter-v2-java",
include_samples = True,
transport = "grpc+rest",
deps = [
":securitycenter_java_gapic",
":securitycenter_java_grpc",
":securitycenter_java_proto",
":securitycenter_proto",
],
)
##############################################################################
# Go
##############################################################################
# buildifier: disable=same-origin-load
load(
"@com_google_googleapis_imports//:imports.bzl",
"go_gapic_assembly_pkg",
"go_gapic_library",
"go_grpc_library",
)
go_grpc_library(
name = "securitycenter_go_proto",
importpath = "cloud.google.com/go/securitycenter/apiv2/securitycenterpb",
protos = [":securitycenter_proto"],
deps = [
"//google/api:annotations_go_proto",
"//google/iam/v1:iam_go_proto",
"//google/longrunning:longrunning_go_proto",
],
)
go_gapic_library(
name = "securitycenter_go_gapic",
srcs = [":securitycenter_proto_with_info"],
grpc_service_config = None,
importpath = "cloud.google.com/go/securitycenter/apiv2;securitycenter",
metadata = True,
release_level = "beta",
rest_numeric_enums = True,
service_yaml = "securitycenter_v2.yaml",
transport = "grpc+rest",
deps = [
":securitycenter_go_proto",
"//google/iam/v1:iam_go_proto",
"//google/longrunning:longrunning_go_proto",
"@com_google_cloud_go_longrunning//:go_default_library",
"@com_google_cloud_go_longrunning//autogen:go_default_library",
"@io_bazel_rules_go//proto/wkt:duration_go_proto",
"@io_bazel_rules_go//proto/wkt:struct_go_proto",
],
)
# Open Source Packages
go_gapic_assembly_pkg(
name = "gapi-cloud-securitycenter-v2-go",
deps = [
":securitycenter_go_gapic",
":securitycenter_go_gapic_srcjar-metadata.srcjar",
":securitycenter_go_gapic_srcjar-snippets.srcjar",
":securitycenter_go_gapic_srcjar-test.srcjar",
":securitycenter_go_proto",
],
)
##############################################################################
# Python
##############################################################################
# buildifier: disable=same-origin-load
load(
"@com_google_googleapis_imports//:imports.bzl",
"py_gapic_assembly_pkg",
"py_gapic_library",
"py_test",
)
py_gapic_library(
name = "securitycenter_py_gapic",
srcs = [":securitycenter_proto"],
grpc_service_config = None,
rest_numeric_enums = True,
service_yaml = "securitycenter_v2.yaml",
transport = "grpc+rest",
deps = [
"//google/iam/v1:iam_policy_py_proto",
],
)
py_test(
name = "securitycenter_py_gapic_test",
srcs = [
"securitycenter_py_gapic_pytest.py",
"securitycenter_py_gapic_test.py",
],
legacy_create_init = False,
deps = [":securitycenter_py_gapic"],
)
# Open Source Packages
py_gapic_assembly_pkg(
name = "securitycenter-v2-py",
deps = [
":securitycenter_py_gapic",
],
)
##############################################################################
# PHP
##############################################################################
# buildifier: disable=same-origin-load
load(
"@com_google_googleapis_imports//:imports.bzl",
"php_gapic_assembly_pkg",
"php_gapic_library",
"php_proto_library",
)
php_proto_library(
name = "securitycenter_php_proto",
deps = [":securitycenter_proto"],
)
php_gapic_library(
name = "securitycenter_php_gapic",
srcs = [":securitycenter_proto_with_info"],
grpc_service_config = None,
migration_mode = "NEW_SURFACE_ONLY",
rest_numeric_enums = True,
service_yaml = "securitycenter_v2.yaml",
transport = "grpc+rest",
deps = [
":securitycenter_php_proto",
],
)
# Open Source Packages
php_gapic_assembly_pkg(
name = "google-cloud-securitycenter-v2-php",
deps = [
":securitycenter_php_gapic",
":securitycenter_php_proto",
],
)
##############################################################################
# Node.js
##############################################################################
# buildifier: disable=same-origin-load
load(
"@com_google_googleapis_imports//:imports.bzl",
"nodejs_gapic_assembly_pkg",
"nodejs_gapic_library",
)
nodejs_gapic_library(
name = "securitycenter_nodejs_gapic",
package_name = "@google-cloud/securitycenter",
src = ":securitycenter_proto_with_info",
extra_protoc_parameters = ["metadata"],
grpc_service_config = None,
package = "google.cloud.securitycenter.v2",
rest_numeric_enums = True,
service_yaml = "securitycenter_v2.yaml",
transport = "grpc+rest",
deps = [],
)
nodejs_gapic_assembly_pkg(
name = "securitycenter-v2-nodejs",
deps = [
":securitycenter_nodejs_gapic",
":securitycenter_proto",
],
)
##############################################################################
# Ruby
##############################################################################
# buildifier: disable=same-origin-load
load(
"@com_google_googleapis_imports//:imports.bzl",
"ruby_cloud_gapic_library",
"ruby_gapic_assembly_pkg",
"ruby_grpc_library",
"ruby_proto_library",
)
ruby_proto_library(
name = "securitycenter_ruby_proto",
deps = [":securitycenter_proto"],
)
ruby_grpc_library(
name = "securitycenter_ruby_grpc",
srcs = [":securitycenter_proto"],
deps = [":securitycenter_ruby_proto"],
)
ruby_cloud_gapic_library(
name = "securitycenter_ruby_gapic",
srcs = [":securitycenter_proto_with_info"],
extra_protoc_parameters = [
"ruby-cloud-api-id=securitycenter.googleapis.com",
"ruby-cloud-api-shortname=securitycenter",
"ruby-cloud-env-prefix=SECURITY_CENTER",
"ruby-cloud-gem-name=google-cloud-security_center-v2",
"ruby-cloud-product-url=https://cloud.google.com/security-command-center",
],
grpc_service_config = None,
rest_numeric_enums = True,
service_yaml = "securitycenter_v2.yaml",
transport = "grpc+rest",
deps = [
":securitycenter_ruby_grpc",
":securitycenter_ruby_proto",
],
)
# Open Source Packages
ruby_gapic_assembly_pkg(
name = "google-cloud-securitycenter-v2-ruby",
deps = [
":securitycenter_ruby_gapic",
":securitycenter_ruby_grpc",
":securitycenter_ruby_proto",
],
)
##############################################################################
# C#
##############################################################################
# buildifier: disable=same-origin-load
load(
"@com_google_googleapis_imports//:imports.bzl",
"csharp_gapic_assembly_pkg",
"csharp_gapic_library",
"csharp_grpc_library",
"csharp_proto_library",
)
csharp_proto_library(
name = "securitycenter_csharp_proto",
deps = [":securitycenter_proto"],
)
csharp_grpc_library(
name = "securitycenter_csharp_grpc",
srcs = [":securitycenter_proto"],
deps = [":securitycenter_csharp_proto"],
)
csharp_gapic_library(
name = "securitycenter_csharp_gapic",
srcs = [":securitycenter_proto_with_info"],
common_resources_config = "@gax_dotnet//:Google.Api.Gax/ResourceNames/CommonResourcesConfig.json",
grpc_service_config = None,
rest_numeric_enums = True,
service_yaml = "securitycenter_v2.yaml",
transport = "grpc+rest",
deps = [
":securitycenter_csharp_grpc",
":securitycenter_csharp_proto",
],
)
# Open Source Packages
csharp_gapic_assembly_pkg(
name = "google-cloud-securitycenter-v2-csharp",
deps = [
":securitycenter_csharp_gapic",
":securitycenter_csharp_grpc",
":securitycenter_csharp_proto",
],
)
##############################################################################
# C++
##############################################################################
# buildifier: disable=same-origin-load
load(
"@com_google_googleapis_imports//:imports.bzl",
"cc_grpc_library",
"cc_proto_library",
)
cc_proto_library(
name = "securitycenter_cc_proto",
deps = [":securitycenter_proto"],
)
cc_grpc_library(
name = "securitycenter_cc_grpc",
srcs = [":securitycenter_proto"],
grpc_only = True,
deps = [":securitycenter_cc_proto"],
)