Skip to content

Commit fea1ad9

Browse files
authored
chore: update googleapis SHA circa 2026-02-23 (#15989)
* chore: update googleapis SHA circa 2026-02-23 PiperOrigin-RevId: 873925482
1 parent e23bcd2 commit fea1ad9

137 files changed

Lines changed: 18766 additions & 675 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

MODULE.bazel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,6 @@ python.toolchain(
5353
)
5454

5555
bazel_dep(name = "grpc", version = "1.76.0.bcr.1")
56-
bazel_dep(name = "googleapis", version = "0.0.0-20260130-c0fcb356")
56+
bazel_dep(name = "googleapis", version = "0.0.0-20260223-edfe7983")
5757
bazel_dep(name = "googleapis-cc", version = "1.0.0")
5858
bazel_dep(name = "googleapis-grpc-cc", version = "1.0.0")

bazel/workspace0.bzl

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -136,10 +136,10 @@ def gl_cpp_workspace0(name = None):
136136
http_archive,
137137
name = "googleapis",
138138
urls = [
139-
"https://github.com/googleapis/googleapis/archive/c0fcb35628690e9eb15dcefae41c651c67cd050b.tar.gz",
139+
"https://github.com/googleapis/googleapis/archive/edfe7983b9d99d6244b4d7636d25fa6e752a2041.tar.gz",
140140
],
141-
sha256 = "68c82109667c892b6595385b2ad77c1342752f998664eb6d055509ecaddc3150",
142-
strip_prefix = "googleapis-c0fcb35628690e9eb15dcefae41c651c67cd050b",
141+
sha256 = "daf93e1331c16fab7606828bcdc92aa72160718de0819eb628fae9922ccaadfc",
142+
strip_prefix = "googleapis-edfe7983b9d99d6244b4d7636d25fa6e752a2041",
143143
build_file = Label("//bazel:googleapis.BUILD"),
144144
# Scaffolding for patching googleapis after download. For example:
145145
patches = [

ci/cloudbuild/builds/cmake-install.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,7 @@ expected_dirs+=(
9999
./include/google/cloud/gkebackup/logging/v1
100100
./include/google/cloud/gkehub/v1/configmanagement
101101
./include/google/cloud/gkehub/v1/multiclusteringress
102+
./include/google/cloud/gkehub/v1/rbacrolebindingactuation
102103
./include/google/cloud/internal
103104
./include/google/cloud/internal/win32
104105
./include/google/cloud/location

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-
"c0fcb35628690e9eb15dcefae41c651c67cd050b")
30+
"edfe7983b9d99d6244b4d7636d25fa6e752a2041")
3131
set(_GOOGLE_CLOUD_CPP_GOOGLEAPIS_SHA256
32-
"68c82109667c892b6595385b2ad77c1342752f998664eb6d055509ecaddc3150")
32+
"daf93e1331c16fab7606828bcdc92aa72160718de0819eb628fae9922ccaadfc")
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/gkehub.deps

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
@googleapis//google/api:annotations_proto
22
@googleapis//google/api:client_proto
33
@googleapis//google/api:field_behavior_proto
4+
@googleapis//google/api:field_info_proto
45
@googleapis//google/api:http_proto
56
@googleapis//google/api:launch_stage_proto
67
@googleapis//google/api:resource_proto
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
@googleapis//google/cloud/gkehub/v1/configmanagement:configmanagement.proto
22
@googleapis//google/cloud/gkehub/v1/multiclusteringress:multiclusteringress.proto
3+
@googleapis//google/cloud/gkehub/v1/rbacrolebindingactuation:rbacrolebindingactuation.proto
34
@googleapis//google/cloud/gkehub/v1:feature.proto
5+
@googleapis//google/cloud/gkehub/v1:fleet.proto
46
@googleapis//google/cloud/gkehub/v1:membership.proto
57
@googleapis//google/cloud/gkehub/v1:service.proto

generator/internal/descriptor_utils.cc

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -310,6 +310,11 @@ ParameterCommentSubstitution substitutions[] = {
310310
{"`projects/<ProjectID>/locations/<LocationID>/agents/<AgentID>.",
311311
"`projects/<ProjectID>/locations/<LocationID>/agents/<AgentID>`."},
312312

313+
// From google/cloud/gkehub/v1/service.proto
314+
{R"""(Given 'updated'
315+
prefix to follow go/proto-best-practices-checkers#keyword_conflict)""",
316+
R"""()"""},
317+
313318
// Some comments include multiple newlines in a row. We need to preserve
314319
// these because they are paragraph separators. When used in `@param`
315320
// commands we need to represent them as `@n` or they do would terminate the
@@ -342,6 +347,10 @@ std::string FormattedCommentsForParameter(
342347
google::protobuf::SourceLocation loc;
343348
parameter_descriptor->GetSourceLocation(&loc);
344349
auto comment = EscapePrinterDelimiter(ChompByValue(loc.leading_comments));
350+
if (absl::StrContains(comment,
351+
"go/proto-best-practices-checkers#keyword_conflict")) {
352+
std::cout << __func__ << comment << "\n";
353+
}
345354
// This is an arbitrary threshold. The intent is to simplify the generator
346355
// code for corner cases. In the few cases where the documentation of a field
347356
// is extremely detailed it manages to confuse Doxygen. We could try to

google/cloud/aiplatform/v1/dataset_client.h

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

google/cloud/aiplatform/v1/job_client.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2133,7 +2133,7 @@ class JobServiceClient {
21332133
/// [`future`]: @ref google::cloud::future
21342134
/// [`StatusOr`]: @ref google::cloud::StatusOr
21352135
/// [`Status`]: @ref google::cloud::Status
2136-
/// [google.cloud.aiplatform.v1.BatchPredictionJob.state]: @googleapis_reference_link{google/cloud/aiplatform/v1/batch_prediction_job.proto#L394}
2136+
/// [google.cloud.aiplatform.v1.BatchPredictionJob.state]: @googleapis_reference_link{google/cloud/aiplatform/v1/batch_prediction_job.proto#L413}
21372137
/// [google.cloud.aiplatform.v1.CancelBatchPredictionJobRequest]: @googleapis_reference_link{google/cloud/aiplatform/v1/job_service.proto#L1116}
21382138
/// [google.cloud.aiplatform.v1.JobService.GetBatchPredictionJob]: @googleapis_reference_link{google/cloud/aiplatform/v1/job_service.proto#L311}
21392139
///
@@ -2172,7 +2172,7 @@ class JobServiceClient {
21722172
/// [`future`]: @ref google::cloud::future
21732173
/// [`StatusOr`]: @ref google::cloud::StatusOr
21742174
/// [`Status`]: @ref google::cloud::Status
2175-
/// [google.cloud.aiplatform.v1.BatchPredictionJob.state]: @googleapis_reference_link{google/cloud/aiplatform/v1/batch_prediction_job.proto#L394}
2175+
/// [google.cloud.aiplatform.v1.BatchPredictionJob.state]: @googleapis_reference_link{google/cloud/aiplatform/v1/batch_prediction_job.proto#L413}
21762176
/// [google.cloud.aiplatform.v1.CancelBatchPredictionJobRequest]: @googleapis_reference_link{google/cloud/aiplatform/v1/job_service.proto#L1116}
21772177
/// [google.cloud.aiplatform.v1.JobService.GetBatchPredictionJob]: @googleapis_reference_link{google/cloud/aiplatform/v1/job_service.proto#L311}
21782178
///

google/cloud/aiplatform/v1/prediction_client.h

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -802,8 +802,8 @@ class PredictionServiceClient {
802802
/// [`future`]: @ref google::cloud::future
803803
/// [`StatusOr`]: @ref google::cloud::StatusOr
804804
/// [`Status`]: @ref google::cloud::Status
805-
/// [google.cloud.aiplatform.v1.EmbedContentRequest]: @googleapis_reference_link{google/cloud/aiplatform/v1/prediction_service.proto#L866}
806-
/// [google.cloud.aiplatform.v1.EmbedContentResponse]: @googleapis_reference_link{google/cloud/aiplatform/v1/prediction_service.proto#L926}
805+
/// [google.cloud.aiplatform.v1.EmbedContentRequest]: @googleapis_reference_link{google/cloud/aiplatform/v1/prediction_service.proto#L894}
806+
/// [google.cloud.aiplatform.v1.EmbedContentResponse]: @googleapis_reference_link{google/cloud/aiplatform/v1/prediction_service.proto#L954}
807807
///
808808
// clang-format on
809809
StatusOr<google::cloud::aiplatform::v1::EmbedContentResponse> EmbedContent(
@@ -833,8 +833,8 @@ class PredictionServiceClient {
833833
/// [`future`]: @ref google::cloud::future
834834
/// [`StatusOr`]: @ref google::cloud::StatusOr
835835
/// [`Status`]: @ref google::cloud::Status
836-
/// [google.cloud.aiplatform.v1.EmbedContentRequest]: @googleapis_reference_link{google/cloud/aiplatform/v1/prediction_service.proto#L866}
837-
/// [google.cloud.aiplatform.v1.EmbedContentResponse]: @googleapis_reference_link{google/cloud/aiplatform/v1/prediction_service.proto#L926}
836+
/// [google.cloud.aiplatform.v1.EmbedContentRequest]: @googleapis_reference_link{google/cloud/aiplatform/v1/prediction_service.proto#L894}
837+
/// [google.cloud.aiplatform.v1.EmbedContentResponse]: @googleapis_reference_link{google/cloud/aiplatform/v1/prediction_service.proto#L954}
838838
///
839839
// clang-format on
840840
StatusOr<google::cloud::aiplatform::v1::EmbedContentResponse> EmbedContent(

0 commit comments

Comments
 (0)