2020-08-28 06:56:16 +00:00
# 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 " )
load ( " @com_google_googleapis_imports//:imports.bzl " , " proto_library_with_info " )
proto_library (
name = " executions_proto " ,
srcs = [
" executions.proto " ,
] ,
deps = [
" //google/api:annotations_proto " ,
" //google/api:client_proto " ,
" //google/api:field_behavior_proto " ,
" //google/api:resource_proto " ,
" @com_google_protobuf//:timestamp_proto " ,
] ,
)
proto_library_with_info (
name = " executions_proto_with_info " ,
deps = [
" :executions_proto " ,
" //google/cloud:common_resources_proto " ,
] ,
)
##############################################################################
# Java
##############################################################################
load (
" @com_google_googleapis_imports//:imports.bzl " ,
2020-12-08 02:50:34 +00:00
" java_gapic_assembly_gradle_pkg " ,
" java_gapic_library " ,
" java_gapic_test " ,
2020-08-28 06:56:16 +00:00
" java_grpc_library " ,
" java_proto_library " ,
)
java_proto_library (
name = " executions_java_proto " ,
deps = [ " :executions_proto " ] ,
)
java_grpc_library (
name = " executions_java_grpc " ,
srcs = [ " :executions_proto " ] ,
deps = [ " :executions_java_proto " ] ,
)
java_gapic_library (
name = " executions_java_gapic " ,
2020-12-03 19:25:26 +00:00
srcs = [ " :executions_proto_with_info " ] ,
2020-12-08 02:50:34 +00:00
grpc_service_config = " executions_grpc_service_config.json " ,
2020-08-28 06:56:16 +00:00
test_deps = [
" :executions_java_grpc " ,
] ,
deps = [
" :executions_java_proto " ,
] ,
)
java_gapic_test (
name = " executions_java_gapic_test_suite " ,
test_classes = [
" com.google.cloud.workflows.executions.v1beta.ExecutionsClientTest " ,
] ,
runtime_deps = [ " :executions_java_gapic_test " ] ,
)
# Open Source Packages
java_gapic_assembly_gradle_pkg (
name = " google-cloud-workflows-executions-v1beta-java " ,
deps = [
" :executions_java_gapic " ,
" :executions_java_grpc " ,
" :executions_java_proto " ,
" :executions_proto " ,
] ,
)
##############################################################################
# Go
##############################################################################
load (
" @com_google_googleapis_imports//:imports.bzl " ,
" go_gapic_assembly_pkg " ,
" go_gapic_library " ,
" go_proto_library " ,
" go_test " ,
)
go_proto_library (
name = " executions_go_proto " ,
compilers = [ " @io_bazel_rules_go//proto:go_grpc " ] ,
importpath = " google.golang.org/genproto/googleapis/cloud/workflows/executions/v1beta " ,
protos = [ " :executions_proto " ] ,
deps = [
" //google/api:annotations_go_proto " ,
] ,
)
go_gapic_library (
name = " executions_go_gapic " ,
srcs = [ " :executions_proto_with_info " ] ,
grpc_service_config = " executions_grpc_service_config.json " ,
importpath = " cloud.google.com/go/workflows/executions/apiv1beta;executions " ,
service_yaml = " workflowexecutions_v1beta.yaml " ,
deps = [
" :executions_go_proto " ,
] ,
)
go_test (
name = " executions_go_gapic_test " ,
srcs = [ " :executions_go_gapic_srcjar_test " ] ,
embed = [ " :executions_go_gapic " ] ,
importpath = " cloud.google.com/go/workflows/executions/apiv1beta " ,
)
# Open Source Packages
go_gapic_assembly_pkg (
name = " gapi-cloud-workflows-executions-v1beta-go " ,
deps = [
" :executions_go_gapic " ,
" :executions_go_gapic_srcjar-test.srcjar " ,
" :executions_go_proto " ,
] ,
)
##############################################################################
# Python
##############################################################################
load (
" @com_google_googleapis_imports//:imports.bzl " ,
2020-12-08 02:50:34 +00:00
" py_gapic_assembly_pkg " ,
" py_gapic_library " ,
2020-08-28 06:56:16 +00:00
)
py_gapic_library (
name = " executions_py_gapic " ,
2020-09-18 15:54:21 +00:00
srcs = [ " :executions_proto " ] ,
2020-12-04 05:00:34 +00:00
grpc_service_config = " executions_grpc_service_config.json " ,
2020-08-28 06:56:16 +00:00
)
# Open Source Packages
py_gapic_assembly_pkg (
name = " workflows-executions-v1beta-py " ,
deps = [
" :executions_py_gapic " ,
" :executions_py_grpc " ,
" :executions_py_proto " ,
] ,
)
##############################################################################
# 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 = " executions_php_proto " ,
deps = [ " :executions_proto " ] ,
)
php_grpc_library (
name = " executions_php_grpc " ,
srcs = [ " :executions_proto " ] ,
deps = [ " :executions_php_proto " ] ,
)
php_gapic_library (
name = " executions_php_gapic " ,
src = " :executions_proto_with_info " ,
gapic_yaml = " executions_gapic.yaml " ,
package = " google.cloud.workflows.executions.v1beta " ,
service_yaml = " workflowexecutions_v1beta.yaml " ,
deps = [
" :executions_php_grpc " ,
" :executions_php_proto " ,
] ,
)
# Open Source Packages
php_gapic_assembly_pkg (
name = " google-cloud-workflows-executions-v1beta-php " ,
deps = [
" :executions_php_gapic " ,
" :executions_php_grpc " ,
" :executions_php_proto " ,
] ,
)
##############################################################################
# Node.js
##############################################################################
load (
" @com_google_googleapis_imports//:imports.bzl " ,
" nodejs_gapic_assembly_pkg " ,
" nodejs_gapic_library " ,
)
nodejs_gapic_library (
name = " executions_nodejs_gapic " ,
2020-12-04 05:00:34 +00:00
package_name = " @google-cloud/workflows-executions " ,
2020-08-28 06:56:16 +00:00
src = " :executions_proto_with_info " ,
2020-12-04 05:00:34 +00:00
extra_protoc_parameters = [ " metadata " ] ,
2020-08-28 06:56:16 +00:00
gapic_yaml = " executions_gapic.yaml " ,
package = " google.cloud.workflows.executions.v1beta " ,
service_yaml = " workflowexecutions_v1beta.yaml " ,
deps = [ ] ,
)
nodejs_gapic_assembly_pkg (
name = " workflows-executions-v1beta-nodejs " ,
deps = [
" :executions_nodejs_gapic " ,
" :executions_proto " ,
] ,
)
##############################################################################
# Ruby
##############################################################################
load (
" @com_google_googleapis_imports//:imports.bzl " ,
" ruby_gapic_assembly_pkg " ,
2021-01-15 21:07:58 +00:00
" ruby_cloud_gapic_library " ,
2020-08-28 06:56:16 +00:00
" ruby_grpc_library " ,
" ruby_proto_library " ,
)
ruby_proto_library (
name = " executions_ruby_proto " ,
deps = [ " :executions_proto " ] ,
)
ruby_grpc_library (
name = " executions_ruby_grpc " ,
srcs = [ " :executions_proto " ] ,
deps = [ " :executions_ruby_proto " ] ,
)
2021-01-15 21:07:58 +00:00
ruby_cloud_gapic_library (
2020-08-28 06:56:16 +00:00
name = " executions_ruby_gapic " ,
2021-01-15 21:07:58 +00:00
srcs = [ " :executions_proto_with_info " , ] ,
extra_protoc_parameters = [
" ruby-cloud-gem-name=google-cloud-workflows-executions-v1beta " ,
" ruby-cloud-title=Workflows Executions V1beta " ,
" ruby-cloud-description=Workflows link series of serverless tasks together in an order you define. Combine the power of Google Cloud ' s APIs, serverless products like Cloud Functions and Cloud Run, and calls to external APIs to create flexible serverless applications. Workflows requires no infrastructure management and scales seamlessly with demand, including scaling down to zero.. " ,
" ruby-cloud-env-prefix=WORKFLOWS " ,
" ruby-cloud-product-url=https://cloud.google.com/workflows/ " ,
" ruby-cloud-api-id=workflowexecutions.googleapis.com " ,
" ruby-cloud-api-shortname=workflowexecutions " ,
] ,
grpc_service_config = " executions_grpc_service_config.json " ,
2020-08-28 06:56:16 +00:00
deps = [
" :executions_ruby_grpc " ,
" :executions_ruby_proto " ,
] ,
)
# Open Source Packages
ruby_gapic_assembly_pkg (
name = " google-cloud-workflows-executions-v1beta-ruby " ,
deps = [
" :executions_ruby_gapic " ,
" :executions_ruby_grpc " ,
" :executions_ruby_proto " ,
] ,
)
##############################################################################
# C#
##############################################################################
load (
" @com_google_googleapis_imports//:imports.bzl " ,
" csharp_gapic_assembly_pkg " ,
" csharp_gapic_library " ,
" csharp_grpc_library " ,
" csharp_proto_library " ,
)
csharp_proto_library (
name = " executions_csharp_proto " ,
deps = [ " :executions_proto " ] ,
)
csharp_grpc_library (
name = " executions_csharp_grpc " ,
srcs = [ " :executions_proto " ] ,
deps = [ " :executions_csharp_proto " ] ,
)
csharp_gapic_library (
name = " executions_csharp_gapic " ,
2020-09-11 08:15:53 +00:00
srcs = [ " :executions_proto_with_info " ] ,
common_resources_config = " @gax_dotnet//:Google.Api.Gax/ResourceNames/CommonResourcesConfig.json " ,
2020-12-04 05:00:34 +00:00
grpc_service_config = " executions_grpc_service_config.json " ,
2020-08-28 06:56:16 +00:00
deps = [
" :executions_csharp_grpc " ,
" :executions_csharp_proto " ,
] ,
)
# Open Source Packages
csharp_gapic_assembly_pkg (
name = " google-cloud-workflows-executions-v1beta-csharp " ,
deps = [
" :executions_csharp_gapic " ,
" :executions_csharp_grpc " ,
" :executions_csharp_proto " ,
] ,
)
##############################################################################
# C++
##############################################################################
# Put your C++ rules here