data-plane-api 0.1.1

Envoy xDS protobuf and gRPC definitions
Documentation
# 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.

# 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")
load("@com_google_googleapis_imports//:imports.bzl", "proto_library_with_info")

proto_library(
    name = "testing_proto",
    srcs = [
        "application_details.proto",
        "test_environment_discovery.proto",
        "test_execution.proto",
    ],
    deps = [
        "//google/api:annotations_proto",
        "//google/api:client_proto",
        "//google/api:field_behavior_proto",
        "//google/type:date_proto",
        "@com_google_protobuf//:duration_proto",
        "@com_google_protobuf//:timestamp_proto",
    ],
)

proto_library_with_info(
    name = "testing_proto_with_info",
    deps = [
        ":testing_proto",
        "//google/cloud:common_resources_proto",
    ],
)

##############################################################################
# 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",
)

java_proto_library(
    name = "testing_java_proto",
    deps = [":testing_proto"],
)

java_grpc_library(
    name = "testing_java_grpc",
    srcs = [":testing_proto"],
    deps = [":testing_java_proto"],
)

java_gapic_library(
    name = "testing_java_gapic",
    srcs = [":testing_proto_with_info"],
    grpc_service_config = "testing_grpc_service_config.json",
    test_deps = [
        ":testing_java_grpc",
    ],
    transport = "grpc+rest",
    deps = [
        ":testing_java_proto",
    ],
)

java_gapic_test(
    name = "testing_java_gapic_test_suite",
    test_classes = [
        "com.google.devtools.testing.v1.ApplicationDetailServiceClientHttpJsonTest",
        "com.google.devtools.testing.v1.ApplicationDetailServiceClientTest",
        "com.google.devtools.testing.v1.TestEnvironmentDiscoveryServiceClientHttpJsonTest",
        "com.google.devtools.testing.v1.TestEnvironmentDiscoveryServiceClientTest",
        "com.google.devtools.testing.v1.TestExecutionServiceClientHttpJsonTest",
        "com.google.devtools.testing.v1.TestExecutionServiceClientTest",
    ],
    runtime_deps = [":testing_java_gapic_test"],
)

# Open Source Packages
java_gapic_assembly_gradle_pkg(
    name = "google-cloud-devtools-testing-v1-java",
    transport = "grpc+rest",
    deps = [
        ":testing_java_gapic",
        ":testing_java_grpc",
        ":testing_java_proto",
        ":testing_proto",
    ],
)

##############################################################################
# Go
##############################################################################
#
# Commented out because of a build failure:
# bazel-out/k8-fastbuild/bin/google/devtools/testing/v1/testing_go_gapic_srcjar_main.go/cloud.google.com/go/devtools/testing/apiv1/test_environment_discovery_client.go:23:2: imported and not used: "net/url"
# compilepkg: error running subcommand external/go_sdk/pkg/tool/linux_amd64/compile: exit status 2
#
# load(
#     "@com_google_googleapis_imports//:imports.bzl",
#     "go_gapic_assembly_pkg",
#     "go_gapic_library",
#     "go_proto_library",
#     "go_test",
# )

# go_proto_library(
#     name = "testing_go_proto",
#     compilers = ["@io_bazel_rules_go//proto:go_grpc"],
#     importpath = "google.golang.org/genproto/googleapis/devtools/testing/v1",
#     protos = [":testing_proto"],
#     deps = [
#         "//google/api:annotations_go_proto",
#         "//google/type:date_go_proto",
#     ],
# )

# go_gapic_library(
#     name = "testing_go_gapic",
#     srcs = [":testing_proto_with_info"],
#     grpc_service_config = "testing_grpc_service_config.json",
#     importpath = "cloud.google.com/go/devtools/testing/apiv1;testing",
#     service_yaml = "testing_v1.yaml",
#     metadata = True,
#     deps = [
#         ":testing_go_proto",
#         "@io_bazel_rules_go//proto/wkt:duration_go_proto",
#     ],
# )

# go_test(
#     name = "testing_go_gapic_test",
#     srcs = [":testing_go_gapic_srcjar_test"],
#     embed = [":testing_go_gapic"],
#     importpath = "cloud.google.com/go/devtools/testing/apiv1",
# )

# # Open Source Packages
# go_gapic_assembly_pkg(
#     name = "gapi-cloud-devtools-testing-v1-go",
#     deps = [
#         ":testing_go_gapic",
#         ":testing_go_gapic_srcjar-test.srcjar",
#         ":testing_go_gapic_srcjar-metadata.srcjar",
#         ":testing_go_proto",
#     ],
# )

##############################################################################
# Python
##############################################################################
load(
    "@com_google_googleapis_imports//:imports.bzl",
    "py_gapic_assembly_pkg",
    "py_gapic_library",
)

py_gapic_library(
    name = "testing_py_gapic",
    srcs = [":testing_proto"],
    grpc_service_config = "testing_grpc_service_config.json",
    transport = "grpc",
)

# Uncomment once https://github.com/googleapis/gapic-generator-python/issues/1376 is fixed
#py_test(
#    name = "testing_py_gapic_test",
#    srcs = [
#        "testing_py_gapic_pytest.py",
#        "testing_py_gapic_test.py",
#    ],
#    legacy_create_init = False,
#    deps = [":testing_py_gapic"],
#)

# Open Source Packages
py_gapic_assembly_pkg(
    name = "devtools-testing-v1-py",
    deps = [
        ":testing_py_gapic",
    ],
)

##############################################################################
# PHP
##############################################################################
load(
    "@com_google_googleapis_imports//:imports.bzl",
    "php_gapic_assembly_pkg",
    "php_gapic_library",
    "php_grpc_library",
    "php_proto_library",
)

php_proto_library(
    name = "testing_php_proto",
    deps = [":testing_proto"],
)

php_grpc_library(
    name = "testing_php_grpc",
    srcs = [":testing_proto"],
    deps = [":testing_php_proto"],
)

php_gapic_library(
    name = "testing_php_gapic",
    srcs = [":testing_proto_with_info"],
    grpc_service_config = "testing_grpc_service_config.json",
    service_yaml = "testing_v1.yaml",
    deps = [
        ":testing_php_grpc",
        ":testing_php_proto",
    ],
)

# Open Source Packages
php_gapic_assembly_pkg(
    name = "google-cloud-devtools-testing-v1-php",
    deps = [
        ":testing_php_gapic",
        ":testing_php_grpc",
        ":testing_php_proto",
    ],
)

##############################################################################
# Node.js
##############################################################################
load(
    "@com_google_googleapis_imports//:imports.bzl",
    "nodejs_gapic_assembly_pkg",
    "nodejs_gapic_library",
)

nodejs_gapic_library(
    name = "testing_nodejs_gapic",
    package_name = "@google-cloud/testing",
    src = ":testing_proto_with_info",
    extra_protoc_parameters = ["metadata"],
    grpc_service_config = "testing_grpc_service_config.json",
    package = "google.devtools.testing.v1",
    service_yaml = "testing_v1.yaml",
    deps = [],
)

nodejs_gapic_assembly_pkg(
    name = "devtools-testing-v1-nodejs",
    deps = [
        ":testing_nodejs_gapic",
        ":testing_proto",
    ],
)

##############################################################################
# Ruby
##############################################################################
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 = "testing_ruby_proto",
    deps = [":testing_proto"],
)

ruby_grpc_library(
    name = "testing_ruby_grpc",
    srcs = [":testing_proto"],
    deps = [":testing_ruby_proto"],
)

ruby_cloud_gapic_library(
    name = "testing_ruby_gapic",
    srcs = [":testing_proto_with_info"],
    extra_protoc_parameters = [
        "ruby-cloud-gem-name=google-cloud-devtools-testing-v1",
    ],
    grpc_service_config = "testing_grpc_service_config.json",
    deps = [
        ":testing_ruby_grpc",
        ":testing_ruby_proto",
    ],
)

# Open Source Packages
ruby_gapic_assembly_pkg(
    name = "google-cloud-devtools-testing-v1-ruby",
    deps = [
        ":testing_ruby_gapic",
        ":testing_ruby_grpc",
        ":testing_ruby_proto",
    ],
)

##############################################################################
# C#
##############################################################################
#
# Commented out until enum path segments are supported.
# --gapic_out: System.InvalidOperationException: Path in http url must resolve to a string field: 'environment_type'.
#
# load(
#     "@com_google_googleapis_imports//:imports.bzl",
#     "csharp_gapic_assembly_pkg",
#     "csharp_gapic_library",
#     "csharp_grpc_library",
#     "csharp_proto_library",
# )

# csharp_proto_library(
#     name = "testing_csharp_proto",
#     deps = [":testing_proto"],
# )

# csharp_grpc_library(
#     name = "testing_csharp_grpc",
#     srcs = [":testing_proto"],
#     deps = [":testing_csharp_proto"],
# )

# csharp_gapic_library(
#     name = "testing_csharp_gapic",
#     srcs = [":testing_proto_with_info"],
#     common_resources_config = "@gax_dotnet//:Google.Api.Gax/ResourceNames/CommonResourcesConfig.json",
#     grpc_service_config = "testing_grpc_service_config.json",
#     deps = [
#         ":testing_csharp_grpc",
#         ":testing_csharp_proto",
#     ],
# )

# # Open Source Packages
# csharp_gapic_assembly_pkg(
#     name = "google-cloud-devtools-testing-v1-csharp",
#     deps = [
#         ":testing_csharp_gapic",
#         ":testing_csharp_grpc",
#         ":testing_csharp_proto",
#     ],
# )

##############################################################################
# C++
##############################################################################
load(
    "@com_google_googleapis_imports//:imports.bzl",
    "cc_grpc_library",
    "cc_proto_library",
)

cc_proto_library(
    name = "testing_cc_proto",
    deps = [":testing_proto"],
)

cc_grpc_library(
    name = "testing_cc_grpc",
    srcs = [":testing_proto"],
    grpc_only = True,
    deps = [":testing_cc_proto"],
)