feat: use https://github.com/googleapis/gapic-generator-csharp for generating C# libraries.
PiperOrigin-RevId: 331104099
This commit is contained in:
parent
6a18a3c50f
commit
b821f32047
|
|
@ -316,6 +316,14 @@ php_gapic_repositories()
|
|||
# C#
|
||||
##############################################################################
|
||||
|
||||
# Required to access the C#-specific common resources config.
|
||||
http_archive(
|
||||
name = "gax_dotnet",
|
||||
urls = ["https://github.com/googleapis/gax-dotnet/archive/b4bf8c3e67a89e558f06af60f777bd12abe84392.zip"],
|
||||
strip_prefix = "gax-dotnet-b4bf8c3e67a89e558f06af60f777bd12abe84392",
|
||||
build_file_content = "exports_files([\"Google.Api.Gax/ResourceNames/CommonResourcesConfig.json\"])",
|
||||
)
|
||||
|
||||
http_archive(
|
||||
name = "gapic_generator_csharp",
|
||||
urls = ["https://github.com/googleapis/gapic-generator-csharp/archive/v1.2.0.zip"],
|
||||
|
|
|
|||
|
|
@ -331,10 +331,8 @@ csharp_grpc_library(
|
|||
|
||||
csharp_gapic_library(
|
||||
name = "admob_csharp_gapic",
|
||||
src = ":admob_proto_with_info",
|
||||
gapic_yaml = "admob_gapic.yaml",
|
||||
package = "google.ads.admob.v1",
|
||||
service_yaml = "//google/ads/admob:admob_v1.yaml",
|
||||
srcs = [":admob_proto_with_info"],
|
||||
common_resources_config = "@gax_dotnet//:Google.Api.Gax/ResourceNames/CommonResourcesConfig.json",
|
||||
deps = [
|
||||
":admob_csharp_grpc",
|
||||
":admob_csharp_proto",
|
||||
|
|
|
|||
|
|
@ -315,11 +315,9 @@ csharp_grpc_library(
|
|||
|
||||
csharp_gapic_library(
|
||||
name = "admin_csharp_gapic",
|
||||
src = ":admin_proto_with_info",
|
||||
gapic_yaml = "analyticsadmin_gapic.yaml",
|
||||
srcs = [":admin_proto_with_info"],
|
||||
grpc_service_config = "admin_grpc_service_config.json",
|
||||
package = "google.analytics.admin.v1alpha",
|
||||
service_yaml = "analyticsadmin_v1alpha.yaml",
|
||||
common_resources_config = "@gax_dotnet//:Google.Api.Gax/ResourceNames/CommonResourcesConfig.json",
|
||||
deps = [
|
||||
":admin_csharp_grpc",
|
||||
":admin_csharp_proto",
|
||||
|
|
|
|||
|
|
@ -344,11 +344,9 @@ csharp_grpc_library(
|
|||
|
||||
csharp_gapic_library(
|
||||
name = "data_csharp_gapic",
|
||||
src = ":data_proto_with_info",
|
||||
gapic_yaml = "analyticsdata_gapic.yaml",
|
||||
srcs = [":data_proto_with_info"],
|
||||
grpc_service_config = "analytics_data_grpc_service_config.json",
|
||||
package = "google.analytics.data.v1alpha",
|
||||
service_yaml = "analyticsdata_v1alpha.yaml",
|
||||
common_resources_config = "@gax_dotnet//:Google.Api.Gax/ResourceNames/CommonResourcesConfig.json",
|
||||
deps = [
|
||||
":data_csharp_grpc",
|
||||
":data_csharp_proto",
|
||||
|
|
|
|||
|
|
@ -343,10 +343,9 @@ csharp_grpc_library(
|
|||
|
||||
csharp_gapic_library(
|
||||
name = "management_csharp_gapic",
|
||||
src = ":management_proto_with_info",
|
||||
gapic_yaml = "analyticsmanagement_gapic.yaml",
|
||||
package = "google.analytics.management.v1alpha",
|
||||
service_yaml = "analyticsmanagement_v1alpha.yaml",
|
||||
srcs = [":management_proto_with_info"],
|
||||
grpc_service_config = "management_grpc_service_config.json",
|
||||
common_resources_config = "@gax_dotnet//:Google.Api.Gax/ResourceNames/CommonResourcesConfig.json",
|
||||
deps = [
|
||||
":management_csharp_grpc",
|
||||
":management_csharp_proto",
|
||||
|
|
|
|||
|
|
@ -361,10 +361,9 @@ csharp_grpc_library(
|
|||
|
||||
csharp_gapic_library(
|
||||
name = "servicemanagement_csharp_gapic",
|
||||
src = ":servicemanagement_proto_with_info",
|
||||
gapic_yaml = "servicemanagement_gapic.yaml",
|
||||
package = "google.api.servicemanagement.v1",
|
||||
service_yaml = "servicemanagement_v1.yaml",
|
||||
srcs = [":servicemanagement_proto_with_info"],
|
||||
grpc_service_config = "servicemanagement_grpc_service_config.json",
|
||||
common_resources_config = "@gax_dotnet//:Google.Api.Gax/ResourceNames/CommonResourcesConfig.json",
|
||||
deps = [
|
||||
":servicemanagement_csharp_grpc",
|
||||
":servicemanagement_csharp_proto",
|
||||
|
|
|
|||
|
|
@ -349,11 +349,9 @@ csharp_grpc_library(
|
|||
|
||||
csharp_gapic_library(
|
||||
name = "tables_csharp_gapic",
|
||||
src = ":tables_proto_with_info",
|
||||
gapic_yaml = "language_gapic.yaml",
|
||||
srcs = [":tables_proto_with_info"],
|
||||
grpc_service_config = "tables_grpc_service_config.json",
|
||||
package = "google.area120.tables.v1alpha1",
|
||||
service_yaml = "area120tables_v1alpha1.yaml",
|
||||
common_resources_config = "@gax_dotnet//:Google.Api.Gax/ResourceNames/CommonResourcesConfig.json",
|
||||
deps = [
|
||||
":tables_csharp_grpc",
|
||||
":tables_csharp_proto",
|
||||
|
|
|
|||
|
|
@ -361,10 +361,9 @@ csharp_grpc_library(
|
|||
|
||||
csharp_gapic_library(
|
||||
name = "admin_csharp_gapic",
|
||||
src = ":admin_proto_with_info",
|
||||
gapic_yaml = "bigtableadmin_gapic.yaml",
|
||||
package = "google.bigtable.admin.v2",
|
||||
service_yaml = "bigtableadmin_v2.yaml",
|
||||
srcs = [":admin_proto_with_info"],
|
||||
grpc_service_config = "bigtableadmin_grpc_service_config.json",
|
||||
common_resources_config = "@gax_dotnet//:Google.Api.Gax/ResourceNames/CommonResourcesConfig.json",
|
||||
deps = [
|
||||
":admin_csharp_grpc",
|
||||
":admin_csharp_proto",
|
||||
|
|
|
|||
|
|
@ -338,10 +338,9 @@ csharp_grpc_library(
|
|||
|
||||
csharp_gapic_library(
|
||||
name = "bigtable_csharp_gapic",
|
||||
src = ":bigtable_proto_with_info",
|
||||
gapic_yaml = "bigtable_gapic.yaml",
|
||||
package = "google.bigtable.v2",
|
||||
service_yaml = "bigtable_v2.yaml",
|
||||
srcs = [":bigtable_proto_with_info"],
|
||||
grpc_service_config = "bigtable_grpc_service_config.json",
|
||||
common_resources_config = "@gax_dotnet//:Google.Api.Gax/ResourceNames/CommonResourcesConfig.json",
|
||||
deps = [
|
||||
":bigtable_csharp_grpc",
|
||||
":bigtable_csharp_proto",
|
||||
|
|
|
|||
|
|
@ -341,10 +341,9 @@ csharp_grpc_library(
|
|||
|
||||
csharp_gapic_library(
|
||||
name = "moblab_csharp_gapic",
|
||||
src = ":moblab_proto_with_info",
|
||||
gapic_yaml = "chromeosmoblab_gapic.yaml",
|
||||
package = "google.chromeos.moblab.v1beta1",
|
||||
service_yaml = "chromeosmoblab_v1beta1.yaml",
|
||||
srcs = [":moblab_proto_with_info"],
|
||||
grpc_service_config = "moblab_grpc_service_config.json",
|
||||
common_resources_config = "@gax_dotnet//:Google.Api.Gax/ResourceNames/CommonResourcesConfig.json",
|
||||
deps = [
|
||||
":moblab_csharp_grpc",
|
||||
":moblab_csharp_proto",
|
||||
|
|
|
|||
|
|
@ -312,11 +312,9 @@ csharp_grpc_library(
|
|||
|
||||
csharp_gapic_library(
|
||||
name = "accessapproval_csharp_gapic",
|
||||
src = ":accessapproval_proto_with_info",
|
||||
gapic_yaml = "accessapproval_gapic.yaml",
|
||||
srcs = [":accessapproval_proto_with_info"],
|
||||
grpc_service_config = "accessapproval_grpc_service_config.json",
|
||||
package = "google.cloud.accessapproval.v1",
|
||||
service_yaml = "accessapproval_v1.yaml",
|
||||
common_resources_config = "@gax_dotnet//:Google.Api.Gax/ResourceNames/CommonResourcesConfig.json",
|
||||
deps = [
|
||||
":accessapproval_csharp_grpc",
|
||||
":accessapproval_csharp_proto",
|
||||
|
|
|
|||
|
|
@ -328,10 +328,9 @@ csharp_grpc_library(
|
|||
|
||||
csharp_gapic_library(
|
||||
name = "asset_csharp_gapic",
|
||||
src = ":asset_proto_with_info",
|
||||
gapic_yaml = "cloudasset_gapic.yaml",
|
||||
package = "google.cloud.asset.v1",
|
||||
service_yaml = "cloudasset_v1.yaml",
|
||||
srcs = [":asset_proto_with_info"],
|
||||
grpc_service_config = "cloudasset_grpc_service_config.json",
|
||||
common_resources_config = "@gax_dotnet//:Google.Api.Gax/ResourceNames/CommonResourcesConfig.json",
|
||||
deps = [
|
||||
":asset_csharp_grpc",
|
||||
":asset_csharp_proto",
|
||||
|
|
|
|||
|
|
@ -319,10 +319,9 @@ csharp_grpc_library(
|
|||
|
||||
csharp_gapic_library(
|
||||
name = "asset_csharp_gapic",
|
||||
src = ":asset_proto_with_info",
|
||||
gapic_yaml = "cloudasset_gapic.yaml",
|
||||
package = "google.cloud.asset.v1beta1",
|
||||
service_yaml = "cloudasset_v1beta1.yaml",
|
||||
srcs = [":asset_proto_with_info"],
|
||||
grpc_service_config = "cloudasset_grpc_service_config.json",
|
||||
common_resources_config = "@gax_dotnet//:Google.Api.Gax/ResourceNames/CommonResourcesConfig.json",
|
||||
deps = [
|
||||
":asset_csharp_grpc",
|
||||
":asset_csharp_proto",
|
||||
|
|
|
|||
|
|
@ -305,10 +305,9 @@ csharp_grpc_library(
|
|||
|
||||
csharp_gapic_library(
|
||||
name = "asset_csharp_gapic",
|
||||
src = ":asset_proto_with_info",
|
||||
gapic_yaml = "cloudasset_gapic.yaml",
|
||||
package = "google.cloud.asset.v1p1beta1",
|
||||
service_yaml = "cloudasset_v1p1beta1.yaml",
|
||||
srcs = [":asset_proto_with_info"],
|
||||
grpc_service_config = "cloudasset_grpc_service_config.json",
|
||||
common_resources_config = "@gax_dotnet//:Google.Api.Gax/ResourceNames/CommonResourcesConfig.json",
|
||||
deps = [
|
||||
":asset_csharp_grpc",
|
||||
":asset_csharp_proto",
|
||||
|
|
|
|||
|
|
@ -316,27 +316,27 @@ csharp_grpc_library(
|
|||
deps = [":asset_csharp_proto"],
|
||||
)
|
||||
|
||||
csharp_gapic_library(
|
||||
name = "asset_csharp_gapic",
|
||||
src = ":asset_proto_with_info",
|
||||
gapic_yaml = "cloudasset_gapic.yaml",
|
||||
package = "google.cloud.asset.v1p2beta1",
|
||||
service_yaml = "cloudasset_v1p2beta1.yaml",
|
||||
deps = [
|
||||
":asset_csharp_grpc",
|
||||
":asset_csharp_proto",
|
||||
],
|
||||
)
|
||||
# Invalid C# namespaces, cannot build.
|
||||
# csharp_gapic_library(
|
||||
# name = "asset_csharp_gapic",
|
||||
# srcs = [":asset_proto_with_info"],
|
||||
# grpc_service_config = "cloudasset_grpc_service_config.json",
|
||||
# common_resources_config = "@gax_dotnet//:Google.Api.Gax/ResourceNames/CommonResourcesConfig.json",
|
||||
# deps = [
|
||||
# ":asset_csharp_grpc",
|
||||
# ":asset_csharp_proto",
|
||||
# ],
|
||||
# )
|
||||
|
||||
# Open Source Packages
|
||||
csharp_gapic_assembly_pkg(
|
||||
name = "google-cloud-asset-v1p2beta1-csharp",
|
||||
deps = [
|
||||
":asset_csharp_gapic",
|
||||
":asset_csharp_grpc",
|
||||
":asset_csharp_proto",
|
||||
],
|
||||
)
|
||||
# # Open Source Packages
|
||||
# csharp_gapic_assembly_pkg(
|
||||
# name = "google-cloud-asset-v1p2beta1-csharp",
|
||||
# deps = [
|
||||
# ":asset_csharp_gapic",
|
||||
# ":asset_csharp_grpc",
|
||||
# ":asset_csharp_proto",
|
||||
# ],
|
||||
# )
|
||||
|
||||
##############################################################################
|
||||
# C++
|
||||
|
|
|
|||
|
|
@ -314,10 +314,9 @@ csharp_grpc_library(
|
|||
|
||||
csharp_gapic_library(
|
||||
name = "asset_csharp_gapic",
|
||||
src = ":asset_proto_with_info",
|
||||
gapic_yaml = "cloudasset_gapic.yaml",
|
||||
package = "google.cloud.asset.v1p4beta1",
|
||||
service_yaml = "cloudasset_v1p4beta1.yaml",
|
||||
srcs = [":asset_proto_with_info"],
|
||||
grpc_service_config = "cloudasset_grpc_service_config.json",
|
||||
common_resources_config = "@gax_dotnet//:Google.Api.Gax/ResourceNames/CommonResourcesConfig.json",
|
||||
deps = [
|
||||
":asset_csharp_grpc",
|
||||
":asset_csharp_proto",
|
||||
|
|
|
|||
|
|
@ -308,27 +308,27 @@ csharp_grpc_library(
|
|||
deps = [":asset_csharp_proto"],
|
||||
)
|
||||
|
||||
csharp_gapic_library(
|
||||
name = "asset_csharp_gapic",
|
||||
src = ":asset_proto_with_info",
|
||||
gapic_yaml = "cloudasset_gapic.yaml",
|
||||
package = "google.cloud.asset.v1p5beta1",
|
||||
service_yaml = "cloudasset_v1p5beta1.yaml",
|
||||
deps = [
|
||||
":asset_csharp_grpc",
|
||||
":asset_csharp_proto",
|
||||
],
|
||||
)
|
||||
# Invalid C# namespaces, cannot build.
|
||||
# csharp_gapic_library(
|
||||
# name = "asset_csharp_gapic",
|
||||
# srcs = [":asset_proto_with_info"],
|
||||
# grpc_service_config = "cloudasset_grpc_service_config.json",
|
||||
# common_resources_config = "@gax_dotnet//:Google.Api.Gax/ResourceNames/CommonResourcesConfig.json",
|
||||
# deps = [
|
||||
# ":asset_csharp_grpc",
|
||||
# ":asset_csharp_proto",
|
||||
# ],
|
||||
# )
|
||||
|
||||
# Open Source Packages
|
||||
csharp_gapic_assembly_pkg(
|
||||
name = "google-cloud-asset-v1p5beta1-csharp",
|
||||
deps = [
|
||||
":asset_csharp_gapic",
|
||||
":asset_csharp_grpc",
|
||||
":asset_csharp_proto",
|
||||
],
|
||||
)
|
||||
# # Open Source Packages
|
||||
# csharp_gapic_assembly_pkg(
|
||||
# name = "google-cloud-asset-v1p5beta1-csharp",
|
||||
# deps = [
|
||||
# ":asset_csharp_gapic",
|
||||
# ":asset_csharp_grpc",
|
||||
# ":asset_csharp_proto",
|
||||
# ],
|
||||
# )
|
||||
|
||||
##############################################################################
|
||||
# C++
|
||||
|
|
|
|||
|
|
@ -358,11 +358,9 @@ csharp_grpc_library(
|
|||
|
||||
csharp_gapic_library(
|
||||
name = "assuredworkloads_csharp_gapic",
|
||||
src = ":assuredworkloads_proto_with_info",
|
||||
gapic_yaml = "assuredworkloads_gapic.yaml",
|
||||
srcs = [":assuredworkloads_proto_with_info"],
|
||||
grpc_service_config = "assuredworkloads_grpc_service_config.json",
|
||||
package = "google.cloud.assuredworkloads.v1beta1",
|
||||
service_yaml = "assuredworkloads_v1beta1.yaml",
|
||||
common_resources_config = "@gax_dotnet//:Google.Api.Gax/ResourceNames/CommonResourcesConfig.json",
|
||||
deps = [
|
||||
":assuredworkloads_csharp_grpc",
|
||||
":assuredworkloads_csharp_proto",
|
||||
|
|
|
|||
|
|
@ -337,10 +337,9 @@ csharp_grpc_library(
|
|||
|
||||
csharp_gapic_library(
|
||||
name = "automl_csharp_gapic",
|
||||
src = ":automl_proto_with_info",
|
||||
gapic_yaml = "automl_gapic.yaml",
|
||||
package = "google.cloud.automl.v1",
|
||||
service_yaml = "automl_v1.yaml",
|
||||
srcs = [":automl_proto_with_info"],
|
||||
grpc_service_config = "automl_grpc_service_config.json",
|
||||
common_resources_config = "@gax_dotnet//:Google.Api.Gax/ResourceNames/CommonResourcesConfig.json",
|
||||
deps = [
|
||||
":automl_csharp_grpc",
|
||||
":automl_csharp_proto",
|
||||
|
|
|
|||
|
|
@ -346,10 +346,9 @@ csharp_grpc_library(
|
|||
|
||||
csharp_gapic_library(
|
||||
name = "automl_csharp_gapic",
|
||||
src = ":automl_proto_with_info",
|
||||
gapic_yaml = "automl_gapic.yaml",
|
||||
package = "google.cloud.automl.v1beta1",
|
||||
service_yaml = "automl_v1beta1.yaml",
|
||||
srcs = [":automl_proto_with_info"],
|
||||
grpc_service_config = "automl_grpc_service_config.json",
|
||||
common_resources_config = "@gax_dotnet//:Google.Api.Gax/ResourceNames/CommonResourcesConfig.json",
|
||||
deps = [
|
||||
":automl_csharp_grpc",
|
||||
":automl_csharp_proto",
|
||||
|
|
|
|||
|
|
@ -311,10 +311,9 @@ csharp_grpc_library(
|
|||
|
||||
csharp_gapic_library(
|
||||
name = "connection_csharp_gapic",
|
||||
src = ":connection_proto_with_info",
|
||||
gapic_yaml = "connection_gapic.yaml",
|
||||
package = "google.cloud.bigquery.connection.v1",
|
||||
service_yaml = "bigqueryconnection_v1.yaml",
|
||||
srcs = [":connection_proto_with_info"],
|
||||
grpc_service_config = "bigqueryconnection_grpc_service_config.json",
|
||||
common_resources_config = "@gax_dotnet//:Google.Api.Gax/ResourceNames/CommonResourcesConfig.json",
|
||||
deps = [
|
||||
":connection_csharp_grpc",
|
||||
":connection_csharp_proto",
|
||||
|
|
|
|||
|
|
@ -310,10 +310,9 @@ csharp_grpc_library(
|
|||
|
||||
csharp_gapic_library(
|
||||
name = "connection_csharp_gapic",
|
||||
src = ":connection_proto_with_info",
|
||||
gapic_yaml = "bigqueryconnection_gapic.yaml",
|
||||
package = "google.cloud.bigquery.connection.v1beta1",
|
||||
service_yaml = "bigqueryconnection_v1beta1.yaml",
|
||||
srcs = [":connection_proto_with_info"],
|
||||
grpc_service_config = "bigqueryconnection_grpc_service_config.json",
|
||||
common_resources_config = "@gax_dotnet//:Google.Api.Gax/ResourceNames/CommonResourcesConfig.json",
|
||||
deps = [
|
||||
":connection_csharp_grpc",
|
||||
":connection_csharp_proto",
|
||||
|
|
|
|||
|
|
@ -351,10 +351,9 @@ csharp_grpc_library(
|
|||
|
||||
csharp_gapic_library(
|
||||
name = "datatransfer_csharp_gapic",
|
||||
src = ":datatransfer_proto_with_info",
|
||||
gapic_yaml = "bigquerydatatransfer_gapic.yaml",
|
||||
package = "google.cloud.bigquery.datatransfer.v1",
|
||||
service_yaml = "bigquerydatatransfer_v1.yaml",
|
||||
srcs = [":datatransfer_proto_with_info"],
|
||||
grpc_service_config = "bigquerydatatransfer_grpc_service_config.json",
|
||||
common_resources_config = "@gax_dotnet//:Google.Api.Gax/ResourceNames/CommonResourcesConfig.json",
|
||||
deps = [
|
||||
":datatransfer_csharp_grpc",
|
||||
":datatransfer_csharp_proto",
|
||||
|
|
|
|||
|
|
@ -343,10 +343,9 @@ csharp_grpc_library(
|
|||
|
||||
csharp_gapic_library(
|
||||
name = "reservation_csharp_gapic",
|
||||
src = ":reservation_proto_with_info",
|
||||
gapic_yaml = "bigqueryreservation_gapic.yaml",
|
||||
package = "google.cloud.bigquery.reservation.v1",
|
||||
service_yaml = "bigqueryreservation_v1.yaml",
|
||||
srcs = [":reservation_proto_with_info"],
|
||||
grpc_service_config = "bigqueryreservation_grpc_service_config.json",
|
||||
common_resources_config = "@gax_dotnet//:Google.Api.Gax/ResourceNames/CommonResourcesConfig.json",
|
||||
deps = [
|
||||
":reservation_csharp_grpc",
|
||||
":reservation_csharp_proto",
|
||||
|
|
|
|||
|
|
@ -342,10 +342,9 @@ csharp_grpc_library(
|
|||
|
||||
csharp_gapic_library(
|
||||
name = "reservation_csharp_gapic",
|
||||
src = ":reservation_proto_with_info",
|
||||
gapic_yaml = "bigqueryreservation_gapic.yaml",
|
||||
package = "google.cloud.bigquery.reservation.v1beta1",
|
||||
service_yaml = "bigqueryreservation_v1beta1.yaml",
|
||||
srcs = [":reservation_proto_with_info"],
|
||||
grpc_service_config = "bigqueryreservation_grpc_service_config.json",
|
||||
common_resources_config = "@gax_dotnet//:Google.Api.Gax/ResourceNames/CommonResourcesConfig.json",
|
||||
deps = [
|
||||
":reservation_csharp_grpc",
|
||||
":reservation_csharp_proto",
|
||||
|
|
|
|||
|
|
@ -338,10 +338,9 @@ csharp_grpc_library(
|
|||
|
||||
csharp_gapic_library(
|
||||
name = "storage_csharp_gapic",
|
||||
src = ":storage_proto_with_info",
|
||||
gapic_yaml = "bigquerystorage_gapic.yaml",
|
||||
package = "google.cloud.bigquery.storage.v1",
|
||||
service_yaml = "bigquerystorage_v1.yaml",
|
||||
srcs = [":storage_proto_with_info"],
|
||||
grpc_service_config = "bigquerystorage_grpc_service_config.json",
|
||||
common_resources_config = "@gax_dotnet//:Google.Api.Gax/ResourceNames/CommonResourcesConfig.json",
|
||||
deps = [
|
||||
":storage_csharp_grpc",
|
||||
":storage_csharp_proto",
|
||||
|
|
|
|||
|
|
@ -348,10 +348,9 @@ csharp_grpc_library(
|
|||
|
||||
csharp_gapic_library(
|
||||
name = "storage_csharp_gapic",
|
||||
src = ":storage_proto_with_info",
|
||||
gapic_yaml = "bigquerystorage_gapic.yaml",
|
||||
package = "google.cloud.bigquery.storage.v1alpha2",
|
||||
service_yaml = "bigquerystorage_v1alpha2.yaml",
|
||||
srcs = [":storage_proto_with_info"],
|
||||
grpc_service_config = "bigquerystorage_grpc_service_config.json",
|
||||
common_resources_config = "@gax_dotnet//:Google.Api.Gax/ResourceNames/CommonResourcesConfig.json",
|
||||
deps = [
|
||||
":storage_csharp_grpc",
|
||||
":storage_csharp_proto",
|
||||
|
|
|
|||
|
|
@ -342,10 +342,9 @@ csharp_grpc_library(
|
|||
|
||||
csharp_gapic_library(
|
||||
name = "storage_csharp_gapic",
|
||||
src = ":storage_proto_with_info",
|
||||
gapic_yaml = "bigquerystorage_gapic.yaml",
|
||||
package = "google.cloud.bigquery.storage.v1beta1",
|
||||
service_yaml = "bigquerystorage_v1beta1.yaml",
|
||||
srcs = [":storage_proto_with_info"],
|
||||
grpc_service_config = "bigquerystorage_grpc_service_config.json",
|
||||
common_resources_config = "@gax_dotnet//:Google.Api.Gax/ResourceNames/CommonResourcesConfig.json",
|
||||
deps = [
|
||||
":storage_csharp_grpc",
|
||||
":storage_csharp_proto",
|
||||
|
|
|
|||
|
|
@ -337,10 +337,9 @@ csharp_grpc_library(
|
|||
|
||||
csharp_gapic_library(
|
||||
name = "storage_csharp_gapic",
|
||||
src = ":storage_proto_with_info",
|
||||
gapic_yaml = "bigquerystorage_gapic.yaml",
|
||||
package = "google.cloud.bigquery.storage.v1beta2",
|
||||
service_yaml = "bigquerystorage_v1beta2.yaml",
|
||||
srcs = [":storage_proto_with_info"],
|
||||
grpc_service_config = "bigquerystorage_grpc_service_config.json",
|
||||
common_resources_config = "@gax_dotnet//:Google.Api.Gax/ResourceNames/CommonResourcesConfig.json",
|
||||
deps = [
|
||||
":storage_csharp_grpc",
|
||||
":storage_csharp_proto",
|
||||
|
|
|
|||
|
|
@ -340,10 +340,9 @@ csharp_grpc_library(
|
|||
|
||||
csharp_gapic_library(
|
||||
name = "bigquery_csharp_gapic",
|
||||
src = ":bigquery_proto_with_info",
|
||||
gapic_yaml = "bigquery_gapic.yaml",
|
||||
package = "google.cloud.bigquery.v2",
|
||||
service_yaml = "bigquery_v2.yaml",
|
||||
srcs = [":bigquery_proto_with_info"],
|
||||
grpc_service_config = "bigquery_grpc_service_config.json",
|
||||
common_resources_config = "@gax_dotnet//:Google.Api.Gax/ResourceNames/CommonResourcesConfig.json",
|
||||
deps = [
|
||||
":bigquery_csharp_grpc",
|
||||
":bigquery_csharp_proto",
|
||||
|
|
|
|||
|
|
@ -316,11 +316,9 @@ csharp_grpc_library(
|
|||
|
||||
csharp_gapic_library(
|
||||
name = "budgets_csharp_gapic",
|
||||
src = ":budgets_proto_with_info",
|
||||
gapic_yaml = "billingbudgets_gapic.yaml",
|
||||
srcs = [":budgets_proto_with_info"],
|
||||
grpc_service_config = "billingbudgets_grpc_service_config.json",
|
||||
package = "google.cloud.billing.budgets.v1beta1",
|
||||
service_yaml = "billingbudgets.yaml",
|
||||
common_resources_config = "@gax_dotnet//:Google.Api.Gax/ResourceNames/CommonResourcesConfig.json",
|
||||
deps = [
|
||||
":budgets_csharp_grpc",
|
||||
":budgets_csharp_proto",
|
||||
|
|
|
|||
|
|
@ -351,10 +351,9 @@ csharp_grpc_library(
|
|||
|
||||
csharp_gapic_library(
|
||||
name = "billing_csharp_gapic",
|
||||
src = ":billing_proto_with_info",
|
||||
gapic_yaml = "cloud_billing_gapic.yaml",
|
||||
package = "google.cloud.billing.v1",
|
||||
service_yaml = "cloudbilling.yaml",
|
||||
srcs = [":billing_proto_with_info"],
|
||||
grpc_service_config = "cloud_billing_grpc_service_config.json",
|
||||
common_resources_config = "@gax_dotnet//:Google.Api.Gax/ResourceNames/CommonResourcesConfig.json",
|
||||
deps = [
|
||||
":billing_csharp_grpc",
|
||||
":billing_csharp_proto",
|
||||
|
|
|
|||
|
|
@ -339,10 +339,9 @@ csharp_grpc_library(
|
|||
|
||||
csharp_gapic_library(
|
||||
name = "binaryauthorization_csharp_gapic",
|
||||
src = ":binaryauthorization_proto_with_info",
|
||||
gapic_yaml = "binaryauthorization_gapic.yaml",
|
||||
package = "google.cloud.binaryauthorization.v1beta1",
|
||||
service_yaml = "binaryauthorization_v1beta1.yaml",
|
||||
srcs = [":binaryauthorization_proto_with_info"],
|
||||
grpc_service_config = "binaryauthorization_grpc_service_config.json",
|
||||
common_resources_config = "@gax_dotnet//:Google.Api.Gax/ResourceNames/CommonResourcesConfig.json",
|
||||
deps = [
|
||||
":binaryauthorization_csharp_grpc",
|
||||
":binaryauthorization_csharp_proto",
|
||||
|
|
|
|||
|
|
@ -318,10 +318,9 @@ csharp_grpc_library(
|
|||
|
||||
csharp_gapic_library(
|
||||
name = "datacatalog_csharp_gapic",
|
||||
src = ":datacatalog_proto_with_info",
|
||||
gapic_yaml = "datacatalog_gapic.yaml",
|
||||
package = "google.cloud.datacatalog.v1",
|
||||
service_yaml = "datacatalog_v1.yaml",
|
||||
srcs = [":datacatalog_proto_with_info"],
|
||||
grpc_service_config = "datacatalog_grpc_service_config.json",
|
||||
common_resources_config = "@gax_dotnet//:Google.Api.Gax/ResourceNames/CommonResourcesConfig.json",
|
||||
deps = [
|
||||
":datacatalog_csharp_grpc",
|
||||
":datacatalog_csharp_proto",
|
||||
|
|
|
|||
|
|
@ -322,10 +322,9 @@ csharp_grpc_library(
|
|||
|
||||
csharp_gapic_library(
|
||||
name = "datacatalog_csharp_gapic",
|
||||
src = ":datacatalog_proto_with_info",
|
||||
gapic_yaml = "datacatalog_gapic.yaml",
|
||||
package = "google.cloud.datacatalog.v1beta1",
|
||||
service_yaml = "datacatalog_v1beta1.yaml",
|
||||
srcs = [":datacatalog_proto_with_info"],
|
||||
grpc_service_config = "datacatalog_grpc_service_config.json",
|
||||
common_resources_config = "@gax_dotnet//:Google.Api.Gax/ResourceNames/CommonResourcesConfig.json",
|
||||
deps = [
|
||||
":datacatalog_csharp_grpc",
|
||||
":datacatalog_csharp_proto",
|
||||
|
|
|
|||
|
|
@ -322,10 +322,9 @@ csharp_grpc_library(
|
|||
|
||||
csharp_gapic_library(
|
||||
name = "datalabeling_csharp_gapic",
|
||||
src = ":datalabeling_proto_with_info",
|
||||
gapic_yaml = "datalabeling_gapic.yaml",
|
||||
package = "google.cloud.datalabeling.v1beta1",
|
||||
service_yaml = "datalabeling_v1beta1.yaml",
|
||||
srcs = [":datalabeling_proto_with_info"],
|
||||
grpc_service_config = "datalabeling_grpc_service_config.json",
|
||||
common_resources_config = "@gax_dotnet//:Google.Api.Gax/ResourceNames/CommonResourcesConfig.json",
|
||||
deps = [
|
||||
":datalabeling_csharp_grpc",
|
||||
":datalabeling_csharp_proto",
|
||||
|
|
|
|||
|
|
@ -320,10 +320,9 @@ csharp_grpc_library(
|
|||
|
||||
csharp_gapic_library(
|
||||
name = "dataproc_csharp_gapic",
|
||||
src = ":dataproc_proto_with_info",
|
||||
gapic_yaml = "dataproc_gapic.yaml",
|
||||
package = "google.cloud.dataproc.v1",
|
||||
service_yaml = "dataproc_v1.yaml",
|
||||
srcs = [":dataproc_proto_with_info"],
|
||||
grpc_service_config = "dataproc_grpc_service_config.json",
|
||||
common_resources_config = "@gax_dotnet//:Google.Api.Gax/ResourceNames/CommonResourcesConfig.json",
|
||||
deps = [
|
||||
":dataproc_csharp_grpc",
|
||||
":dataproc_csharp_proto",
|
||||
|
|
|
|||
|
|
@ -317,27 +317,27 @@ csharp_grpc_library(
|
|||
deps = [":dataproc_csharp_proto"],
|
||||
)
|
||||
|
||||
csharp_gapic_library(
|
||||
name = "dataproc_csharp_gapic",
|
||||
src = ":dataproc_proto_with_info",
|
||||
gapic_yaml = "dataproc_gapic.yaml",
|
||||
package = "google.cloud.dataproc.v1beta2",
|
||||
service_yaml = "dataproc_v1beta2.yaml",
|
||||
deps = [
|
||||
":dataproc_csharp_grpc",
|
||||
":dataproc_csharp_proto",
|
||||
],
|
||||
)
|
||||
# Invalid resource-reference, cannot build.
|
||||
# csharp_gapic_library(
|
||||
# name = "dataproc_csharp_gapic",
|
||||
# srcs = [":dataproc_proto_with_info"],
|
||||
# grpc_service_config = "dataproc_grpc_service_config.json",
|
||||
# common_resources_config = "@gax_dotnet//:Google.Api.Gax/ResourceNames/CommonResourcesConfig.json",
|
||||
# deps = [
|
||||
# ":dataproc_csharp_grpc",
|
||||
# ":dataproc_csharp_proto",
|
||||
# ],
|
||||
# )
|
||||
|
||||
# Open Source Packages
|
||||
csharp_gapic_assembly_pkg(
|
||||
name = "google-cloud-dataproc-v1beta2-csharp",
|
||||
deps = [
|
||||
":dataproc_csharp_gapic",
|
||||
":dataproc_csharp_grpc",
|
||||
":dataproc_csharp_proto",
|
||||
],
|
||||
)
|
||||
# # Open Source Packages
|
||||
# csharp_gapic_assembly_pkg(
|
||||
# name = "google-cloud-dataproc-v1beta2-csharp",
|
||||
# deps = [
|
||||
# ":dataproc_csharp_gapic",
|
||||
# ":dataproc_csharp_grpc",
|
||||
# ":dataproc_csharp_proto",
|
||||
# ],
|
||||
# )
|
||||
|
||||
##############################################################################
|
||||
# C++
|
||||
|
|
|
|||
|
|
@ -353,11 +353,9 @@ csharp_grpc_library(
|
|||
|
||||
csharp_gapic_library(
|
||||
name = "cx_csharp_gapic",
|
||||
src = ":cx_proto_with_info",
|
||||
gapic_yaml = "dialogflow_gapic.yaml",
|
||||
srcs = [":cx_proto_with_info"],
|
||||
grpc_service_config = "dialogflow_grpc_service_config.json",
|
||||
package = "google.cloud.dialogflow.cx.v3beta1",
|
||||
service_yaml = "dialogflow_v3beta1.yaml",
|
||||
common_resources_config = "@gax_dotnet//:Google.Api.Gax/ResourceNames/CommonResourcesConfig.json",
|
||||
deps = [
|
||||
":cx_csharp_grpc",
|
||||
":cx_csharp_proto",
|
||||
|
|
|
|||
|
|
@ -384,11 +384,9 @@ csharp_grpc_library(
|
|||
|
||||
csharp_gapic_library(
|
||||
name = "dialogflow_csharp_gapic",
|
||||
src = ":dialogflow_proto_with_info",
|
||||
gapic_yaml = "dialogflow_gapic.yaml",
|
||||
srcs = [":dialogflow_proto_with_info"],
|
||||
grpc_service_config = "dialogflow_grpc_service_config.json",
|
||||
package = "google.cloud.dialogflow.v2",
|
||||
service_yaml = "dialogflow_v2.yaml",
|
||||
common_resources_config = "@gax_dotnet//:Google.Api.Gax/ResourceNames/CommonResourcesConfig.json",
|
||||
deps = [
|
||||
":dialogflow_csharp_grpc",
|
||||
":dialogflow_csharp_proto",
|
||||
|
|
|
|||
|
|
@ -389,11 +389,9 @@ csharp_grpc_library(
|
|||
|
||||
csharp_gapic_library(
|
||||
name = "dialogflow_csharp_gapic",
|
||||
src = ":dialogflow_proto_with_info",
|
||||
gapic_yaml = "dialogflow_gapic.yaml",
|
||||
srcs = [":dialogflow_proto_with_info"],
|
||||
grpc_service_config = "dialogflow_grpc_service_config.json",
|
||||
package = "google.cloud.dialogflow.v2beta1",
|
||||
service_yaml = "dialogflow_v2beta1.yaml",
|
||||
common_resources_config = "@gax_dotnet//:Google.Api.Gax/ResourceNames/CommonResourcesConfig.json",
|
||||
deps = [
|
||||
":dialogflow_csharp_grpc",
|
||||
":dialogflow_csharp_proto",
|
||||
|
|
|
|||
|
|
@ -347,10 +347,9 @@ csharp_grpc_library(
|
|||
|
||||
csharp_gapic_library(
|
||||
name = "documentai_csharp_gapic",
|
||||
src = ":documentai_proto_with_info",
|
||||
gapic_yaml = "documentai_gapic.yaml",
|
||||
package = "google.cloud.documentai.v1beta1",
|
||||
service_yaml = "//google/cloud/documentai:documentai_v1beta1.yaml",
|
||||
srcs = [":documentai_proto_with_info"],
|
||||
grpc_service_config = "documentai_grpc_service_config.json",
|
||||
common_resources_config = "@gax_dotnet//:Google.Api.Gax/ResourceNames/CommonResourcesConfig.json",
|
||||
deps = [
|
||||
":documentai_csharp_grpc",
|
||||
":documentai_csharp_proto",
|
||||
|
|
|
|||
|
|
@ -311,10 +311,9 @@ csharp_grpc_library(
|
|||
|
||||
csharp_gapic_library(
|
||||
name = "documentai_csharp_gapic",
|
||||
src = ":documentai_proto_with_info",
|
||||
gapic_yaml = "documentai_gapic.yaml",
|
||||
package = "google.cloud.documentai.v1beta2",
|
||||
service_yaml = "documentai_v1beta2.yaml",
|
||||
srcs = [":documentai_proto_with_info"],
|
||||
grpc_service_config = "documentai_v1beta2_grpc_service_config.json",
|
||||
common_resources_config = "@gax_dotnet//:Google.Api.Gax/ResourceNames/CommonResourcesConfig.json",
|
||||
deps = [
|
||||
":documentai_csharp_grpc",
|
||||
":documentai_csharp_proto",
|
||||
|
|
|
|||
|
|
@ -373,11 +373,9 @@ csharp_grpc_library(
|
|||
|
||||
csharp_gapic_library(
|
||||
name = "documentai_csharp_gapic",
|
||||
src = ":documentai_proto_with_info",
|
||||
gapic_yaml = "documentai_gapic.yaml",
|
||||
srcs = [":documentai_proto_with_info"],
|
||||
grpc_service_config = "documentai_v1beta3_grpc_service_config.json",
|
||||
package = "google.cloud.documentai.v1beta3",
|
||||
service_yaml = "documentai_v1beta3.yaml",
|
||||
common_resources_config = "@gax_dotnet//:Google.Api.Gax/ResourceNames/CommonResourcesConfig.json",
|
||||
deps = [
|
||||
":documentai_csharp_grpc",
|
||||
":documentai_csharp_proto",
|
||||
|
|
|
|||
|
|
@ -360,11 +360,9 @@ csharp_grpc_library(
|
|||
|
||||
csharp_gapic_library(
|
||||
name = "domains_csharp_gapic",
|
||||
src = ":domains_proto_with_info",
|
||||
gapic_yaml = "domains_gapic.yaml",
|
||||
srcs = [":domains_proto_with_info"],
|
||||
grpc_service_config = "domains_grpc_service_config.json",
|
||||
package = "google.cloud.domains.v1alpha2",
|
||||
service_yaml = "domains_v1alpha2.yaml",
|
||||
common_resources_config = "@gax_dotnet//:Google.Api.Gax/ResourceNames/CommonResourcesConfig.json",
|
||||
deps = [
|
||||
":domains_csharp_grpc",
|
||||
":domains_csharp_proto",
|
||||
|
|
|
|||
|
|
@ -360,11 +360,9 @@ csharp_grpc_library(
|
|||
|
||||
csharp_gapic_library(
|
||||
name = "domains_csharp_gapic",
|
||||
src = ":domains_proto_with_info",
|
||||
gapic_yaml = "domains_gapic.yaml",
|
||||
srcs = [":domains_proto_with_info"],
|
||||
grpc_service_config = "domains_grpc_service_config.json",
|
||||
package = "google.cloud.domains.v1beta1",
|
||||
service_yaml = "domains_v1beta1.yaml",
|
||||
common_resources_config = "@gax_dotnet//:Google.Api.Gax/ResourceNames/CommonResourcesConfig.json",
|
||||
deps = [
|
||||
":domains_csharp_grpc",
|
||||
":domains_csharp_proto",
|
||||
|
|
|
|||
|
|
@ -329,11 +329,9 @@ csharp_grpc_library(
|
|||
|
||||
csharp_gapic_library(
|
||||
name = "functions_csharp_gapic",
|
||||
src = ":functions_proto_with_info",
|
||||
gapic_yaml = "functions_gapic.yaml",
|
||||
srcs = [":functions_proto_with_info"],
|
||||
grpc_service_config = "functions_grpc_service_config.json",
|
||||
package = "google.cloud.functions.v1",
|
||||
service_yaml = "cloudfunctions_v1.yaml",
|
||||
common_resources_config = "@gax_dotnet//:Google.Api.Gax/ResourceNames/CommonResourcesConfig.json",
|
||||
deps = [
|
||||
":functions_csharp_grpc",
|
||||
":functions_csharp_proto",
|
||||
|
|
|
|||
|
|
@ -330,11 +330,9 @@ csharp_grpc_library(
|
|||
|
||||
csharp_gapic_library(
|
||||
name = "gaming_csharp_gapic",
|
||||
src = ":gaming_proto_with_info",
|
||||
gapic_yaml = "gaming_gapic.yaml",
|
||||
srcs = [":gaming_proto_with_info"],
|
||||
grpc_service_config = "gaming_grpc_service_config.json",
|
||||
package = "google.cloud.gaming.v1",
|
||||
service_yaml = "gameservices_v1.yaml",
|
||||
common_resources_config = "@gax_dotnet//:Google.Api.Gax/ResourceNames/CommonResourcesConfig.json",
|
||||
deps = [
|
||||
":gaming_csharp_grpc",
|
||||
":gaming_csharp_proto",
|
||||
|
|
|
|||
|
|
@ -321,10 +321,9 @@ csharp_grpc_library(
|
|||
|
||||
csharp_gapic_library(
|
||||
name = "gaming_csharp_gapic",
|
||||
src = ":gaming_proto_with_info",
|
||||
gapic_yaml = "gaming_gapic.yaml",
|
||||
package = "google.cloud.gaming.v1beta",
|
||||
service_yaml = "gameservices_v1beta.yaml",
|
||||
srcs = [":gaming_proto_with_info"],
|
||||
grpc_service_config = "gaming_grpc_service_config.json",
|
||||
common_resources_config = "@gax_dotnet//:Google.Api.Gax/ResourceNames/CommonResourcesConfig.json",
|
||||
deps = [
|
||||
":gaming_csharp_grpc",
|
||||
":gaming_csharp_proto",
|
||||
|
|
|
|||
|
|
@ -313,10 +313,9 @@ csharp_grpc_library(
|
|||
|
||||
csharp_gapic_library(
|
||||
name = "iot_csharp_gapic",
|
||||
src = ":iot_proto_with_info",
|
||||
gapic_yaml = "cloudiot_gapic.yaml",
|
||||
package = "google.cloud.iot.v1",
|
||||
service_yaml = "cloudiot_v1.yaml",
|
||||
srcs = [":iot_proto_with_info"],
|
||||
grpc_service_config = "cloudiot_grpc_service_config.json",
|
||||
common_resources_config = "@gax_dotnet//:Google.Api.Gax/ResourceNames/CommonResourcesConfig.json",
|
||||
deps = [
|
||||
":iot_csharp_grpc",
|
||||
":iot_csharp_proto",
|
||||
|
|
|
|||
|
|
@ -326,10 +326,9 @@ csharp_grpc_library(
|
|||
|
||||
csharp_gapic_library(
|
||||
name = "kms_csharp_gapic",
|
||||
src = ":kms_proto_with_info",
|
||||
gapic_yaml = "cloudkms_gapic.yaml",
|
||||
package = "google.cloud.kms.v1",
|
||||
service_yaml = "cloudkms_v1.yaml",
|
||||
srcs = [":kms_proto_with_info"],
|
||||
grpc_service_config = "cloudkms_grpc_service_config.json",
|
||||
common_resources_config = "@gax_dotnet//:Google.Api.Gax/ResourceNames/CommonResourcesConfig.json",
|
||||
deps = [
|
||||
":kms_csharp_grpc",
|
||||
":kms_csharp_proto",
|
||||
|
|
|
|||
|
|
@ -341,10 +341,9 @@ csharp_grpc_library(
|
|||
|
||||
csharp_gapic_library(
|
||||
name = "language_csharp_gapic",
|
||||
src = ":language_proto_with_info",
|
||||
gapic_yaml = "language_gapic.yaml",
|
||||
package = "google.cloud.language.v1",
|
||||
service_yaml = "//google/cloud/language:language_v1.yaml",
|
||||
srcs = [":language_proto_with_info"],
|
||||
grpc_service_config = "language_grpc_service_config.json",
|
||||
common_resources_config = "@gax_dotnet//:Google.Api.Gax/ResourceNames/CommonResourcesConfig.json",
|
||||
deps = [
|
||||
":language_csharp_grpc",
|
||||
":language_csharp_proto",
|
||||
|
|
|
|||
|
|
@ -343,10 +343,9 @@ csharp_grpc_library(
|
|||
|
||||
csharp_gapic_library(
|
||||
name = "language_csharp_gapic",
|
||||
src = ":language_proto_with_info",
|
||||
gapic_yaml = "language_gapic.yaml",
|
||||
package = "google.cloud.language.v1beta2",
|
||||
service_yaml = "language_v1beta2.yaml",
|
||||
srcs = [":language_proto_with_info"],
|
||||
grpc_service_config = "language_grpc_service_config.json",
|
||||
common_resources_config = "@gax_dotnet//:Google.Api.Gax/ResourceNames/CommonResourcesConfig.json",
|
||||
deps = [
|
||||
":language_csharp_grpc",
|
||||
":language_csharp_proto",
|
||||
|
|
|
|||
|
|
@ -344,10 +344,9 @@ csharp_grpc_library(
|
|||
|
||||
csharp_gapic_library(
|
||||
name = "managedidentities_csharp_gapic",
|
||||
src = ":managedidentities_proto_with_info",
|
||||
gapic_yaml = "managedidentities_gapic.yaml",
|
||||
package = "google.cloud.managedidentities.v1",
|
||||
service_yaml = "managedidentities_v1.yaml",
|
||||
srcs = [":managedidentities_proto_with_info"],
|
||||
grpc_service_config = "managedidentities_grpc_service_config.json",
|
||||
common_resources_config = "@gax_dotnet//:Google.Api.Gax/ResourceNames/CommonResourcesConfig.json",
|
||||
deps = [
|
||||
":managedidentities_csharp_grpc",
|
||||
":managedidentities_csharp_proto",
|
||||
|
|
|
|||
|
|
@ -339,10 +339,8 @@ csharp_grpc_library(
|
|||
|
||||
csharp_gapic_library(
|
||||
name = "managedidentities_csharp_gapic",
|
||||
src = ":managedidentities_proto_with_info",
|
||||
gapic_yaml = "managedidentities_gapic.yaml",
|
||||
package = "google.cloud.managedidentities.v1beta1",
|
||||
service_yaml = "managedidentities_v1beta1.yaml",
|
||||
srcs = [":managedidentities_proto_with_info"],
|
||||
common_resources_config = "@gax_dotnet//:Google.Api.Gax/ResourceNames/CommonResourcesConfig.json",
|
||||
deps = [
|
||||
":managedidentities_csharp_grpc",
|
||||
":managedidentities_csharp_proto",
|
||||
|
|
|
|||
|
|
@ -343,11 +343,9 @@ csharp_grpc_library(
|
|||
|
||||
csharp_gapic_library(
|
||||
name = "mediatranslation_csharp_gapic",
|
||||
src = ":mediatranslation_proto_with_info",
|
||||
gapic_yaml = "mediatranslation_gapic.yaml",
|
||||
srcs = [":mediatranslation_proto_with_info"],
|
||||
grpc_service_config = "mediatranslation_grpc_service_config.json",
|
||||
package = "google.cloud.mediatranslation.v1beta1",
|
||||
service_yaml = "mediatranslation_v1beta1.yaml",
|
||||
common_resources_config = "@gax_dotnet//:Google.Api.Gax/ResourceNames/CommonResourcesConfig.json",
|
||||
deps = [
|
||||
":mediatranslation_csharp_grpc",
|
||||
":mediatranslation_csharp_proto",
|
||||
|
|
|
|||
|
|
@ -344,10 +344,9 @@ csharp_grpc_library(
|
|||
|
||||
csharp_gapic_library(
|
||||
name = "memcache_csharp_gapic",
|
||||
src = ":memcache_proto_with_info",
|
||||
gapic_yaml = "memcache_gapic.yaml",
|
||||
package = "google.cloud.memcache.v1beta2",
|
||||
service_yaml = "memcache_v1beta2.yaml",
|
||||
srcs = [":memcache_proto_with_info"],
|
||||
grpc_service_config = "memcache_grpc_service_config.json",
|
||||
common_resources_config = "@gax_dotnet//:Google.Api.Gax/ResourceNames/CommonResourcesConfig.json",
|
||||
deps = [
|
||||
":memcache_csharp_grpc",
|
||||
":memcache_csharp_proto",
|
||||
|
|
|
|||
|
|
@ -353,11 +353,9 @@ csharp_grpc_library(
|
|||
|
||||
csharp_gapic_library(
|
||||
name = "metastore_csharp_gapic",
|
||||
src = ":metastore_proto_with_info",
|
||||
gapic_yaml = "metastore_gapic.yaml",
|
||||
srcs = [":metastore_proto_with_info"],
|
||||
grpc_service_config = "metastore_grpc_service_config.json",
|
||||
package = "google.cloud.metastore.v1alpha",
|
||||
service_yaml = "metastore_v1alpha.yaml",
|
||||
common_resources_config = "@gax_dotnet//:Google.Api.Gax/ResourceNames/CommonResourcesConfig.json",
|
||||
deps = [
|
||||
":metastore_csharp_grpc",
|
||||
":metastore_csharp_proto",
|
||||
|
|
|
|||
|
|
@ -320,11 +320,9 @@ csharp_grpc_library(
|
|||
|
||||
csharp_gapic_library(
|
||||
name = "notebooks_csharp_gapic",
|
||||
src = ":notebooks_proto_with_info",
|
||||
gapic_yaml = "notebooks_gapic.yaml",
|
||||
srcs = [":notebooks_proto_with_info"],
|
||||
grpc_service_config = "notebooks_grpc_service_config.json",
|
||||
package = "google.cloud.notebooks.v1beta1",
|
||||
service_yaml = "notebooks_v1beta1.yaml",
|
||||
common_resources_config = "@gax_dotnet//:Google.Api.Gax/ResourceNames/CommonResourcesConfig.json",
|
||||
deps = [
|
||||
":notebooks_csharp_grpc",
|
||||
":notebooks_csharp_proto",
|
||||
|
|
|
|||
|
|
@ -331,10 +331,9 @@ csharp_grpc_library(
|
|||
|
||||
csharp_gapic_library(
|
||||
name = "agentendpoint_csharp_gapic",
|
||||
src = ":agentendpoint_proto_with_info",
|
||||
gapic_yaml = "osconfig_gapic.yaml",
|
||||
package = "google.cloud.osconfig.agentendpoint.v1",
|
||||
service_yaml = "osconfig_v1.yaml",
|
||||
srcs = [":agentendpoint_proto_with_info"],
|
||||
grpc_service_config = "agentendpoint_grpc_service_config.json",
|
||||
common_resources_config = "@gax_dotnet//:Google.Api.Gax/ResourceNames/CommonResourcesConfig.json",
|
||||
deps = [
|
||||
":agentendpoint_csharp_grpc",
|
||||
":agentendpoint_csharp_proto",
|
||||
|
|
|
|||
|
|
@ -334,10 +334,9 @@ csharp_grpc_library(
|
|||
|
||||
csharp_gapic_library(
|
||||
name = "agentendpoint_csharp_gapic",
|
||||
src = ":agentendpoint_proto_with_info",
|
||||
gapic_yaml = "osconfig_gapic.yaml",
|
||||
package = "google.cloud.osconfig.agentendpoint.v1beta",
|
||||
service_yaml = "osconfig_v1beta.yaml",
|
||||
srcs = [":agentendpoint_proto_with_info"],
|
||||
grpc_service_config = "agentendpoint_grpc_service_config.json",
|
||||
common_resources_config = "@gax_dotnet//:Google.Api.Gax/ResourceNames/CommonResourcesConfig.json",
|
||||
deps = [
|
||||
":agentendpoint_csharp_grpc",
|
||||
":agentendpoint_csharp_proto",
|
||||
|
|
|
|||
|
|
@ -353,10 +353,9 @@ csharp_grpc_library(
|
|||
|
||||
csharp_gapic_library(
|
||||
name = "osconfig_csharp_gapic",
|
||||
src = ":osconfig_proto_with_info",
|
||||
gapic_yaml = "osconfig_gapic.yaml",
|
||||
package = "google.cloud.osconfig.v1",
|
||||
service_yaml = "osconfig_v1.yaml",
|
||||
srcs = [":osconfig_proto_with_info"],
|
||||
grpc_service_config = "osconfig_grpc_service_config.json",
|
||||
common_resources_config = "@gax_dotnet//:Google.Api.Gax/ResourceNames/CommonResourcesConfig.json",
|
||||
deps = [
|
||||
":osconfig_csharp_grpc",
|
||||
":osconfig_csharp_proto",
|
||||
|
|
|
|||
|
|
@ -354,10 +354,9 @@ csharp_grpc_library(
|
|||
|
||||
csharp_gapic_library(
|
||||
name = "osconfig_csharp_gapic",
|
||||
src = ":osconfig_proto_with_info",
|
||||
gapic_yaml = "osconfig_gapic.yaml",
|
||||
package = "google.cloud.osconfig.v1beta",
|
||||
service_yaml = "osconfig_v1beta.yaml",
|
||||
srcs = [":osconfig_proto_with_info"],
|
||||
grpc_service_config = "osconfig_grpc_service_config.json",
|
||||
common_resources_config = "@gax_dotnet//:Google.Api.Gax/ResourceNames/CommonResourcesConfig.json",
|
||||
deps = [
|
||||
":osconfig_csharp_grpc",
|
||||
":osconfig_csharp_proto",
|
||||
|
|
|
|||
|
|
@ -386,10 +386,9 @@ csharp_grpc_library(
|
|||
|
||||
csharp_gapic_library(
|
||||
name = "oslogin_csharp_gapic",
|
||||
src = ":oslogin_proto_with_info",
|
||||
gapic_yaml = "oslogin_gapic.yaml",
|
||||
package = "google.cloud.oslogin.v1",
|
||||
service_yaml = "oslogin_v1.yaml",
|
||||
srcs = [":oslogin_proto_with_info"],
|
||||
grpc_service_config = "oslogin_grpc_service_config.json",
|
||||
common_resources_config = "@gax_dotnet//:Google.Api.Gax/ResourceNames/CommonResourcesConfig.json",
|
||||
deps = [
|
||||
":oslogin_csharp_grpc",
|
||||
":oslogin_csharp_proto",
|
||||
|
|
|
|||
|
|
@ -381,10 +381,9 @@ csharp_grpc_library(
|
|||
|
||||
csharp_gapic_library(
|
||||
name = "oslogin_csharp_gapic",
|
||||
src = ":oslogin_proto_with_info",
|
||||
gapic_yaml = "oslogin_gapic.yaml",
|
||||
package = "google.cloud.oslogin.v1beta",
|
||||
service_yaml = "oslogin_v1beta.yaml",
|
||||
srcs = [":oslogin_proto_with_info"],
|
||||
grpc_service_config = "oslogin_grpc_service_config.json",
|
||||
common_resources_config = "@gax_dotnet//:Google.Api.Gax/ResourceNames/CommonResourcesConfig.json",
|
||||
deps = [
|
||||
":oslogin_csharp_grpc",
|
||||
":oslogin_csharp_proto",
|
||||
|
|
|
|||
|
|
@ -301,10 +301,9 @@ csharp_grpc_library(
|
|||
|
||||
csharp_gapic_library(
|
||||
name = "phishingprotection_csharp_gapic",
|
||||
src = ":phishingprotection_proto_with_info",
|
||||
gapic_yaml = "phishingprotection_gapic.yaml",
|
||||
package = "google.cloud.phishingprotection.v1beta1",
|
||||
service_yaml = "phishingprotection_v1beta1.yaml",
|
||||
srcs = [":phishingprotection_proto_with_info"],
|
||||
grpc_service_config = "phishingprotection_grpc_service_config.json",
|
||||
common_resources_config = "@gax_dotnet//:Google.Api.Gax/ResourceNames/CommonResourcesConfig.json",
|
||||
deps = [
|
||||
":phishingprotection_csharp_grpc",
|
||||
":phishingprotection_csharp_proto",
|
||||
|
|
|
|||
|
|
@ -280,11 +280,9 @@ csharp_grpc_library(
|
|||
|
||||
csharp_gapic_library(
|
||||
name = "pubsublite_csharp_gapic",
|
||||
src = ":pubsublite_proto_with_info",
|
||||
gapic_yaml = "gapic.yaml",
|
||||
srcs = [":pubsublite_proto_with_info"],
|
||||
grpc_service_config = "pubsublite_grpc_service_config.json",
|
||||
package = "google.cloud.pubsublite.v1",
|
||||
service_yaml = "pubsublite_v1.yaml",
|
||||
common_resources_config = "@gax_dotnet//:Google.Api.Gax/ResourceNames/CommonResourcesConfig.json",
|
||||
deps = [
|
||||
":pubsublite_csharp_grpc",
|
||||
":pubsublite_csharp_proto",
|
||||
|
|
|
|||
|
|
@ -340,10 +340,9 @@ csharp_grpc_library(
|
|||
|
||||
csharp_gapic_library(
|
||||
name = "recaptchaenterprise_csharp_gapic",
|
||||
src = ":recaptchaenterprise_proto_with_info",
|
||||
gapic_yaml = "recaptchaenterprise_gapic.yaml",
|
||||
package = "google.cloud.recaptchaenterprise.v1",
|
||||
service_yaml = "recaptchaenterprise_v1.yaml",
|
||||
srcs = [":recaptchaenterprise_proto_with_info"],
|
||||
grpc_service_config = "recaptchaenterprise_grpc_service_config.json",
|
||||
common_resources_config = "@gax_dotnet//:Google.Api.Gax/ResourceNames/CommonResourcesConfig.json",
|
||||
deps = [
|
||||
":recaptchaenterprise_csharp_grpc",
|
||||
":recaptchaenterprise_csharp_proto",
|
||||
|
|
|
|||
|
|
@ -340,10 +340,9 @@ csharp_grpc_library(
|
|||
|
||||
csharp_gapic_library(
|
||||
name = "recaptchaenterprise_csharp_gapic",
|
||||
src = ":recaptchaenterprise_proto_with_info",
|
||||
gapic_yaml = "recaptchaenterprise_gapic.yaml",
|
||||
package = "google.cloud.recaptchaenterprise.v1beta1",
|
||||
service_yaml = "recaptchaenterprise_v1beta1.yaml",
|
||||
srcs = [":recaptchaenterprise_proto_with_info"],
|
||||
grpc_service_config = "recaptchaenterprise_grpc_service_config.json",
|
||||
common_resources_config = "@gax_dotnet//:Google.Api.Gax/ResourceNames/CommonResourcesConfig.json",
|
||||
deps = [
|
||||
":recaptchaenterprise_csharp_grpc",
|
||||
":recaptchaenterprise_csharp_proto",
|
||||
|
|
|
|||
|
|
@ -324,27 +324,27 @@ csharp_grpc_library(
|
|||
deps = [":recommendationengine_csharp_proto"],
|
||||
)
|
||||
|
||||
csharp_gapic_library(
|
||||
name = "recommendationengine_csharp_gapic",
|
||||
src = ":recommendationengine_proto_with_info",
|
||||
gapic_yaml = "recommendationengine_gapic.yaml",
|
||||
package = "google.cloud.recommendationengine.v1beta1",
|
||||
service_yaml = "recommendationengine_v1beta1.yaml",
|
||||
deps = [
|
||||
":recommendationengine_csharp_grpc",
|
||||
":recommendationengine_csharp_proto",
|
||||
],
|
||||
)
|
||||
# Invalid C# namespaces, cannot build.
|
||||
# csharp_gapic_library(
|
||||
# name = "recommendationengine_csharp_gapic",
|
||||
# srcs = [":recommendationengine_proto_with_info"],
|
||||
# grpc_service_config = "recommendationengine_grpc_service_config.json",
|
||||
# common_resources_config = "@gax_dotnet//:Google.Api.Gax/ResourceNames/CommonResourcesConfig.json",
|
||||
# deps = [
|
||||
# ":recommendationengine_csharp_grpc",
|
||||
# ":recommendationengine_csharp_proto",
|
||||
# ],
|
||||
# )
|
||||
|
||||
# Open Source Packages
|
||||
csharp_gapic_assembly_pkg(
|
||||
name = "google-cloud-recommendationengine-v1beta1-csharp",
|
||||
deps = [
|
||||
":recommendationengine_csharp_gapic",
|
||||
":recommendationengine_csharp_grpc",
|
||||
":recommendationengine_csharp_proto",
|
||||
],
|
||||
)
|
||||
# # Open Source Packages
|
||||
# csharp_gapic_assembly_pkg(
|
||||
# name = "google-cloud-recommendationengine-v1beta1-csharp",
|
||||
# deps = [
|
||||
# ":recommendationengine_csharp_gapic",
|
||||
# ":recommendationengine_csharp_grpc",
|
||||
# ":recommendationengine_csharp_proto",
|
||||
# ],
|
||||
# )
|
||||
|
||||
##############################################################################
|
||||
# C++
|
||||
|
|
|
|||
|
|
@ -356,11 +356,9 @@ csharp_grpc_library(
|
|||
|
||||
csharp_gapic_library(
|
||||
name = "recommender_csharp_gapic",
|
||||
src = ":recommender_proto_with_info",
|
||||
gapic_yaml = "recommender_gapic.yaml",
|
||||
srcs = [":recommender_proto_with_info"],
|
||||
grpc_service_config = "recommender_grpc_service_config.json",
|
||||
package = "google.cloud.recommender.v1",
|
||||
service_yaml = "recommender_v1.yaml",
|
||||
common_resources_config = "@gax_dotnet//:Google.Api.Gax/ResourceNames/CommonResourcesConfig.json",
|
||||
deps = [
|
||||
":recommender_csharp_grpc",
|
||||
":recommender_csharp_proto",
|
||||
|
|
|
|||
|
|
@ -355,11 +355,9 @@ csharp_grpc_library(
|
|||
|
||||
csharp_gapic_library(
|
||||
name = "recommender_csharp_gapic",
|
||||
src = ":recommender_proto_with_info",
|
||||
gapic_yaml = "recommender_gapic.yaml",
|
||||
srcs = [":recommender_proto_with_info"],
|
||||
grpc_service_config = "recommender_grpc_service_config.json",
|
||||
package = "google.cloud.recommender.v1beta1",
|
||||
service_yaml = "recommender_v1beta1.yaml",
|
||||
common_resources_config = "@gax_dotnet//:Google.Api.Gax/ResourceNames/CommonResourcesConfig.json",
|
||||
deps = [
|
||||
":recommender_csharp_grpc",
|
||||
":recommender_csharp_proto",
|
||||
|
|
|
|||
|
|
@ -344,10 +344,9 @@ csharp_grpc_library(
|
|||
|
||||
csharp_gapic_library(
|
||||
name = "redis_csharp_gapic",
|
||||
src = ":redis_proto_with_info",
|
||||
gapic_yaml = "redis_gapic.yaml",
|
||||
package = "google.cloud.redis.v1",
|
||||
service_yaml = "redis_v1.yaml",
|
||||
srcs = [":redis_proto_with_info"],
|
||||
grpc_service_config = "redis_grpc_service_config.json",
|
||||
common_resources_config = "@gax_dotnet//:Google.Api.Gax/ResourceNames/CommonResourcesConfig.json",
|
||||
deps = [
|
||||
":redis_csharp_grpc",
|
||||
":redis_csharp_proto",
|
||||
|
|
|
|||
|
|
@ -345,10 +345,9 @@ csharp_grpc_library(
|
|||
|
||||
csharp_gapic_library(
|
||||
name = "redis_csharp_gapic",
|
||||
src = ":redis_proto_with_info",
|
||||
gapic_yaml = "redis_gapic.yaml",
|
||||
package = "google.cloud.redis.v1beta1",
|
||||
service_yaml = "redis_v1beta1.yaml",
|
||||
srcs = [":redis_proto_with_info"],
|
||||
grpc_service_config = "redis_grpc_service_config.json",
|
||||
common_resources_config = "@gax_dotnet//:Google.Api.Gax/ResourceNames/CommonResourcesConfig.json",
|
||||
deps = [
|
||||
":redis_csharp_grpc",
|
||||
":redis_csharp_proto",
|
||||
|
|
|
|||
|
|
@ -308,10 +308,9 @@ csharp_grpc_library(
|
|||
|
||||
csharp_gapic_library(
|
||||
name = "scheduler_csharp_gapic",
|
||||
src = ":scheduler_proto_with_info",
|
||||
gapic_yaml = "cloudscheduler_gapic.yaml",
|
||||
package = "google.cloud.scheduler.v1",
|
||||
service_yaml = "cloudscheduler_v1.yaml",
|
||||
srcs = [":scheduler_proto_with_info"],
|
||||
grpc_service_config = "cloudscheduler_grpc_service_config.json",
|
||||
common_resources_config = "@gax_dotnet//:Google.Api.Gax/ResourceNames/CommonResourcesConfig.json",
|
||||
deps = [
|
||||
":scheduler_csharp_grpc",
|
||||
":scheduler_csharp_proto",
|
||||
|
|
|
|||
|
|
@ -308,10 +308,9 @@ csharp_grpc_library(
|
|||
|
||||
csharp_gapic_library(
|
||||
name = "scheduler_csharp_gapic",
|
||||
src = ":scheduler_proto_with_info",
|
||||
gapic_yaml = "cloudscheduler_gapic.yaml",
|
||||
package = "google.cloud.scheduler.v1beta1",
|
||||
service_yaml = "cloudscheduler_v1beta1.yaml",
|
||||
srcs = [":scheduler_proto_with_info"],
|
||||
grpc_service_config = "cloudscheduler_grpc_service_config.json",
|
||||
common_resources_config = "@gax_dotnet//:Google.Api.Gax/ResourceNames/CommonResourcesConfig.json",
|
||||
deps = [
|
||||
":scheduler_csharp_grpc",
|
||||
":scheduler_csharp_proto",
|
||||
|
|
|
|||
|
|
@ -349,10 +349,9 @@ csharp_grpc_library(
|
|||
|
||||
csharp_gapic_library(
|
||||
name = "secretmanager_csharp_gapic",
|
||||
src = ":secretmanager_proto_with_info",
|
||||
gapic_yaml = "secretmanager_gapic.yaml",
|
||||
package = "google.cloud.secretmanager.v1",
|
||||
service_yaml = "secretmanager_v1.yaml",
|
||||
srcs = [":secretmanager_proto_with_info"],
|
||||
grpc_service_config = "secretmanager_grpc_service_config.json",
|
||||
common_resources_config = "@gax_dotnet//:Google.Api.Gax/ResourceNames/CommonResourcesConfig.json",
|
||||
deps = [
|
||||
":secretmanager_csharp_grpc",
|
||||
":secretmanager_csharp_proto",
|
||||
|
|
|
|||
|
|
@ -347,10 +347,9 @@ csharp_grpc_library(
|
|||
|
||||
csharp_gapic_library(
|
||||
name = "secretmanager_csharp_gapic",
|
||||
src = ":secretmanager_proto_with_info",
|
||||
gapic_yaml = "secretmanager_gapic.yaml",
|
||||
package = "google.cloud.secrets.v1beta1",
|
||||
service_yaml = "//google/cloud/secrets/v1beta1:secretmanager_v1beta1.yaml",
|
||||
srcs = [":secretmanager_proto_with_info"],
|
||||
grpc_service_config = "secretmanager_grpc_service_config.json",
|
||||
common_resources_config = "@gax_dotnet//:Google.Api.Gax/ResourceNames/CommonResourcesConfig.json",
|
||||
deps = [
|
||||
":secretmanager_csharp_grpc",
|
||||
":secretmanager_csharp_proto",
|
||||
|
|
|
|||
|
|
@ -359,11 +359,9 @@ csharp_grpc_library(
|
|||
|
||||
csharp_gapic_library(
|
||||
name = "privateca_csharp_gapic",
|
||||
src = ":privateca_proto_with_info",
|
||||
gapic_yaml = "privateca_gapic.yaml",
|
||||
srcs = [":privateca_proto_with_info"],
|
||||
grpc_service_config = "privateca_grpc_service_config.json",
|
||||
package = "google.cloud.security.privateca.v1beta1",
|
||||
service_yaml = "privateca_v1beta1.yaml",
|
||||
common_resources_config = "@gax_dotnet//:Google.Api.Gax/ResourceNames/CommonResourcesConfig.json",
|
||||
deps = [
|
||||
":privateca_csharp_grpc",
|
||||
":privateca_csharp_proto",
|
||||
|
|
|
|||
|
|
@ -344,10 +344,9 @@ csharp_grpc_library(
|
|||
|
||||
csharp_gapic_library(
|
||||
name = "settings_csharp_gapic",
|
||||
src = ":settings_proto_with_info",
|
||||
gapic_yaml = "securitycenter_settings_gapic.yaml",
|
||||
package = "google.cloud.securitycenter.settings.v1beta1",
|
||||
service_yaml = "securitycenter_settings.yaml",
|
||||
srcs = [":settings_proto_with_info"],
|
||||
grpc_service_config = "securitycenter_settings_grpc_service_config.json",
|
||||
common_resources_config = "@gax_dotnet//:Google.Api.Gax/ResourceNames/CommonResourcesConfig.json",
|
||||
deps = [
|
||||
":settings_csharp_grpc",
|
||||
":settings_csharp_proto",
|
||||
|
|
|
|||
|
|
@ -328,10 +328,9 @@ csharp_grpc_library(
|
|||
|
||||
csharp_gapic_library(
|
||||
name = "securitycenter_csharp_gapic",
|
||||
src = ":securitycenter_proto_with_info",
|
||||
gapic_yaml = "securitycenter_gapic.yaml",
|
||||
package = "google.cloud.securitycenter.v1",
|
||||
service_yaml = "securitycenter_v1.yaml",
|
||||
srcs = [":securitycenter_proto_with_info"],
|
||||
grpc_service_config = "securitycenter_grpc_service_config.json",
|
||||
common_resources_config = "@gax_dotnet//:Google.Api.Gax/ResourceNames/CommonResourcesConfig.json",
|
||||
deps = [
|
||||
":securitycenter_csharp_grpc",
|
||||
":securitycenter_csharp_proto",
|
||||
|
|
|
|||
|
|
@ -325,10 +325,9 @@ csharp_grpc_library(
|
|||
|
||||
csharp_gapic_library(
|
||||
name = "securitycenter_csharp_gapic",
|
||||
src = ":securitycenter_proto_with_info",
|
||||
gapic_yaml = "securitycenter_gapic.yaml",
|
||||
package = "google.cloud.securitycenter.v1beta1",
|
||||
service_yaml = "securitycenter_v1beta1.yaml",
|
||||
srcs = [":securitycenter_proto_with_info"],
|
||||
grpc_service_config = "securitycenter_grpc_service_config.json",
|
||||
common_resources_config = "@gax_dotnet//:Google.Api.Gax/ResourceNames/CommonResourcesConfig.json",
|
||||
deps = [
|
||||
":securitycenter_csharp_grpc",
|
||||
":securitycenter_csharp_proto",
|
||||
|
|
|
|||
|
|
@ -379,11 +379,9 @@ csharp_grpc_library(
|
|||
|
||||
csharp_gapic_library(
|
||||
name = "securitycenter_csharp_gapic",
|
||||
src = ":securitycenter_proto_with_info",
|
||||
gapic_yaml = "securitycenter_gapic.yaml",
|
||||
srcs = [":securitycenter_proto_with_info"],
|
||||
grpc_service_config = "securitycenter_grpc_service_config.json",
|
||||
package = "google.cloud.securitycenter.v1p1beta1",
|
||||
service_yaml = "securitycenter_v1p1beta1.yaml",
|
||||
common_resources_config = "@gax_dotnet//:Google.Api.Gax/ResourceNames/CommonResourcesConfig.json",
|
||||
deps = [
|
||||
":securitycenter_csharp_grpc",
|
||||
":securitycenter_csharp_proto",
|
||||
|
|
|
|||
|
|
@ -352,10 +352,9 @@ csharp_grpc_library(
|
|||
|
||||
csharp_gapic_library(
|
||||
name = "servicedirectory_csharp_gapic",
|
||||
src = ":servicedirectory_proto_with_info",
|
||||
gapic_yaml = "servicedirectory_gapic.yaml",
|
||||
package = "google.cloud.servicedirectory.v1beta1",
|
||||
service_yaml = "servicedirectory_v1beta1.yaml",
|
||||
srcs = [":servicedirectory_proto_with_info"],
|
||||
grpc_service_config = "servicedirectory_grpc_service_config.json",
|
||||
common_resources_config = "@gax_dotnet//:Google.Api.Gax/ResourceNames/CommonResourcesConfig.json",
|
||||
deps = [
|
||||
":servicedirectory_csharp_grpc",
|
||||
":servicedirectory_csharp_proto",
|
||||
|
|
|
|||
|
|
@ -349,10 +349,9 @@ csharp_grpc_library(
|
|||
|
||||
csharp_gapic_library(
|
||||
name = "speech_csharp_gapic",
|
||||
src = ":speech_proto_with_info",
|
||||
gapic_yaml = "speech_gapic.yaml",
|
||||
package = "google.cloud.speech.v1",
|
||||
service_yaml = "speech_v1.yaml",
|
||||
srcs = [":speech_proto_with_info"],
|
||||
grpc_service_config = "speech_grpc_service_config.json",
|
||||
common_resources_config = "@gax_dotnet//:Google.Api.Gax/ResourceNames/CommonResourcesConfig.json",
|
||||
deps = [
|
||||
":speech_csharp_grpc",
|
||||
":speech_csharp_proto",
|
||||
|
|
|
|||
|
|
@ -352,10 +352,9 @@ csharp_grpc_library(
|
|||
|
||||
csharp_gapic_library(
|
||||
name = "speech_csharp_gapic",
|
||||
src = ":speech_proto_with_info",
|
||||
gapic_yaml = "speech_gapic.yaml",
|
||||
package = "google.cloud.speech.v1p1beta1",
|
||||
service_yaml = "speech_v1p1beta1.yaml",
|
||||
srcs = [":speech_proto_with_info"],
|
||||
grpc_service_config = "speech_grpc_service_config.json",
|
||||
common_resources_config = "@gax_dotnet//:Google.Api.Gax/ResourceNames/CommonResourcesConfig.json",
|
||||
deps = [
|
||||
":speech_csharp_grpc",
|
||||
":speech_csharp_proto",
|
||||
|
|
|
|||
|
|
@ -348,10 +348,9 @@ csharp_grpc_library(
|
|||
|
||||
csharp_gapic_library(
|
||||
name = "talent_csharp_gapic",
|
||||
src = ":talent_proto_with_info",
|
||||
gapic_yaml = "talent_gapic.yaml",
|
||||
package = "google.cloud.talent.v4beta1",
|
||||
service_yaml = "//google/cloud/talent:talent_v4beta1.yaml",
|
||||
srcs = [":talent_proto_with_info"],
|
||||
grpc_service_config = "talent_grpc_service_config.json",
|
||||
common_resources_config = "@gax_dotnet//:Google.Api.Gax/ResourceNames/CommonResourcesConfig.json",
|
||||
deps = [
|
||||
":talent_csharp_grpc",
|
||||
":talent_csharp_proto",
|
||||
|
|
|
|||
|
|
@ -316,10 +316,9 @@ csharp_grpc_library(
|
|||
|
||||
csharp_gapic_library(
|
||||
name = "tasks_csharp_gapic",
|
||||
src = ":tasks_proto_with_info",
|
||||
gapic_yaml = "cloudtasks_gapic.yaml",
|
||||
package = "google.cloud.tasks.v2",
|
||||
service_yaml = "cloudtasks_v2.yaml",
|
||||
srcs = [":tasks_proto_with_info"],
|
||||
grpc_service_config = "cloudtasks_grpc_service_config.json",
|
||||
common_resources_config = "@gax_dotnet//:Google.Api.Gax/ResourceNames/CommonResourcesConfig.json",
|
||||
deps = [
|
||||
":tasks_csharp_grpc",
|
||||
":tasks_csharp_proto",
|
||||
|
|
|
|||
|
|
@ -317,10 +317,9 @@ csharp_grpc_library(
|
|||
|
||||
csharp_gapic_library(
|
||||
name = "tasks_csharp_gapic",
|
||||
src = ":tasks_proto_with_info",
|
||||
gapic_yaml = "cloudtasks_gapic.yaml",
|
||||
package = "google.cloud.tasks.v2beta2",
|
||||
service_yaml = "cloudtasks_v2beta2.yaml",
|
||||
srcs = [":tasks_proto_with_info"],
|
||||
grpc_service_config = "cloudtasks_grpc_service_config.json",
|
||||
common_resources_config = "@gax_dotnet//:Google.Api.Gax/ResourceNames/CommonResourcesConfig.json",
|
||||
deps = [
|
||||
":tasks_csharp_grpc",
|
||||
":tasks_csharp_proto",
|
||||
|
|
|
|||
|
|
@ -317,10 +317,9 @@ csharp_grpc_library(
|
|||
|
||||
csharp_gapic_library(
|
||||
name = "tasks_csharp_gapic",
|
||||
src = ":tasks_proto_with_info",
|
||||
gapic_yaml = "cloudtasks_gapic.yaml",
|
||||
package = "google.cloud.tasks.v2beta3",
|
||||
service_yaml = "cloudtasks_v2beta3.yaml",
|
||||
srcs = [":tasks_proto_with_info"],
|
||||
grpc_service_config = "cloudtasks_grpc_service_config.json",
|
||||
common_resources_config = "@gax_dotnet//:Google.Api.Gax/ResourceNames/CommonResourcesConfig.json",
|
||||
deps = [
|
||||
":tasks_csharp_grpc",
|
||||
":tasks_csharp_proto",
|
||||
|
|
|
|||
|
|
@ -332,10 +332,9 @@ csharp_grpc_library(
|
|||
|
||||
csharp_gapic_library(
|
||||
name = "texttospeech_csharp_gapic",
|
||||
src = ":texttospeech_proto_with_info",
|
||||
gapic_yaml = "texttospeech_gapic.yaml",
|
||||
package = "google.cloud.texttospeech.v1",
|
||||
service_yaml = "texttospeech_v1.yaml",
|
||||
srcs = [":texttospeech_proto_with_info"],
|
||||
grpc_service_config = "texttospeech_grpc_service_config.json",
|
||||
common_resources_config = "@gax_dotnet//:Google.Api.Gax/ResourceNames/CommonResourcesConfig.json",
|
||||
deps = [
|
||||
":texttospeech_csharp_grpc",
|
||||
":texttospeech_csharp_proto",
|
||||
|
|
|
|||
|
|
@ -332,10 +332,9 @@ csharp_grpc_library(
|
|||
|
||||
csharp_gapic_library(
|
||||
name = "texttospeech_csharp_gapic",
|
||||
src = ":texttospeech_proto_with_info",
|
||||
gapic_yaml = "texttospeech_gapic.yaml",
|
||||
package = "google.cloud.texttospeech.v1beta1",
|
||||
service_yaml = "texttospeech_v1beta1.yaml",
|
||||
srcs = [":texttospeech_proto_with_info"],
|
||||
grpc_service_config = "texttospeech_grpc_service_config.json",
|
||||
common_resources_config = "@gax_dotnet//:Google.Api.Gax/ResourceNames/CommonResourcesConfig.json",
|
||||
deps = [
|
||||
":texttospeech_csharp_grpc",
|
||||
":texttospeech_csharp_proto",
|
||||
|
|
|
|||
|
|
@ -308,10 +308,9 @@ csharp_grpc_library(
|
|||
|
||||
csharp_gapic_library(
|
||||
name = "translation_csharp_gapic",
|
||||
src = ":translation_proto_with_info",
|
||||
gapic_yaml = "translate_gapic.yaml",
|
||||
package = "google.cloud.translation.v3",
|
||||
service_yaml = "translate_v3.yaml",
|
||||
srcs = [":translation_proto_with_info"],
|
||||
grpc_service_config = "translate_grpc_service_config.json",
|
||||
common_resources_config = "@gax_dotnet//:Google.Api.Gax/ResourceNames/CommonResourcesConfig.json",
|
||||
deps = [
|
||||
":translation_csharp_grpc",
|
||||
":translation_csharp_proto",
|
||||
|
|
|
|||
|
|
@ -308,10 +308,9 @@ csharp_grpc_library(
|
|||
|
||||
csharp_gapic_library(
|
||||
name = "translation_csharp_gapic",
|
||||
src = ":translation_proto_with_info",
|
||||
gapic_yaml = "translate_gapic.yaml",
|
||||
package = "google.cloud.translation.v3beta1",
|
||||
service_yaml = "translate_v3beta1.yaml",
|
||||
srcs = [":translation_proto_with_info"],
|
||||
grpc_service_config = "translate_grpc_service_config.json",
|
||||
common_resources_config = "@gax_dotnet//:Google.Api.Gax/ResourceNames/CommonResourcesConfig.json",
|
||||
deps = [
|
||||
":translation_csharp_grpc",
|
||||
":translation_csharp_proto",
|
||||
|
|
|
|||
|
|
@ -315,11 +315,9 @@ csharp_grpc_library(
|
|||
|
||||
csharp_gapic_library(
|
||||
name = "transcoder_csharp_gapic",
|
||||
src = ":transcoder_proto_with_info",
|
||||
gapic_yaml = "transcoder_gapic.yaml",
|
||||
srcs = [":transcoder_proto_with_info"],
|
||||
grpc_service_config = "transcoder_grpc_service_config.json",
|
||||
package = "google.cloud.video.transcoder.v1beta1",
|
||||
service_yaml = "transcoder_v1beta1.yaml",
|
||||
common_resources_config = "@gax_dotnet//:Google.Api.Gax/ResourceNames/CommonResourcesConfig.json",
|
||||
deps = [
|
||||
":transcoder_csharp_grpc",
|
||||
":transcoder_csharp_proto",
|
||||
|
|
|
|||
|
|
@ -347,10 +347,9 @@ csharp_grpc_library(
|
|||
|
||||
csharp_gapic_library(
|
||||
name = "videointelligence_csharp_gapic",
|
||||
src = ":videointelligence_proto_with_info",
|
||||
gapic_yaml = "videointelligence_gapic.yaml",
|
||||
package = "google.cloud.videointelligence.v1",
|
||||
service_yaml = "videointelligence_v1.yaml",
|
||||
srcs = [":videointelligence_proto_with_info"],
|
||||
grpc_service_config = "videointelligence_grpc_service_config.json",
|
||||
common_resources_config = "@gax_dotnet//:Google.Api.Gax/ResourceNames/CommonResourcesConfig.json",
|
||||
deps = [
|
||||
":videointelligence_csharp_grpc",
|
||||
":videointelligence_csharp_proto",
|
||||
|
|
|
|||
|
|
@ -347,10 +347,9 @@ csharp_grpc_library(
|
|||
|
||||
csharp_gapic_library(
|
||||
name = "videointelligence_csharp_gapic",
|
||||
src = ":videointelligence_proto_with_info",
|
||||
gapic_yaml = "videointelligence_gapic.yaml",
|
||||
package = "google.cloud.videointelligence.v1beta2",
|
||||
service_yaml = "//google/cloud/videointelligence:videointelligence_v1beta2.yaml",
|
||||
srcs = [":videointelligence_proto_with_info"],
|
||||
grpc_service_config = "videointelligence_grpc_service_config.json",
|
||||
common_resources_config = "@gax_dotnet//:Google.Api.Gax/ResourceNames/CommonResourcesConfig.json",
|
||||
deps = [
|
||||
":videointelligence_csharp_grpc",
|
||||
":videointelligence_csharp_proto",
|
||||
|
|
|
|||
|
|
@ -347,10 +347,9 @@ csharp_grpc_library(
|
|||
|
||||
csharp_gapic_library(
|
||||
name = "videointelligence_csharp_gapic",
|
||||
src = ":videointelligence_proto_with_info",
|
||||
gapic_yaml = "videointelligence_gapic.yaml",
|
||||
package = "google.cloud.videointelligence.v1p1beta1",
|
||||
service_yaml = "//google/cloud/videointelligence:videointelligence_v1p1beta1.yaml",
|
||||
srcs = [":videointelligence_proto_with_info"],
|
||||
grpc_service_config = "videointelligence_grpc_service_config.json",
|
||||
common_resources_config = "@gax_dotnet//:Google.Api.Gax/ResourceNames/CommonResourcesConfig.json",
|
||||
deps = [
|
||||
":videointelligence_csharp_grpc",
|
||||
":videointelligence_csharp_proto",
|
||||
|
|
|
|||
|
|
@ -347,10 +347,9 @@ csharp_grpc_library(
|
|||
|
||||
csharp_gapic_library(
|
||||
name = "videointelligence_csharp_gapic",
|
||||
src = ":videointelligence_proto_with_info",
|
||||
gapic_yaml = "videointelligence_gapic.yaml",
|
||||
package = "google.cloud.videointelligence.v1p2beta1",
|
||||
service_yaml = "//google/cloud/videointelligence:videointelligence_v1p2beta1.yaml",
|
||||
srcs = [":videointelligence_proto_with_info"],
|
||||
grpc_service_config = "videointelligence_grpc_service_config.json",
|
||||
common_resources_config = "@gax_dotnet//:Google.Api.Gax/ResourceNames/CommonResourcesConfig.json",
|
||||
deps = [
|
||||
":videointelligence_csharp_grpc",
|
||||
":videointelligence_csharp_proto",
|
||||
|
|
|
|||
|
|
@ -348,10 +348,9 @@ csharp_grpc_library(
|
|||
|
||||
csharp_gapic_library(
|
||||
name = "videointelligence_csharp_gapic",
|
||||
src = ":videointelligence_proto_with_info",
|
||||
gapic_yaml = "videointelligence_gapic.yaml",
|
||||
package = "google.cloud.videointelligence.v1p3beta1",
|
||||
service_yaml = "//google/cloud/videointelligence:videointelligence_v1p3beta1.yaml",
|
||||
srcs = [":videointelligence_proto_with_info"],
|
||||
grpc_service_config = "videointelligence_grpc_service_config.json",
|
||||
common_resources_config = "@gax_dotnet//:Google.Api.Gax/ResourceNames/CommonResourcesConfig.json",
|
||||
deps = [
|
||||
":videointelligence_csharp_grpc",
|
||||
":videointelligence_csharp_proto",
|
||||
|
|
|
|||
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue