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
This commit is contained in:
Google APIs 2025-09-22 08:23:01 -07:00 committed by Copybara-Service
parent 3acfdb6166
commit 0a0dffc19b
79 changed files with 158 additions and 237 deletions

View file

@ -115,12 +115,11 @@ load(
"@com_google_googleapis_imports//:imports.bzl",
"go_gapic_assembly_pkg",
"go_gapic_library",
"go_proto_library",
"go_grpc_library",
)
go_proto_library(
go_grpc_library(
name = "rapidmigrationassessment_go_proto",
compilers = ["@io_bazel_rules_go//proto:go_grpc"],
importpath = "cloud.google.com/go/rapidmigrationassessment/apiv1/rapidmigrationassessmentpb",
protos = [":rapidmigrationassessment_proto"],
deps = [

View file

@ -117,12 +117,11 @@ load(
"@com_google_googleapis_imports//:imports.bzl",
"go_gapic_assembly_pkg",
"go_gapic_library",
"go_proto_library",
"go_grpc_library",
)
go_proto_library(
go_grpc_library(
name = "recaptchaenterprise_go_proto",
compilers = ["@io_bazel_rules_go//proto:go_grpc"],
importpath = "cloud.google.com/go/recaptchaenterprise/v2/apiv1/recaptchaenterprisepb",
protos = [":recaptchaenterprise_proto"],
deps = [

View file

@ -114,12 +114,11 @@ load(
"@com_google_googleapis_imports//:imports.bzl",
"go_gapic_assembly_pkg",
"go_gapic_library",
"go_proto_library",
"go_grpc_library",
)
go_proto_library(
go_grpc_library(
name = "recaptchaenterprise_go_proto",
compilers = ["@io_bazel_rules_go//proto:go_grpc"],
importpath = "cloud.google.com/go/recaptchaenterprise/v2/apiv1beta1/recaptchaenterprisepb",
protos = [":recaptchaenterprise_proto"],
deps = [

View file

@ -12,7 +12,7 @@ load(
"csharp_proto_library",
"go_gapic_assembly_pkg",
"go_gapic_library",
"go_proto_library",
"go_grpc_library",
"java_gapic_assembly_gradle_pkg",
"java_gapic_library",
"java_gapic_test",
@ -130,9 +130,8 @@ java_gapic_assembly_gradle_pkg(
],
)
go_proto_library(
go_grpc_library(
name = "recommendationengine_go_proto",
compilers = ["@io_bazel_rules_go//proto:go_grpc"],
importpath = "cloud.google.com/go/recommendationengine/apiv1beta1/recommendationenginepb",
protos = [":recommendationengine_proto"],
deps = [

View file

@ -45,12 +45,11 @@ java_grpc_library(
##############################################################################
load(
"@com_google_googleapis_imports//:imports.bzl",
"go_proto_library",
"go_grpc_library",
)
go_proto_library(
go_grpc_library(
name = "logging_go_proto",
compilers = ["@io_bazel_rules_go//proto:go_grpc"],
importpath = "cloud.google.com/go/recommender/logging/apiv1/loggingpb",
protos = [":logging_proto"],
deps = [

View file

@ -44,12 +44,11 @@ java_grpc_library(
##############################################################################
load(
"@com_google_googleapis_imports//:imports.bzl",
"go_proto_library",
"go_grpc_library",
)
go_proto_library(
go_grpc_library(
name = "logging_go_proto",
compilers = ["@io_bazel_rules_go//proto:go_grpc"],
importpath = "cloud.google.com/go/recommender/logging/apiv1beta1/loggingpb",
protos = [":logging_proto"],
deps = [

View file

@ -117,12 +117,11 @@ load(
"@com_google_googleapis_imports//:imports.bzl",
"go_gapic_assembly_pkg",
"go_gapic_library",
"go_proto_library",
"go_grpc_library",
)
go_proto_library(
go_grpc_library(
name = "recommender_go_proto",
compilers = ["@io_bazel_rules_go//proto:go_grpc"],
importpath = "cloud.google.com/go/recommender/apiv1/recommenderpb",
protos = [":recommender_proto"],
deps = [

View file

@ -116,12 +116,11 @@ load(
"@com_google_googleapis_imports//:imports.bzl",
"go_gapic_assembly_pkg",
"go_gapic_library",
"go_proto_library",
"go_grpc_library",
)
go_proto_library(
go_grpc_library(
name = "recommender_go_proto",
compilers = ["@io_bazel_rules_go//proto:go_grpc"],
importpath = "cloud.google.com/go/recommender/apiv1beta1/recommenderpb",
protos = [":recommender_proto"],
deps = [

View file

@ -125,12 +125,11 @@ load(
"@com_google_googleapis_imports//:imports.bzl",
"go_gapic_assembly_pkg",
"go_gapic_library",
"go_proto_library",
"go_grpc_library",
)
go_proto_library(
go_grpc_library(
name = "cluster_go_proto",
compilers = ["@io_bazel_rules_go//proto:go_grpc"],
importpath = "cloud.google.com/go/redis/cluster/apiv1/clusterpb",
protos = [":cluster_proto"],
deps = [

View file

@ -125,12 +125,11 @@ load(
"@com_google_googleapis_imports//:imports.bzl",
"go_gapic_assembly_pkg",
"go_gapic_library",
"go_proto_library",
"go_grpc_library",
)
go_proto_library(
go_grpc_library(
name = "cluster_go_proto",
compilers = ["@io_bazel_rules_go//proto:go_grpc"],
importpath = "cloud.google.com/go/redis/cluster/apiv1beta1/clusterpb",
protos = [":cluster_proto"],
deps = [

View file

@ -118,12 +118,11 @@ load(
"@com_google_googleapis_imports//:imports.bzl",
"go_gapic_assembly_pkg",
"go_gapic_library",
"go_proto_library",
"go_grpc_library",
)
go_proto_library(
go_grpc_library(
name = "redis_go_proto",
compilers = ["@io_bazel_rules_go//proto:go_grpc"],
importpath = "cloud.google.com/go/redis/apiv1/redispb",
protos = [":redis_proto"],
deps = [

View file

@ -115,12 +115,11 @@ load(
"@com_google_googleapis_imports//:imports.bzl",
"go_gapic_assembly_pkg",
"go_gapic_library",
"go_proto_library",
"go_grpc_library",
)
go_proto_library(
go_grpc_library(
name = "redis_go_proto",
compilers = ["@io_bazel_rules_go//proto:go_grpc"],
importpath = "cloud.google.com/go/redis/apiv1beta1/redispb",
protos = [":redis_proto"],
deps = [

View file

@ -62,12 +62,11 @@ load(
"@com_google_googleapis_imports//:imports.bzl",
"go_gapic_assembly_pkg",
"go_gapic_library",
"go_proto_library",
"go_grpc_library",
)
go_proto_library(
go_grpc_library(
name = "resourcemanager_go_proto",
compilers = ["@io_bazel_rules_go//proto:go_grpc"],
importpath = "cloud.google.com/go/resourcemanager/apiv2/resourcemanagerpb",
protos = [":resourcemanager_proto"],
deps = [

View file

@ -136,12 +136,11 @@ load(
"@com_google_googleapis_imports//:imports.bzl",
"go_gapic_assembly_pkg",
"go_gapic_library",
"go_proto_library",
"go_grpc_library",
)
go_proto_library(
go_grpc_library(
name = "resourcemanager_go_proto",
compilers = ["@io_bazel_rules_go//proto:go_grpc"],
importpath = "cloud.google.com/go/resourcemanager/apiv3/resourcemanagerpb",
protos = [":resourcemanager_proto"],
deps = [

View file

@ -170,12 +170,11 @@ load(
"@com_google_googleapis_imports//:imports.bzl",
"go_gapic_assembly_pkg",
"go_gapic_library",
"go_proto_library",
"go_grpc_library",
)
go_proto_library(
go_grpc_library(
name = "retail_go_proto",
compilers = ["@io_bazel_rules_go//proto:go_grpc"],
importpath = "cloud.google.com/go/retail/apiv2/retailpb",
protos = [":retail_proto"],
deps = [

View file

@ -184,12 +184,11 @@ load(
"@com_google_googleapis_imports//:imports.bzl",
"go_gapic_assembly_pkg",
"go_gapic_library",
"go_proto_library",
"go_grpc_library",
)
go_proto_library(
go_grpc_library(
name = "retail_go_proto",
compilers = ["@io_bazel_rules_go//proto:go_grpc"],
importpath = "cloud.google.com/go/retail/apiv2alpha/retailpb",
protos = [":retail_proto"],
deps = [

View file

@ -173,12 +173,11 @@ load(
"@com_google_googleapis_imports//:imports.bzl",
"go_gapic_assembly_pkg",
"go_gapic_library",
"go_proto_library",
"go_grpc_library",
)
go_proto_library(
go_grpc_library(
name = "retail_go_proto",
compilers = ["@io_bazel_rules_go//proto:go_grpc"],
importpath = "cloud.google.com/go/retail/apiv2beta/retailpb",
protos = [":retail_proto"],
deps = [

View file

@ -44,12 +44,11 @@ java_grpc_library(
##############################################################################
load(
"@com_google_googleapis_imports//:imports.bzl",
"go_proto_library",
"go_grpc_library",
)
go_proto_library(
go_grpc_library(
name = "logs_go_proto",
compilers = ["@io_bazel_rules_go//proto:go_grpc"],
importpath = "cloud.google.com/go/saasaccelerator/management/logs/apiv1/logspb",
protos = [":logs_proto"],
deps = [],

View file

@ -127,12 +127,11 @@ load(
"@com_google_googleapis_imports//:imports.bzl",
"go_gapic_assembly_pkg",
"go_gapic_library",
"go_proto_library",
"go_grpc_library",
)
go_proto_library(
go_grpc_library(
name = "saasservicemgmt_go_proto",
compilers = ["@io_bazel_rules_go//proto:go_grpc"],
importpath = "cloud.google.com/go/saasplatform/saasservicemgmt/apiv1beta1/saasservicemgmtpb",
protos = [":saasservicemgmt_proto"],
deps = [

View file

@ -118,12 +118,11 @@ load(
"@com_google_googleapis_imports//:imports.bzl",
"go_gapic_assembly_pkg",
"go_gapic_library",
"go_proto_library",
"go_grpc_library",
)
go_proto_library(
go_grpc_library(
name = "scheduler_go_proto",
compilers = ["@io_bazel_rules_go//proto:go_grpc"],
importpath = "cloud.google.com/go/scheduler/apiv1/schedulerpb",
protos = [":scheduler_proto"],
deps = [

View file

@ -118,12 +118,11 @@ load(
"@com_google_googleapis_imports//:imports.bzl",
"go_gapic_assembly_pkg",
"go_gapic_library",
"go_proto_library",
"go_grpc_library",
)
go_proto_library(
go_grpc_library(
name = "scheduler_go_proto",
compilers = ["@io_bazel_rules_go//proto:go_grpc"],
importpath = "cloud.google.com/go/scheduler/apiv1beta1/schedulerpb",
protos = [":scheduler_proto"],
deps = [

View file

@ -123,12 +123,11 @@ load(
"@com_google_googleapis_imports//:imports.bzl",
"go_gapic_assembly_pkg",
"go_gapic_library",
"go_proto_library",
"go_grpc_library",
)
go_proto_library(
go_grpc_library(
name = "secretmanager_go_proto",
compilers = ["@io_bazel_rules_go//proto:go_grpc"],
importpath = "cloud.google.com/go/secrets/apiv1beta1/secretspb",
protos = [":secretmanager_proto"],
deps = [

View file

@ -125,12 +125,11 @@ load(
"@com_google_googleapis_imports//:imports.bzl",
"go_gapic_assembly_pkg",
"go_gapic_library",
"go_proto_library",
"go_grpc_library",
)
go_proto_library(
go_grpc_library(
name = "securesourcemanager_go_proto",
compilers = ["@io_bazel_rules_go//proto:go_grpc"],
importpath = "cloud.google.com/go/securesourcemanager/apiv1/securesourcemanagerpb",
protos = [":securesourcemanager_proto"],
deps = [

View file

@ -123,12 +123,11 @@ load(
"@com_google_googleapis_imports//:imports.bzl",
"go_gapic_assembly_pkg",
"go_gapic_library",
"go_proto_library",
"go_grpc_library",
)
go_proto_library(
go_grpc_library(
name = "privateca_go_proto",
compilers = ["@io_bazel_rules_go//proto:go_grpc"],
importpath = "cloud.google.com/go/security/privateca/apiv1/privatecapb",
protos = [":privateca_proto"],
deps = [

View file

@ -113,12 +113,11 @@ load(
"@com_google_googleapis_imports//:imports.bzl",
"go_gapic_assembly_pkg",
"go_gapic_library",
"go_proto_library",
"go_grpc_library",
)
go_proto_library(
go_grpc_library(
name = "privateca_go_proto",
compilers = ["@io_bazel_rules_go//proto:go_grpc"],
importpath = "cloud.google.com/go/security/privateca/apiv1beta1/privatecapb",
protos = [":privateca_proto"],
deps = [

View file

@ -114,12 +114,11 @@ load(
"@com_google_googleapis_imports//:imports.bzl",
"go_gapic_assembly_pkg",
"go_gapic_library",
"go_proto_library",
"go_grpc_library",
)
go_proto_library(
go_grpc_library(
name = "publicca_go_proto",
compilers = ["@io_bazel_rules_go//proto:go_grpc"],
importpath = "cloud.google.com/go/security/publicca/apiv1/publiccapb",
protos = [":publicca_proto"],
deps = [

View file

@ -114,12 +114,11 @@ load(
"@com_google_googleapis_imports//:imports.bzl",
"go_gapic_assembly_pkg",
"go_gapic_library",
"go_proto_library",
"go_grpc_library",
)
go_proto_library(
go_grpc_library(
name = "publicca_go_proto",
compilers = ["@io_bazel_rules_go//proto:go_grpc"],
importpath = "cloud.google.com/go/security/publicca/apiv1alpha1/publiccapb",
protos = [":publicca_proto"],
deps = [

View file

@ -114,12 +114,11 @@ load(
"@com_google_googleapis_imports//:imports.bzl",
"go_gapic_assembly_pkg",
"go_gapic_library",
"go_proto_library",
"go_grpc_library",
)
go_proto_library(
go_grpc_library(
name = "publicca_go_proto",
compilers = ["@io_bazel_rules_go//proto:go_grpc"],
importpath = "cloud.google.com/go/security/publicca/apiv1beta1/publiccapb",
protos = [":publicca_proto"],
deps = [

View file

@ -21,7 +21,7 @@ load(
"csharp_proto_library",
"go_gapic_assembly_pkg",
"go_gapic_library",
"go_proto_library",
"go_grpc_library",
"java_gapic_assembly_gradle_pkg",
"java_gapic_library",
"java_gapic_test",
@ -121,9 +121,8 @@ java_gapic_assembly_gradle_pkg(
],
)
go_proto_library(
go_grpc_library(
name = "settings_go_proto",
compilers = ["@io_bazel_rules_go//proto:go_grpc"],
importpath = "cloud.google.com/go/securitycenter/settings/apiv1beta1/settingspb",
protos = [":settings_proto"],
deps = [

View file

@ -177,12 +177,11 @@ load(
"@com_google_googleapis_imports//:imports.bzl",
"go_gapic_assembly_pkg",
"go_gapic_library",
"go_proto_library",
"go_grpc_library",
)
go_proto_library(
go_grpc_library(
name = "securitycenter_go_proto",
compilers = ["@io_bazel_rules_go//proto:go_grpc"],
importpath = "cloud.google.com/go/securitycenter/apiv1/securitycenterpb",
protos = [":securitycenter_proto"],
deps = [

View file

@ -114,12 +114,11 @@ load(
"@com_google_googleapis_imports//:imports.bzl",
"go_gapic_assembly_pkg",
"go_gapic_library",
"go_proto_library",
"go_grpc_library",
)
go_proto_library(
go_grpc_library(
name = "securitycenter_go_proto",
compilers = ["@io_bazel_rules_go//proto:go_grpc"],
importpath = "cloud.google.com/go/securitycenter/apiv1beta1/securitycenterpb",
protos = [":securitycenter_proto"],
deps = [

View file

@ -127,12 +127,11 @@ load(
"@com_google_googleapis_imports//:imports.bzl",
"go_gapic_assembly_pkg",
"go_gapic_library",
"go_proto_library",
"go_grpc_library",
)
go_proto_library(
go_grpc_library(
name = "securitycenter_go_proto",
compilers = ["@io_bazel_rules_go//proto:go_grpc"],
importpath = "cloud.google.com/go/securitycenter/apiv1p1beta1/securitycenterpb",
protos = [":securitycenter_proto"],
deps = [

View file

@ -178,12 +178,11 @@ load(
"@com_google_googleapis_imports//:imports.bzl",
"go_gapic_assembly_pkg",
"go_gapic_library",
"go_proto_library",
"go_grpc_library",
)
go_proto_library(
go_grpc_library(
name = "securitycenter_go_proto",
compilers = ["@io_bazel_rules_go//proto:go_grpc"],
importpath = "cloud.google.com/go/securitycenter/apiv2/securitycenterpb",
protos = [":securitycenter_proto"],
deps = [

View file

@ -120,12 +120,11 @@ load(
"@com_google_googleapis_imports//:imports.bzl",
"go_gapic_assembly_pkg",
"go_gapic_library",
"go_proto_library",
"go_grpc_library",
)
go_proto_library(
go_grpc_library(
name = "securitycentermanagement_go_proto",
compilers = ["@io_bazel_rules_go//proto:go_grpc"],
importpath = "cloud.google.com/go/securitycentermanagement/apiv1/securitycentermanagementpb",
protos = [":securitycentermanagement_proto"],
deps = [

View file

@ -120,12 +120,11 @@ load(
"@com_google_googleapis_imports//:imports.bzl",
"go_gapic_assembly_pkg",
"go_gapic_library",
"go_proto_library",
"go_grpc_library",
)
go_proto_library(
go_grpc_library(
name = "securityposture_go_proto",
compilers = ["@io_bazel_rules_go//proto:go_grpc"],
importpath = "cloud.google.com/go/securityposture/apiv1/securityposturepb",
protos = [":securityposture_proto"],
deps = [

View file

@ -14,7 +14,7 @@ load(
"cc_proto_library",
"csharp_grpc_library",
"csharp_proto_library",
"go_proto_library",
"go_grpc_library",
"java_grpc_library",
"java_proto_library",
"moved_proto_library",
@ -50,9 +50,8 @@ java_grpc_library(
deps = [":logging_java_proto"],
)
go_proto_library(
go_grpc_library(
name = "logging_go_proto",
compilers = ["@io_bazel_rules_go//proto:go_grpc"],
importpath = "cloud.google.com/go/sensitiveaction/logging/apiv1/loggingpb",
protos = [":logging_proto"],
deps = [

View file

@ -123,12 +123,11 @@ load(
"@com_google_googleapis_imports//:imports.bzl",
"go_gapic_assembly_pkg",
"go_gapic_library",
"go_proto_library",
"go_grpc_library",
)
go_proto_library(
go_grpc_library(
name = "servicedirectory_go_proto",
compilers = ["@io_bazel_rules_go//proto:go_grpc"],
importpath = "cloud.google.com/go/servicedirectory/apiv1/servicedirectorypb",
protos = [":servicedirectory_proto"],
deps = [

View file

@ -124,12 +124,11 @@ load(
"@com_google_googleapis_imports//:imports.bzl",
"go_gapic_assembly_pkg",
"go_gapic_library",
"go_proto_library",
"go_grpc_library",
)
go_proto_library(
go_grpc_library(
name = "servicedirectory_go_proto",
compilers = ["@io_bazel_rules_go//proto:go_grpc"],
importpath = "cloud.google.com/go/servicedirectory/apiv1beta1/servicedirectorypb",
protos = [":servicedirectory_proto"],
deps = [

View file

@ -44,12 +44,11 @@ java_grpc_library(
load(
"@com_google_googleapis_imports//:imports.bzl",
"go_gapic_assembly_pkg",
"go_proto_library",
"go_grpc_library",
)
go_proto_library(
go_grpc_library(
name = "logging_go_proto",
compilers = ["@io_bazel_rules_go//proto:go_grpc"],
importpath = "cloud.google.com/go/servicehealth/logging/apiv1/loggingpb",
protos = [":logging_proto"],
deps = [

View file

@ -113,12 +113,11 @@ load(
"@com_google_googleapis_imports//:imports.bzl",
"go_gapic_assembly_pkg",
"go_gapic_library",
"go_proto_library",
"go_grpc_library",
)
go_proto_library(
go_grpc_library(
name = "servicehealth_go_proto",
compilers = ["@io_bazel_rules_go//proto:go_grpc"],
importpath = "cloud.google.com/go/servicehealth/apiv1/servicehealthpb",
protos = [":servicehealth_proto"],
deps = [

View file

@ -109,12 +109,11 @@ load(
"@com_google_googleapis_imports//:imports.bzl",
"go_gapic_assembly_pkg",
"go_gapic_library",
"go_proto_library",
"go_grpc_library",
)
go_proto_library(
go_grpc_library(
name = "shell_go_proto",
compilers = ["@io_bazel_rules_go//proto:go_grpc"],
importpath = "cloud.google.com/go/shell/apiv1/shellpb",
protos = [":shell_proto"],
deps = [

View file

@ -121,12 +121,11 @@ load(
"@com_google_googleapis_imports//:imports.bzl",
"go_gapic_assembly_pkg",
"go_gapic_library",
"go_proto_library",
"go_grpc_library",
)
go_proto_library(
go_grpc_library(
name = "storagebatchoperations_go_proto",
compilers = ["@io_bazel_rules_go//proto:go_grpc"],
importpath = "cloud.google.com/go/storagebatchoperations/apiv1/storagebatchoperationspb",
protos = [":storagebatchoperations_proto"],
deps = [

View file

@ -118,12 +118,11 @@ load(
"@com_google_googleapis_imports//:imports.bzl",
"go_gapic_assembly_pkg",
"go_gapic_library",
"go_proto_library",
"go_grpc_library",
)
go_proto_library(
go_grpc_library(
name = "storageinsights_go_proto",
compilers = ["@io_bazel_rules_go//proto:go_grpc"],
importpath = "cloud.google.com/go/storageinsights/apiv1/storageinsightspb",
protos = [":storageinsights_proto"],
deps = [

View file

@ -43,12 +43,11 @@ java_grpc_library(
##############################################################################
load(
"@com_google_googleapis_imports//:imports.bzl",
"go_proto_library",
"go_grpc_library",
)
go_proto_library(
go_grpc_library(
name = "logging_go_proto",
compilers = ["@io_bazel_rules_go//proto:go_grpc"],
importpath = "cloud.google.com/go/stream/logging/apiv1/loggingpb",
protos = [":logging_proto"],
deps = [],

View file

@ -122,12 +122,11 @@ load(
"@com_google_googleapis_imports//:imports.bzl",
"go_gapic_assembly_pkg",
"go_gapic_library",
"go_proto_library",
"go_grpc_library",
)
go_proto_library(
go_grpc_library(
name = "support_go_proto",
compilers = ["@io_bazel_rules_go//proto:go_grpc"],
importpath = "cloud.google.com/go/support/apiv2/supportpb",
protos = [":support_proto"],
deps = [

View file

@ -132,12 +132,11 @@ load(
"@com_google_googleapis_imports//:imports.bzl",
"go_gapic_assembly_pkg",
"go_gapic_library",
"go_proto_library",
"go_grpc_library",
)
go_proto_library(
go_grpc_library(
name = "support_go_proto",
compilers = ["@io_bazel_rules_go//proto:go_grpc"],
importpath = "cloud.google.com/go/support/apiv2beta/supportpb",
protos = [":support_proto"],
deps = [

View file

@ -138,12 +138,11 @@ load(
"@com_google_googleapis_imports//:imports.bzl",
"go_gapic_assembly_pkg",
"go_gapic_library",
"go_proto_library",
"go_grpc_library",
)
go_proto_library(
go_grpc_library(
name = "talent_go_proto",
compilers = ["@io_bazel_rules_go//proto:go_grpc"],
importpath = "cloud.google.com/go/talent/apiv4/talentpb",
protos = [":talent_proto"],
deps = [

View file

@ -142,12 +142,11 @@ load(
"@com_google_googleapis_imports//:imports.bzl",
"go_gapic_assembly_pkg",
"go_gapic_library",
"go_proto_library",
"go_grpc_library",
)
go_proto_library(
go_grpc_library(
name = "talent_go_proto",
compilers = ["@io_bazel_rules_go//proto:go_grpc"],
importpath = "cloud.google.com/go/talent/apiv4beta1/talentpb",
protos = [":talent_proto"],
deps = [

View file

@ -123,12 +123,11 @@ load(
"@com_google_googleapis_imports//:imports.bzl",
"go_gapic_assembly_pkg",
"go_gapic_library",
"go_proto_library",
"go_grpc_library",
)
go_proto_library(
go_grpc_library(
name = "tasks_go_proto",
compilers = ["@io_bazel_rules_go//proto:go_grpc"],
importpath = "cloud.google.com/go/cloudtasks/apiv2/cloudtaskspb",
protos = [":tasks_proto"],
deps = [

View file

@ -125,12 +125,11 @@ load(
"@com_google_googleapis_imports//:imports.bzl",
"go_gapic_assembly_pkg",
"go_gapic_library",
"go_proto_library",
"go_grpc_library",
)
go_proto_library(
go_grpc_library(
name = "tasks_go_proto",
compilers = ["@io_bazel_rules_go//proto:go_grpc"],
importpath = "cloud.google.com/go/cloudtasks/apiv2beta2/cloudtaskspb",
protos = [":tasks_proto"],
deps = [

View file

@ -124,12 +124,11 @@ load(
"@com_google_googleapis_imports//:imports.bzl",
"go_gapic_assembly_pkg",
"go_gapic_library",
"go_proto_library",
"go_grpc_library",
)
go_proto_library(
go_grpc_library(
name = "tasks_go_proto",
compilers = ["@io_bazel_rules_go//proto:go_grpc"],
importpath = "cloud.google.com/go/cloudtasks/apiv2beta3/cloudtaskspb",
protos = [":tasks_proto"],
deps = [

View file

@ -115,12 +115,11 @@ load(
"@com_google_googleapis_imports//:imports.bzl",
"go_gapic_assembly_pkg",
"go_gapic_library",
"go_proto_library",
"go_grpc_library",
)
go_proto_library(
go_grpc_library(
name = "telcoautomation_go_proto",
compilers = ["@io_bazel_rules_go//proto:go_grpc"],
importpath = "cloud.google.com/go/telcoautomation/apiv1/telcoautomationpb",
protos = [":telcoautomation_proto"],
deps = [

View file

@ -19,7 +19,7 @@ load(
"csharp_proto_library",
"go_gapic_assembly_pkg",
"go_gapic_library",
"go_proto_library",
"go_grpc_library",
"java_gapic_assembly_gradle_pkg",
"java_gapic_library",
"java_gapic_test",
@ -126,9 +126,8 @@ java_gapic_assembly_gradle_pkg(
],
)
go_proto_library(
go_grpc_library(
name = "telcoautomation_go_proto",
compilers = ["@io_bazel_rules_go//proto:go_grpc"],
importpath = "cloud.google.com/go/telcoautomation/apiv1alpha1/telcoautomationpb",
protos = [":telcoautomation_proto"],
deps = [

View file

@ -115,12 +115,11 @@ load(
"@com_google_googleapis_imports//:imports.bzl",
"go_gapic_assembly_pkg",
"go_gapic_library",
"go_proto_library",
"go_grpc_library",
)
go_proto_library(
go_grpc_library(
name = "timeseriesinsights_go_proto",
compilers = ["@io_bazel_rules_go//proto:go_grpc"],
importpath = "cloud.google.com/go/timeseriesinsights/apiv1/timeseriesinsightspb",
protos = [":timeseriesinsights_proto"],
deps = [

View file

@ -112,12 +112,11 @@ load(
"@com_google_googleapis_imports//:imports.bzl",
"go_gapic_assembly_pkg",
"go_gapic_library",
"go_proto_library",
"go_grpc_library",
)
go_proto_library(
go_grpc_library(
name = "tpu_go_proto",
compilers = ["@io_bazel_rules_go//proto:go_grpc"],
importpath = "cloud.google.com/go/tpu/apiv1/tpupb",
protos = [":tpu_proto"],
deps = [

View file

@ -123,12 +123,11 @@ load(
"@com_google_googleapis_imports//:imports.bzl",
"go_gapic_assembly_pkg",
"go_gapic_library",
"go_proto_library",
"go_grpc_library",
)
go_proto_library(
go_grpc_library(
name = "tpu_go_proto",
compilers = ["@io_bazel_rules_go//proto:go_grpc"],
importpath = "cloud.google.com/go/tpu/apiv2/tpupb",
protos = [":tpu_proto"],
deps = [

View file

@ -123,12 +123,11 @@ load(
"@com_google_googleapis_imports//:imports.bzl",
"go_gapic_assembly_pkg",
"go_gapic_library",
"go_proto_library",
"go_grpc_library",
)
go_proto_library(
go_grpc_library(
name = "tpu_go_proto",
compilers = ["@io_bazel_rules_go//proto:go_grpc"],
importpath = "cloud.google.com/go/tpu/apiv2alpha1/tpupb",
protos = [":tpu_proto"],
deps = [

View file

@ -121,12 +121,11 @@ load(
"@com_google_googleapis_imports//:imports.bzl",
"go_gapic_assembly_pkg",
"go_gapic_library",
"go_proto_library",
"go_grpc_library",
)
go_proto_library(
go_grpc_library(
name = "universalledger_go_proto",
compilers = ["@io_bazel_rules_go//proto:go_grpc"],
importpath = "cloud.google.com/go/universalledger/apiv1/universalledgerpb",
protos = [":universalledger_proto"],
deps = [

View file

@ -44,12 +44,11 @@ java_grpc_library(
##############################################################################
load(
"@com_google_googleapis_imports//:imports.bzl",
"go_proto_library",
"go_grpc_library",
)
go_proto_library(
go_grpc_library(
name = "logging_go_proto",
compilers = ["@io_bazel_rules_go//proto:go_grpc"],
importpath = "cloud.google.com/go/video/livestream/logging/apiv1/loggingpb",
protos = [":logging_proto"],
deps = [

View file

@ -126,12 +126,11 @@ load(
"@com_google_googleapis_imports//:imports.bzl",
"go_gapic_assembly_pkg",
"go_gapic_library",
"go_proto_library",
"go_grpc_library",
)
go_proto_library(
go_grpc_library(
name = "livestream_go_proto",
compilers = ["@io_bazel_rules_go//proto:go_grpc"],
importpath = "cloud.google.com/go/video/livestream/apiv1/livestreampb",
protos = [":livestream_proto"],
deps = [

View file

@ -128,12 +128,11 @@ load(
"@com_google_googleapis_imports//:imports.bzl",
"go_gapic_assembly_pkg",
"go_gapic_library",
"go_proto_library",
"go_grpc_library",
)
go_proto_library(
go_grpc_library(
name = "stitcher_go_proto",
compilers = ["@io_bazel_rules_go//proto:go_grpc"],
importpath = "cloud.google.com/go/video/stitcher/apiv1/stitcherpb",
protos = [":stitcher_proto"],
deps = [

View file

@ -111,12 +111,11 @@ load(
"@com_google_googleapis_imports//:imports.bzl",
"go_gapic_assembly_pkg",
"go_gapic_library",
"go_proto_library",
"go_grpc_library",
)
go_proto_library(
go_grpc_library(
name = "transcoder_go_proto",
compilers = ["@io_bazel_rules_go//proto:go_grpc"],
importpath = "cloud.google.com/go/video/transcoder/apiv1/transcoderpb",
protos = [":transcoder_proto"],
deps = [

View file

@ -102,12 +102,11 @@ load(
"@com_google_googleapis_imports//:imports.bzl",
"go_gapic_assembly_pkg",
"go_gapic_library",
"go_proto_library",
"go_grpc_library",
)
go_proto_library(
go_grpc_library(
name = "videointelligence_go_proto",
compilers = ["@io_bazel_rules_go//proto:go_grpc"],
importpath = "cloud.google.com/go/videointelligence/apiv1/videointelligencepb",
protos = [":videointelligence_proto"],
deps = [

View file

@ -102,12 +102,11 @@ load(
"@com_google_googleapis_imports//:imports.bzl",
"go_gapic_assembly_pkg",
"go_gapic_library",
"go_proto_library",
"go_grpc_library",
)
go_proto_library(
go_grpc_library(
name = "videointelligence_go_proto",
compilers = ["@io_bazel_rules_go//proto:go_grpc"],
importpath = "cloud.google.com/go/videointelligence/apiv1beta2/videointelligencepb",
protos = [":videointelligence_proto"],
deps = [

View file

@ -102,12 +102,11 @@ load(
"@com_google_googleapis_imports//:imports.bzl",
"go_gapic_assembly_pkg",
"go_gapic_library",
"go_proto_library",
"go_grpc_library",
)
go_proto_library(
go_grpc_library(
name = "videointelligence_go_proto",
compilers = ["@io_bazel_rules_go//proto:go_grpc"],
importpath = "cloud.google.com/go/videointelligence/apiv1p1beta1/videointelligencepb",
protos = [":videointelligence_proto"],
deps = [

View file

@ -102,12 +102,11 @@ load(
"@com_google_googleapis_imports//:imports.bzl",
"go_gapic_assembly_pkg",
"go_gapic_library",
"go_proto_library",
"go_grpc_library",
)
go_proto_library(
go_grpc_library(
name = "videointelligence_go_proto",
compilers = ["@io_bazel_rules_go//proto:go_grpc"],
importpath = "cloud.google.com/go/videointelligence/apiv1p2beta1/videointelligencepb",
protos = [":videointelligence_proto"],
deps = [

View file

@ -103,12 +103,11 @@ load(
"@com_google_googleapis_imports//:imports.bzl",
"go_gapic_assembly_pkg",
"go_gapic_library",
"go_proto_library",
"go_grpc_library",
)
go_proto_library(
go_grpc_library(
name = "videointelligence_go_proto",
compilers = ["@io_bazel_rules_go//proto:go_grpc"],
importpath = "cloud.google.com/go/videointelligence/apiv1p3beta1/videointelligencepb",
protos = [":videointelligence_proto"],
deps = [

View file

@ -142,12 +142,11 @@ load(
"@com_google_googleapis_imports//:imports.bzl",
"go_gapic_assembly_pkg",
"go_gapic_library",
"go_proto_library",
"go_grpc_library",
)
go_proto_library(
go_grpc_library(
name = "visionai_go_proto",
compilers = ["@io_bazel_rules_go//proto:go_grpc"],
importpath = "cloud.google.com/go/visionai/apiv1/visionaipb",
protos = [":visionai_proto"],
deps = [

View file

@ -141,12 +141,11 @@ load(
"@com_google_googleapis_imports//:imports.bzl",
"go_gapic_assembly_pkg",
"go_gapic_library",
"go_proto_library",
"go_grpc_library",
)
go_proto_library(
go_grpc_library(
name = "visionai_go_proto",
compilers = ["@io_bazel_rules_go//proto:go_grpc"],
importpath = "cloud.google.com/go/visionai/apiv1alpha1/visionaipb",
protos = [":visionai_proto"],
deps = [

View file

@ -122,12 +122,11 @@ load(
"@com_google_googleapis_imports//:imports.bzl",
"go_gapic_assembly_pkg",
"go_gapic_library",
"go_proto_library",
"go_grpc_library",
)
go_proto_library(
go_grpc_library(
name = "vmmigration_go_proto",
compilers = ["@io_bazel_rules_go//proto:go_grpc"],
importpath = "cloud.google.com/go/vmmigration/apiv1/vmmigrationpb",
protos = [":vmmigration_proto"],
deps = [

View file

@ -126,12 +126,11 @@ load(
"@com_google_googleapis_imports//:imports.bzl",
"go_gapic_assembly_pkg",
"go_gapic_library",
"go_proto_library",
"go_grpc_library",
)
go_proto_library(
go_grpc_library(
name = "vmwareengine_go_proto",
compilers = ["@io_bazel_rules_go//proto:go_grpc"],
importpath = "cloud.google.com/go/vmwareengine/apiv1/vmwareenginepb",
protos = [":vmwareengine_proto"],
deps = [

View file

@ -114,12 +114,11 @@ load(
"@com_google_googleapis_imports//:imports.bzl",
"go_gapic_assembly_pkg",
"go_gapic_library",
"go_proto_library",
"go_grpc_library",
)
go_proto_library(
go_grpc_library(
name = "vpcaccess_go_proto",
compilers = ["@io_bazel_rules_go//proto:go_grpc"],
importpath = "cloud.google.com/go/vpcaccess/apiv1/vpcaccesspb",
protos = [":vpcaccess_proto"],
deps = [

View file

@ -115,12 +115,11 @@ load(
"@com_google_googleapis_imports//:imports.bzl",
"go_gapic_assembly_pkg",
"go_gapic_library",
"go_proto_library",
"go_grpc_library",
)
go_proto_library(
go_grpc_library(
name = "webrisk_go_proto",
compilers = ["@io_bazel_rules_go//proto:go_grpc"],
importpath = "cloud.google.com/go/webrisk/apiv1/webriskpb",
protos = [":webrisk_proto"],
deps = [

View file

@ -108,12 +108,11 @@ load(
"@com_google_googleapis_imports//:imports.bzl",
"go_gapic_assembly_pkg",
"go_gapic_library",
"go_proto_library",
"go_grpc_library",
)
go_proto_library(
go_grpc_library(
name = "webrisk_go_proto",
compilers = ["@io_bazel_rules_go//proto:go_grpc"],
importpath = "cloud.google.com/go/webrisk/apiv1beta1/webriskpb",
protos = [":webrisk_proto"],
deps = [

View file

@ -121,12 +121,11 @@ load(
"@com_google_googleapis_imports//:imports.bzl",
"go_gapic_assembly_pkg",
"go_gapic_library",
"go_proto_library",
"go_grpc_library",
)
go_proto_library(
go_grpc_library(
name = "websecurityscanner_go_proto",
compilers = ["@io_bazel_rules_go//proto:go_grpc"],
importpath = "cloud.google.com/go/websecurityscanner/apiv1/websecurityscannerpb",
protos = [":websecurityscanner_proto"],
deps = [

View file

@ -109,12 +109,11 @@ load(
"@com_google_googleapis_imports//:imports.bzl",
"go_gapic_assembly_pkg",
"go_gapic_library",
"go_proto_library",
"go_grpc_library",
)
go_proto_library(
go_grpc_library(
name = "executions_go_proto",
compilers = ["@io_bazel_rules_go//proto:go_grpc"],
importpath = "cloud.google.com/go/workflows/executions/apiv1/executionspb",
protos = [":executions_proto"],
deps = [

View file

@ -114,12 +114,11 @@ load(
"@com_google_googleapis_imports//:imports.bzl",
"go_gapic_assembly_pkg",
"go_gapic_library",
"go_proto_library",
"go_grpc_library",
)
go_proto_library(
go_grpc_library(
name = "workflows_go_proto",
compilers = ["@io_bazel_rules_go//proto:go_grpc"],
importpath = "cloud.google.com/go/workflows/apiv1/workflowspb",
protos = [":workflows_proto"],
deps = [

View file

@ -42,12 +42,11 @@ java_grpc_library(
load(
"@com_google_googleapis_imports//:imports.bzl",
"go_gapic_assembly_pkg",
"go_proto_library",
"go_grpc_library",
)
go_proto_library(
go_grpc_library(
name = "logging_go_proto",
compilers = ["@io_bazel_rules_go//proto:go_grpc"],
importpath = "cloud.google.com/go/workstations/logging/apiv1/loggingpb",
protos = [":logging_proto"],
deps = [],

View file

@ -119,12 +119,11 @@ load(
"@com_google_googleapis_imports//:imports.bzl",
"go_gapic_assembly_pkg",
"go_gapic_library",
"go_proto_library",
"go_grpc_library",
)
go_proto_library(
go_grpc_library(
name = "workstations_go_proto",
compilers = ["@io_bazel_rules_go//proto:go_grpc"],
importpath = "cloud.google.com/go/workstations/apiv1/workstationspb",
protos = [":workstations_proto"],
deps = [