Skip to content
This repository has been archived by the owner on Apr 12, 2022. It is now read-only.

Commit

Permalink
feat: Integrate latest compute API definitions (#72)
Browse files Browse the repository at this point in the history
This is the first ESF (non-legacy) compute API in this repository. This change also depends on updated converter, which sorts all elemetns of the generated proto file alphabetically (in each section separately: messages, services, methods within services etc).
  • Loading branch information
vam-google authored Nov 3, 2021
1 parent e7b6b3b commit 638b68a
Show file tree
Hide file tree
Showing 4 changed files with 77,025 additions and 77,440 deletions.
4 changes: 2 additions & 2 deletions WORKSPACE
Original file line number Diff line number Diff line change
Expand Up @@ -371,8 +371,8 @@ gapic_generator_ruby_repositories()

http_archive(
name = "com_google_disco_to_proto3_converter",
strip_prefix = "disco-to-proto3-converter-bbcb38b24c32c282eac720a48158e2d82f136e90",
urls = ["https://github.com/googleapis/disco-to-proto3-converter/archive/bbcb38b24c32c282eac720a48158e2d82f136e90.zip"],
strip_prefix = "disco-to-proto3-converter-bcf626ce1d72c7ea8db610fa0a121175f0b4c561",
urls = ["https://github.com/googleapis/disco-to-proto3-converter/archive/bcf626ce1d72c7ea8db610fa0a121175f0b4c561.zip"],
)

load("@com_google_disco_to_proto3_converter//:repository_rules.bzl", "com_google_disco_to_proto3_converter_properties")
Expand Down
Loading

0 comments on commit 638b68a

Please sign in to comment.