Synchronize new proto/yaml changes.
PiperOrigin-RevId: 253097146
This commit is contained in:
parent
d4f40c5524
commit
a9a85bc86b
|
|
@ -22,8 +22,8 @@ switched_rules_by_language(
|
|||
# section
|
||||
http_archive(
|
||||
name = "com_google_api_codegen",
|
||||
strip_prefix = "gapic-generator-5fcbd748cd68bb8ab4732511c6c07c1a87db02a3",
|
||||
urls = ["https://github.com/googleapis/gapic-generator/archive/5fcbd748cd68bb8ab4732511c6c07c1a87db02a3.zip"],
|
||||
strip_prefix = "gapic-generator-4a5220485893da3ee8934615d1901626f5b18e36",
|
||||
urls = ["https://github.com/googleapis/gapic-generator/archive/4a5220485893da3ee8934615d1901626f5b18e36.zip"],
|
||||
)
|
||||
|
||||
##############################################################################
|
||||
|
|
|
|||
|
|
@ -20,6 +20,7 @@ proto_library(
|
|||
],
|
||||
deps = [
|
||||
"//google/api:annotations_proto",
|
||||
"//google/api:client_proto",
|
||||
"//google/api:resource_proto",
|
||||
"//google/longrunning:operations_proto",
|
||||
"//google/rpc:status_proto",
|
||||
|
|
|
|||
|
|
@ -22,6 +22,7 @@ proto_library(
|
|||
],
|
||||
deps = [
|
||||
"//google/api:annotations_proto",
|
||||
"//google/api:client_proto",
|
||||
"//google/api:resource_proto",
|
||||
"//google/longrunning:operations_proto",
|
||||
"//google/rpc:status_proto",
|
||||
|
|
|
|||
Loading…
Reference in New Issue