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

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion MODULE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,6 @@ python.toolchain(
)

bazel_dep(name = "grpc", version = "1.76.0.bcr.1")
bazel_dep(name = "googleapis", version = "0.0.0-20260223-edfe7983")
bazel_dep(name = "googleapis", version = "0.0.0-20260323-0b3dec84")
bazel_dep(name = "googleapis-cc", version = "1.0.0")
bazel_dep(name = "googleapis-grpc-cc", version = "1.0.0")
6 changes: 3 additions & 3 deletions bazel/workspace0.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -136,10 +136,10 @@ def gl_cpp_workspace0(name = None):
http_archive,
name = "googleapis",
urls = [
"https://github.com/googleapis/googleapis/archive/edfe7983b9d99d6244b4d7636d25fa6e752a2041.tar.gz",
"https://github.com/googleapis/googleapis/archive/0b3dec847f1045e47991c1539d4c69d8b025cfe8.tar.gz",
],
sha256 = "daf93e1331c16fab7606828bcdc92aa72160718de0819eb628fae9922ccaadfc",
strip_prefix = "googleapis-edfe7983b9d99d6244b4d7636d25fa6e752a2041",
sha256 = "815f0297d0e90158a68a4fe2e2a164ce45b36de12d868585837b67f5dfd90964",
strip_prefix = "googleapis-0b3dec847f1045e47991c1539d4c69d8b025cfe8",
build_file = Label("//bazel:googleapis.BUILD"),
# Scaffolding for patching googleapis after download. For example:
patches = [
Expand Down
Binary file modified ci/abi-dumps/google_cloud_cpp_dataplex.expected.abi.dump.gz
Binary file not shown.
2 changes: 1 addition & 1 deletion ci/cloudbuild/builds/lib/integration.sh
Original file line number Diff line number Diff line change
Expand Up @@ -271,7 +271,7 @@ function integration::bazel_with_emulators() {
# As we support both WORKSPACE and MODULE modes for bazel, we need to determine
# the path to these dependencies dynamically.
read -r protobuf_proto_path < <(find "${bazel_output_base}/external" -name "empty.proto" | sed -nE 's/(.+\/src)\/google\/protobuf\/empty.proto/\1/p')
read -r googleapis_proto_path < <(find "${bazel_output_base}/external" -name "api-index-v1.json" | sed -nE 's/(.+)\/api-index-v1.json/\1/p')
read -r googleapis_proto_path < <(find "${bazel_output_base}/external" -name "generator-versions.json" | sed -nE 's/(.+)\/generator-versions.json/\1/p')

bazel run --action_env=GOOGLE_CLOUD_CPP_ENABLE_CLOG=yes \
//generator:google-cloud-cpp-codegen -- \
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
"edfe7983b9d99d6244b4d7636d25fa6e752a2041")
"0b3dec847f1045e47991c1539d4c69d8b025cfe8")
set(_GOOGLE_CLOUD_CPP_GOOGLEAPIS_SHA256
"daf93e1331c16fab7606828bcdc92aa72160718de0819eb628fae9922ccaadfc")
"815f0297d0e90158a68a4fe2e2a164ce45b36de12d868585837b67f5dfd90964")

set(DOXYGEN_ALIASES
"googleapis_link{2}=\"[\\1](https://github.com/googleapis/googleapis/blob/${_GOOGLE_CLOUD_CPP_GOOGLEAPIS_COMMIT_SHA}/\\2)\""
Expand Down
5 changes: 0 additions & 5 deletions external/googleapis/protodeps/dataplex.deps
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,5 @@
@googleapis//google/api:http_proto
@googleapis//google/api:launch_stage_proto
@googleapis//google/api:resource_proto
@googleapis//google/iam/v1:iam_policy_proto
@googleapis//google/iam/v1:options_proto
@googleapis//google/iam/v1:policy_proto
@googleapis//google/iam/v1:resource_policy_member_proto
@googleapis//google/longrunning:operations_proto
@googleapis//google/rpc:status_proto
@googleapis//google/type:expr_proto
1 change: 1 addition & 0 deletions external/googleapis/protodeps/securitycenter.deps
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
@googleapis//google/api:annotations_proto
@googleapis//google/api:client_proto
@googleapis//google/api:field_behavior_proto
@googleapis//google/api:field_info_proto
@googleapis//google/api:http_proto
@googleapis//google/api:launch_stage_proto
@googleapis//google/api:resource_proto
Expand Down
2 changes: 2 additions & 0 deletions external/googleapis/protolists/aiplatform.list
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,8 @@
@googleapis//google/cloud/aiplatform/v1:schedule.proto
@googleapis//google/cloud/aiplatform/v1:schedule_service.proto
@googleapis//google/cloud/aiplatform/v1:service_networking.proto
@googleapis//google/cloud/aiplatform/v1:session.proto
@googleapis//google/cloud/aiplatform/v1:session_service.proto
@googleapis//google/cloud/aiplatform/v1:specialist_pool.proto
@googleapis//google/cloud/aiplatform/v1:specialist_pool_service.proto
@googleapis//google/cloud/aiplatform/v1:study.proto
Expand Down
2 changes: 2 additions & 0 deletions external/googleapis/protolists/ces.list
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
@googleapis//google/cloud/ces/v1:agent.proto
@googleapis//google/cloud/ces/v1:agent_service.proto
@googleapis//google/cloud/ces/v1:agent_tool.proto
@googleapis//google/cloud/ces/v1:agent_transfers.proto
@googleapis//google/cloud/ces/v1:app.proto
@googleapis//google/cloud/ces/v1:app_version.proto
Expand Down Expand Up @@ -28,6 +29,7 @@
@googleapis//google/cloud/ces/v1:python_function.proto
@googleapis//google/cloud/ces/v1:schema.proto
@googleapis//google/cloud/ces/v1:search_suggestions.proto
@googleapis//google/cloud/ces/v1:security_settings.proto
@googleapis//google/cloud/ces/v1:session_service.proto
@googleapis//google/cloud/ces/v1:system_tool.proto
@googleapis//google/cloud/ces/v1:tool.proto
Expand Down
1 change: 1 addition & 0 deletions external/googleapis/protolists/dataplex.list
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
@googleapis//google/cloud/dataplex/v1:content.proto
@googleapis//google/cloud/dataplex/v1:data_discovery.proto
@googleapis//google/cloud/dataplex/v1:data_documentation.proto
@googleapis//google/cloud/dataplex/v1:data_products.proto
@googleapis//google/cloud/dataplex/v1:data_profile.proto
@googleapis//google/cloud/dataplex/v1:data_quality.proto
@googleapis//google/cloud/dataplex/v1:data_taxonomy.proto
Expand Down
3 changes: 3 additions & 0 deletions external/googleapis/protolists/dialogflow_es.list
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
@googleapis//google/cloud/dialogflow/v2:agent_coaching_instruction.proto
@googleapis//google/cloud/dialogflow/v2:answer_record.proto
@googleapis//google/cloud/dialogflow/v2:audio_config.proto
@googleapis//google/cloud/dialogflow/v2:ces_app.proto
@googleapis//google/cloud/dialogflow/v2:ces_tool.proto
@googleapis//google/cloud/dialogflow/v2:context.proto
@googleapis//google/cloud/dialogflow/v2:conversation.proto
@googleapis//google/cloud/dialogflow/v2:conversation_dataset.proto
Expand All @@ -26,6 +28,7 @@
@googleapis//google/cloud/dialogflow/v2:sip_trunk.proto
@googleapis//google/cloud/dialogflow/v2:tool.proto
@googleapis//google/cloud/dialogflow/v2:tool_call.proto
@googleapis//google/cloud/dialogflow/v2:toolset.proto
@googleapis//google/cloud/dialogflow/v2:validation_result.proto
@googleapis//google/cloud/dialogflow/v2:version.proto
@googleapis//google/cloud/dialogflow/v2:webhook.proto
2 changes: 2 additions & 0 deletions external/googleapis/protolists/securitycenter.list
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
@googleapis//google/cloud/securitycenter/v1:attack_path.proto
@googleapis//google/cloud/securitycenter/v1:backup_disaster_recovery.proto
@googleapis//google/cloud/securitycenter/v1:bigquery_export.proto
@googleapis//google/cloud/securitycenter/v1:chokepoint.proto
@googleapis//google/cloud/securitycenter/v1:cloud_armor.proto
@googleapis//google/cloud/securitycenter/v1:cloud_dlp_data_profile.proto
@googleapis//google/cloud/securitycenter/v1:cloud_dlp_inspection.proto
Expand All @@ -18,6 +19,7 @@
@googleapis//google/cloud/securitycenter/v1:event_threat_detection_custom_module.proto
@googleapis//google/cloud/securitycenter/v1:event_threat_detection_custom_module_validation_errors.proto
@googleapis//google/cloud/securitycenter/v1:exfiltration.proto
@googleapis//google/cloud/securitycenter/v1:external_exposure.proto
@googleapis//google/cloud/securitycenter/v1:external_system.proto
@googleapis//google/cloud/securitycenter/v1:file.proto
@googleapis//google/cloud/securitycenter/v1:finding.proto
Expand Down
6 changes: 3 additions & 3 deletions google/cloud/aiplatform/v1/prediction_client.h
Original file line number Diff line number Diff line change
Expand Up @@ -788,7 +788,7 @@ class PredictionServiceClient {
/// @param model Required. The name of the publisher model requested to serve the
/// prediction. Format:
/// `projects/{project}/locations/{location}/publishers/*/models/*`
/// @param content Required. Input content to be embedded. Required.
/// @param content Required. Input content to be embedded.
/// @param opts Optional. Override the class-level options, such as retry and
/// backoff policies.
/// @return the result of the RPC. The response message type
Expand All @@ -803,7 +803,7 @@ class PredictionServiceClient {
/// [`StatusOr`]: @ref google::cloud::StatusOr
/// [`Status`]: @ref google::cloud::Status
/// [google.cloud.aiplatform.v1.EmbedContentRequest]: @googleapis_reference_link{google/cloud/aiplatform/v1/prediction_service.proto#L894}
/// [google.cloud.aiplatform.v1.EmbedContentResponse]: @googleapis_reference_link{google/cloud/aiplatform/v1/prediction_service.proto#L954}
/// [google.cloud.aiplatform.v1.EmbedContentResponse]: @googleapis_reference_link{google/cloud/aiplatform/v1/prediction_service.proto#L996}
///
// clang-format on
StatusOr<google::cloud::aiplatform::v1::EmbedContentResponse> EmbedContent(
Expand Down Expand Up @@ -834,7 +834,7 @@ class PredictionServiceClient {
/// [`StatusOr`]: @ref google::cloud::StatusOr
/// [`Status`]: @ref google::cloud::Status
/// [google.cloud.aiplatform.v1.EmbedContentRequest]: @googleapis_reference_link{google/cloud/aiplatform/v1/prediction_service.proto#L894}
/// [google.cloud.aiplatform.v1.EmbedContentResponse]: @googleapis_reference_link{google/cloud/aiplatform/v1/prediction_service.proto#L954}
/// [google.cloud.aiplatform.v1.EmbedContentResponse]: @googleapis_reference_link{google/cloud/aiplatform/v1/prediction_service.proto#L996}
///
// clang-format on
StatusOr<google::cloud::aiplatform::v1::EmbedContentResponse> EmbedContent(
Expand Down
Loading
Loading