Skip to content

Commit

Permalink
chore: update googleapis SHA circa 2024-03-08 (#13749)
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 613716423
  • Loading branch information
coryan authored Mar 8, 2024
1 parent 31f6e5d commit 924bb63
Show file tree
Hide file tree
Showing 6 changed files with 200 additions and 199 deletions.
8 changes: 4 additions & 4 deletions bazel/workspace0.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -121,11 +121,11 @@ def gl_cpp_workspace0(name = None):
http_archive,
name = "com_google_googleapis",
urls = [
"https://storage.googleapis.com/cloud-cpp-community-archive/com_google_googleapis/6be902d47465ae86d4cfe93a107e4160ed5330b7.tar.gz",
"https://github.com/googleapis/googleapis/archive/6be902d47465ae86d4cfe93a107e4160ed5330b7.tar.gz",
"https://storage.googleapis.com/cloud-cpp-community-archive/com_google_googleapis/9868a57470a969ffa1d21194a5c05d7a6e4e98cc.tar.gz",
"https://github.com/googleapis/googleapis/archive/9868a57470a969ffa1d21194a5c05d7a6e4e98cc.tar.gz",
],
sha256 = "90d1702a3bd091289cedcf6187c333fec0e4971a97ae91961ce0c47bcced4ba9",
strip_prefix = "googleapis-6be902d47465ae86d4cfe93a107e4160ed5330b7",
sha256 = "c88131915fe4510280af0296974ba6c31ccd5d0fa7cbe242baa43d894abbae53",
strip_prefix = "googleapis-9868a57470a969ffa1d21194a5c05d7a6e4e98cc",
build_file = Label("//bazel:googleapis.BUILD"),
# Scaffolding for patching googleapis after download. For example:
# patches = ["googleapis.patch"]
Expand Down
4 changes: 2 additions & 2 deletions cmake/GoogleapisConfig.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,9 @@ set(GOOGLE_CLOUD_CPP_GOOGLEAPIS_SHA256
mark_as_advanced(GOOGLE_CLOUD_CPP_GOOGLEAPIS_SHA256)

set(_GOOGLE_CLOUD_CPP_GOOGLEAPIS_COMMIT_SHA
"6be902d47465ae86d4cfe93a107e4160ed5330b7")
"9868a57470a969ffa1d21194a5c05d7a6e4e98cc")
set(_GOOGLE_CLOUD_CPP_GOOGLEAPIS_SHA256
"90d1702a3bd091289cedcf6187c333fec0e4971a97ae91961ce0c47bcced4ba9")
"c88131915fe4510280af0296974ba6c31ccd5d0fa7cbe242baa43d894abbae53")

set(DOXYGEN_ALIASES
"googleapis_link{2}=\"[\\1](https://github.com/googleapis/googleapis/blob/${_GOOGLE_CLOUD_CPP_GOOGLEAPIS_COMMIT_SHA}/\\2)\""
Expand Down
1 change: 1 addition & 0 deletions external/googleapis/protolists/bigtable.list
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
@com_google_googleapis//google/bigtable/admin/v2:common.proto
@com_google_googleapis//google/bigtable/admin/v2:instance.proto
@com_google_googleapis//google/bigtable/admin/v2:table.proto
@com_google_googleapis//google/bigtable/admin/v2:types.proto
@com_google_googleapis//google/bigtable/v2:bigtable.proto
@com_google_googleapis//google/bigtable/v2:data.proto
@com_google_googleapis//google/bigtable/v2:feature_flags.proto
Expand Down
Loading

0 comments on commit 924bb63

Please sign in to comment.