99# * extra_protoc_file_parameters
1010# The complete list of preserved parameters can be found in the source code.
1111
12+ # buildifier: disable=load-on-top
13+
1214# This is an API workspace, having public visibility by default makes perfect sense.
1315package (default_visibility = ["//visibility:public" ])
1416
1517##############################################################################
1618# Common
1719##############################################################################
18- load ( "@rules_proto//proto:defs.bzl" , "proto_library" )
20+ # buildifier: disable=same-origin-load
1921load ("@com_google_googleapis_imports//:imports.bzl" , "proto_library_with_info" )
22+ load ("@rules_proto//proto:defs.bzl" , "proto_library" )
2023
2124proto_library (
2225 name = "alloydb_proto" ,
2326 srcs = [
27+ "data_model.proto" ,
2428 "resources.proto" ,
2529 "service.proto" ,
2630 ],
2731 deps = [
2832 "//google/api:annotations_proto" ,
2933 "//google/api:client_proto" ,
3034 "//google/api:field_behavior_proto" ,
35+ "//google/api:field_info_proto" ,
3136 "//google/api:resource_proto" ,
3237 "//google/longrunning:operations_proto" ,
3338 "//google/rpc:status_proto" ,
@@ -54,6 +59,7 @@ proto_library_with_info(
5459##############################################################################
5560# Java
5661##############################################################################
62+ # buildifier: disable=same-origin-load
5763load (
5864 "@com_google_googleapis_imports//:imports.bzl" ,
5965 "java_gapic_assembly_gradle_pkg" ,
@@ -120,6 +126,7 @@ java_gapic_assembly_gradle_pkg(
120126##############################################################################
121127# Go
122128##############################################################################
129+ # buildifier: disable=same-origin-load
123130load (
124131 "@com_google_googleapis_imports//:imports.bzl" ,
125132 "go_gapic_assembly_pkg" ,
@@ -177,6 +184,7 @@ go_gapic_assembly_pkg(
177184##############################################################################
178185# Python
179186##############################################################################
187+ # buildifier: disable=same-origin-load
180188load (
181189 "@com_google_googleapis_imports//:imports.bzl" ,
182190 "py_gapic_assembly_pkg" ,
@@ -217,6 +225,7 @@ py_gapic_assembly_pkg(
217225##############################################################################
218226# PHP
219227##############################################################################
228+ # buildifier: disable=same-origin-load
220229load (
221230 "@com_google_googleapis_imports//:imports.bzl" ,
222231 "php_gapic_assembly_pkg" ,
@@ -237,7 +246,9 @@ php_gapic_library(
237246 rest_numeric_enums = True ,
238247 service_yaml = "alloydb_v1.yaml" ,
239248 transport = "grpc+rest" ,
240- deps = [":alloydb_php_proto" ],
249+ deps = [
250+ ":alloydb_php_proto" ,
251+ ],
241252)
242253
243254# Open Source Packages
@@ -252,6 +263,7 @@ php_gapic_assembly_pkg(
252263##############################################################################
253264# Node.js
254265##############################################################################
266+ # buildifier: disable=same-origin-load
255267load (
256268 "@com_google_googleapis_imports//:imports.bzl" ,
257269 "nodejs_gapic_assembly_pkg" ,
@@ -282,6 +294,7 @@ nodejs_gapic_assembly_pkg(
282294##############################################################################
283295# Ruby
284296##############################################################################
297+ # buildifier: disable=same-origin-load
285298load (
286299 "@com_google_googleapis_imports//:imports.bzl" ,
287300 "ruby_cloud_gapic_library" ,
@@ -331,6 +344,7 @@ ruby_gapic_assembly_pkg(
331344##############################################################################
332345# C#
333346##############################################################################
347+ # buildifier: disable=same-origin-load
334348load (
335349 "@com_google_googleapis_imports//:imports.bzl" ,
336350 "csharp_gapic_assembly_pkg" ,
@@ -341,6 +355,7 @@ load(
341355
342356csharp_proto_library (
343357 name = "alloydb_csharp_proto" ,
358+ extra_opts = [],
344359 deps = [":alloydb_proto" ],
345360)
346361
@@ -357,6 +372,7 @@ csharp_gapic_library(
357372 grpc_service_config = "alloydb_v1_grpc_service_config.json" ,
358373 rest_numeric_enums = True ,
359374 service_yaml = "alloydb_v1.yaml" ,
375+ transport = "grpc+rest" ,
360376 deps = [
361377 ":alloydb_csharp_grpc" ,
362378 ":alloydb_csharp_proto" ,
@@ -376,6 +392,7 @@ csharp_gapic_assembly_pkg(
376392##############################################################################
377393# C++
378394##############################################################################
395+ # buildifier: disable=same-origin-load
379396load (
380397 "@com_google_googleapis_imports//:imports.bzl" ,
381398 "cc_grpc_library" ,
0 commit comments