FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

chore: update googleapis SHA circa 2024-08-25 by scotthart · Pull Request #14667 · googleapis/google-cloud-cpp · GitHub

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension .bazel  (1) .bzl  (1) .cmake  (1) .json  (1) All 4 file types selected
Viewed files
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Unified
Split
Hide whitespace
Diff view
Unified
Split
Hide whitespace
6 changes: 3 additions & 3 deletions MODULE.bazel
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Original file line number Diff line number Diff line change
Expand Up @@ -55,12 +55,12 @@ python.toolchain(
bazel_dep(name = "googleapis", version = "0.0.0", repo_name = "com_google_googleapis")
archive_override(
module_name = "googleapis",
integrity = "sha256-ozJSXagL1gnC/j4sQCGk8toG/aH6GSHBPzeZNABFxmM=",
integrity = "sha256-AKDknmB7Ult0goF8Ki9lNLEo8cStLRsu1CkScfr1c9Q=",
patch_strip = 1,
patches = ["//bazel:googleapis.modules.patch"],
strip_prefix = "googleapis-63947bfd92427cb607a2e335bd8fec23fe2cd529",
strip_prefix = "googleapis-a67e27687c1bfcb75def41760456862b55e27b7b",
urls = [
"https://github.com/googleapis/googleapis/archive/63947bfd92427cb607a2e335bd8fec23fe2cd529.tar.gz",
"https://github.com/googleapis/googleapis/archive/a67e27687c1bfcb75def41760456862b55e27b7b.tar.gz",
],
)

Expand Down
6 changes: 3 additions & 3 deletions bazel/workspace0.bzl
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Original file line number Diff line number Diff line change
Expand Up @@ -115,10 +115,10 @@ def gl_cpp_workspace0(name = None):
http_archive,
name = "com_google_googleapis",
urls = [
"https://github.com/googleapis/googleapis/archive/63947bfd92427cb607a2e335bd8fec23fe2cd529.tar.gz",
"https://github.com/googleapis/googleapis/archive/a67e27687c1bfcb75def41760456862b55e27b7b.tar.gz",
],
sha256 = "a332525da80bd609c2fe3e2c4021a4f2da06fda1fa1921c13f3799340045c663",
strip_prefix = "googleapis-63947bfd92427cb607a2e335bd8fec23fe2cd529",
sha256 = "00a0e49e607b525b7482817c2a2f6534b128f1c4ad2d1b2ed4291271faf573d4",
strip_prefix = "googleapis-a67e27687c1bfcb75def41760456862b55e27b7b",
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
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
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
"63947bfd92427cb607a2e335bd8fec23fe2cd529")
"a67e27687c1bfcb75def41760456862b55e27b7b")
set(_GOOGLE_CLOUD_CPP_GOOGLEAPIS_SHA256
"a332525da80bd609c2fe3e2c4021a4f2da06fda1fa1921c13f3799340045c663")
"00a0e49e607b525b7482817c2a2f6534b128f1c4ad2d1b2ed4291271faf573d4")

set(DOXYGEN_ALIASES
"googleapis_link{2}=\"[\\1](https://github.com/googleapis/googleapis/blob/${_GOOGLE_CLOUD_CPP_GOOGLEAPIS_COMMIT_SHA}/\\2)\""
Expand Down
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"language": "cpp",
"library_type": "GAPIC_AUTO",
"name_pretty": "Apache Kafka for BigQuery API",
"product_documentation": "https://cloud.google.com/managed-kafka",
"product_documentation": "https://cloud.google.com/managed-service-for-apache-kafka/docs",
"release_level": "stable",
"repo": "googleapis/google-cloud-cpp",
"requires_billing": true
Expand Down

Back | FazBrowse Home | New Git URL