Skip to content

Commit 592f87d

Browse files
authored
chore: update googleapis SHA circa 2025-02-27 (#15003)
* chore: update googleapis SHA circa 2025-02-27 PiperOrigin-RevId: 731731741
1 parent 949fb11 commit 592f87d

File tree

24 files changed

+870
-865
lines changed

24 files changed

+870
-865
lines changed

MODULE.bazel

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -55,12 +55,12 @@ python.toolchain(
5555
bazel_dep(name = "googleapis", version = "0.0.0", repo_name = "com_google_googleapis")
5656
archive_override(
5757
module_name = "googleapis",
58-
integrity = "sha256-2ZtBh+Y+GhVnCgZwB2qDvoZeNhHIwO7dFY7DtjKmOiM=",
58+
integrity = "sha256-c7IZoa5uSTol5GiqZSHXxvg10yVqCNNjv/+LQCVjI+o=",
5959
patch_strip = 1,
6060
patches = ["//bazel:googleapis.modules.patch"],
61-
strip_prefix = "googleapis-de1e1c0eef95687b8dc8b81be6417a4b3f7e3924",
61+
strip_prefix = "googleapis-b151ec2ae29c2c955c56784c0ce388b2d8c4a84c",
6262
urls = [
63-
"https://github.com/googleapis/googleapis/archive/de1e1c0eef95687b8dc8b81be6417a4b3f7e3924.tar.gz",
63+
"https://github.com/googleapis/googleapis/archive/b151ec2ae29c2c955c56784c0ce388b2d8c4a84c.tar.gz",
6464
],
6565
)
6666

bazel/workspace0.bzl

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -126,10 +126,10 @@ def gl_cpp_workspace0(name = None):
126126
http_archive,
127127
name = "com_google_googleapis",
128128
urls = [
129-
"https://github.com/googleapis/googleapis/archive/de1e1c0eef95687b8dc8b81be6417a4b3f7e3924.tar.gz",
129+
"https://github.com/googleapis/googleapis/archive/b151ec2ae29c2c955c56784c0ce388b2d8c4a84c.tar.gz",
130130
],
131-
sha256 = "d99b4187e63e1a15670a0670076a83be865e3611c8c0eedd158ec3b632a63a23",
132-
strip_prefix = "googleapis-de1e1c0eef95687b8dc8b81be6417a4b3f7e3924",
131+
sha256 = "73b219a1ae6e493a25e468aa6521d7c6f835d3256a08d363bfff8b40256323ea",
132+
strip_prefix = "googleapis-b151ec2ae29c2c955c56784c0ce388b2d8c4a84c",
133133
build_file = Label("//bazel:googleapis.BUILD"),
134134
# Scaffolding for patching googleapis after download. For example:
135135
# patches = ["googleapis.patch"]

cmake/GoogleapisConfig.cmake

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,9 @@ set(GOOGLE_CLOUD_CPP_GOOGLEAPIS_SHA256
2727
mark_as_advanced(GOOGLE_CLOUD_CPP_GOOGLEAPIS_SHA256)
2828

2929
set(_GOOGLE_CLOUD_CPP_GOOGLEAPIS_COMMIT_SHA
30-
"de1e1c0eef95687b8dc8b81be6417a4b3f7e3924")
30+
"b151ec2ae29c2c955c56784c0ce388b2d8c4a84c")
3131
set(_GOOGLE_CLOUD_CPP_GOOGLEAPIS_SHA256
32-
"d99b4187e63e1a15670a0670076a83be865e3611c8c0eedd158ec3b632a63a23")
32+
"73b219a1ae6e493a25e468aa6521d7c6f835d3256a08d363bfff8b40256323ea")
3333

3434
set(DOXYGEN_ALIASES
3535
"googleapis_link{2}=\"[\\1](https://github.com/googleapis/googleapis/blob/${_GOOGLE_CLOUD_CPP_GOOGLEAPIS_COMMIT_SHA}/\\2)\""

external/googleapis/protodeps/parallelstore.deps

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,5 @@
66
@com_google_googleapis//google/api:launch_stage_proto
77
@com_google_googleapis//google/api:resource_proto
88
@com_google_googleapis//google/longrunning:operations_proto
9+
@com_google_googleapis//google/rpc:code_proto
910
@com_google_googleapis//google/rpc:status_proto

external/googleapis/protolists/securitycenter.list

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,11 @@
6464
@com_google_googleapis//google/cloud/securitycenter/v2:connection.proto
6565
@com_google_googleapis//google/cloud/securitycenter/v2:contact_details.proto
6666
@com_google_googleapis//google/cloud/securitycenter/v2:container.proto
67+
@com_google_googleapis//google/cloud/securitycenter/v2:data_access_event.proto
68+
@com_google_googleapis//google/cloud/securitycenter/v2:data_flow_event.proto
69+
@com_google_googleapis//google/cloud/securitycenter/v2:data_retention_deletion_event.proto
6770
@com_google_googleapis//google/cloud/securitycenter/v2:database.proto
71+
@com_google_googleapis//google/cloud/securitycenter/v2:disk.proto
6872
@com_google_googleapis//google/cloud/securitycenter/v2:exfiltration.proto
6973
@com_google_googleapis//google/cloud/securitycenter/v2:external_system.proto
7074
@com_google_googleapis//google/cloud/securitycenter/v2:file.proto

external/googleapis/renovate.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ done
5252
rm -f "${DOWNLOAD}"
5353

5454
banner "Updating Cache for Bazel"
55-
bazel/deps-cache.py -p
55+
#bazel/deps-cache.py -p
5656

5757
banner "Updating Bazel/CMake dependencies"
5858
sed -i -f - bazel/workspace0.bzl <<EOT

google/cloud/bigquery/reservation/v1/reservation_client.h

Lines changed: 71 additions & 71 deletions
Large diffs are not rendered by default.

google/cloud/cloudbuild/v1/cloud_build_client.h

Lines changed: 68 additions & 68 deletions
Large diffs are not rendered by default.

google/cloud/confidentialcomputing/v1/confidential_computing_client.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ class ConfidentialComputingClient {
175175
/// [`StatusOr`]: @ref google::cloud::StatusOr
176176
/// [`Status`]: @ref google::cloud::Status
177177
/// [google.cloud.confidentialcomputing.v1.VerifyAttestationRequest]: @googleapis_reference_link{google/cloud/confidentialcomputing/v1/service.proto#L138}
178-
/// [google.cloud.confidentialcomputing.v1.VerifyAttestationResponse]: @googleapis_reference_link{google/cloud/confidentialcomputing/v1/service.proto#L214}
178+
/// [google.cloud.confidentialcomputing.v1.VerifyAttestationResponse]: @googleapis_reference_link{google/cloud/confidentialcomputing/v1/service.proto#L218}
179179
///
180180
// clang-format on
181181
StatusOr<google::cloud::confidentialcomputing::v1::VerifyAttestationResponse>

google/cloud/datamigration/v1/data_migration_client.h

Lines changed: 31 additions & 31 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)