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
6 changes: 3 additions & 3 deletions MODULE.bazel
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-WpRQzxrRGHyCorXN/1Pk1YS21FKStfcbUECDrLA619A=",
integrity = "sha256-2ZtBh+Y+GhVnCgZwB2qDvoZeNhHIwO7dFY7DtjKmOiM=",
patch_strip = 1,
patches = ["//bazel:googleapis.modules.patch"],
strip_prefix = "googleapis-280725e991516d4a0f136268faf5aa6d32d21b54",
strip_prefix = "googleapis-de1e1c0eef95687b8dc8b81be6417a4b3f7e3924",
urls = [
"https://github.com/googleapis/googleapis/archive/280725e991516d4a0f136268faf5aa6d32d21b54.tar.gz",
"https://github.com/googleapis/googleapis/archive/de1e1c0eef95687b8dc8b81be6417a4b3f7e3924.tar.gz",
],
)

Expand Down
6 changes: 3 additions & 3 deletions bazel/workspace0.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -126,10 +126,10 @@ def gl_cpp_workspace0(name = None):
http_archive,
name = "com_google_googleapis",
urls = [
"https://github.com/googleapis/googleapis/archive/280725e991516d4a0f136268faf5aa6d32d21b54.tar.gz",
"https://github.com/googleapis/googleapis/archive/de1e1c0eef95687b8dc8b81be6417a4b3f7e3924.tar.gz",
],
sha256 = "5a9450cf1ad1187c82a2b5cdff53e4d584b6d45292b5f71b504083acb03ad7d0",
strip_prefix = "googleapis-280725e991516d4a0f136268faf5aa6d32d21b54",
sha256 = "d99b4187e63e1a15670a0670076a83be865e3611c8c0eedd158ec3b632a63a23",
strip_prefix = "googleapis-de1e1c0eef95687b8dc8b81be6417a4b3f7e3924",
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
"280725e991516d4a0f136268faf5aa6d32d21b54")
"de1e1c0eef95687b8dc8b81be6417a4b3f7e3924")
set(_GOOGLE_CLOUD_CPP_GOOGLEAPIS_SHA256
"5a9450cf1ad1187c82a2b5cdff53e4d584b6d45292b5f71b504083acb03ad7d0")
"d99b4187e63e1a15670a0670076a83be865e3611c8c0eedd158ec3b632a63a23")

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/aiplatform.list
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,7 @@
@com_google_googleapis//google/cloud/aiplatform/v1:notebook_runtime.proto
@com_google_googleapis//google/cloud/aiplatform/v1:notebook_runtime_template_ref.proto
@com_google_googleapis//google/cloud/aiplatform/v1:notebook_service.proto
@com_google_googleapis//google/cloud/aiplatform/v1:notebook_software_config.proto
@com_google_googleapis//google/cloud/aiplatform/v1:openapi.proto
@com_google_googleapis//google/cloud/aiplatform/v1:operation.proto
@com_google_googleapis//google/cloud/aiplatform/v1:persistent_resource.proto
Expand Down
1 change: 1 addition & 0 deletions external/googleapis/protolists/bigquerycontrol.list
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
@com_google_googleapis//google/cloud/bigquery/v2:job_status.proto
@com_google_googleapis//google/cloud/bigquery/v2:json_extension.proto
@com_google_googleapis//google/cloud/bigquery/v2:location_metadata.proto
@com_google_googleapis//google/cloud/bigquery/v2:managed_table_type.proto
@com_google_googleapis//google/cloud/bigquery/v2:map_target_type.proto
@com_google_googleapis//google/cloud/bigquery/v2:model.proto
@com_google_googleapis//google/cloud/bigquery/v2:model_reference.proto
Expand Down
1 change: 1 addition & 0 deletions external/googleapis/protolists/netapp.list
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
@com_google_googleapis//google/cloud/netapp/v1:cloud_netapp_service.proto
@com_google_googleapis//google/cloud/netapp/v1:common.proto
@com_google_googleapis//google/cloud/netapp/v1:kms.proto
@com_google_googleapis//google/cloud/netapp/v1:quota_rule.proto
@com_google_googleapis//google/cloud/netapp/v1:replication.proto
@com_google_googleapis//google/cloud/netapp/v1:snapshot.proto
@com_google_googleapis//google/cloud/netapp/v1:storage_pool.proto
Expand Down
8 changes: 4 additions & 4 deletions google/cloud/aiplatform/v1/llm_utility_client.h
Original file line number Diff line number Diff line change
Expand Up @@ -109,8 +109,8 @@ class LlmUtilityServiceClient {
/// [`future`]: @ref google::cloud::future
/// [`StatusOr`]: @ref google::cloud::StatusOr
/// [`Status`]: @ref google::cloud::Status
/// [google.cloud.aiplatform.v1.CountTokensRequest]: @googleapis_reference_link{google/cloud/aiplatform/v1/prediction_service.proto#L619}
/// [google.cloud.aiplatform.v1.CountTokensResponse]: @googleapis_reference_link{google/cloud/aiplatform/v1/prediction_service.proto#L664}
/// [google.cloud.aiplatform.v1.CountTokensRequest]: @googleapis_reference_link{google/cloud/aiplatform/v1/prediction_service.proto#L620}
/// [google.cloud.aiplatform.v1.CountTokensResponse]: @googleapis_reference_link{google/cloud/aiplatform/v1/prediction_service.proto#L665}
///
// clang-format on
StatusOr<google::cloud::aiplatform::v1::CountTokensResponse> CountTokens(
Expand Down Expand Up @@ -140,8 +140,8 @@ class LlmUtilityServiceClient {
/// [`future`]: @ref google::cloud::future
/// [`StatusOr`]: @ref google::cloud::StatusOr
/// [`Status`]: @ref google::cloud::Status
/// [google.cloud.aiplatform.v1.CountTokensRequest]: @googleapis_reference_link{google/cloud/aiplatform/v1/prediction_service.proto#L619}
/// [google.cloud.aiplatform.v1.CountTokensResponse]: @googleapis_reference_link{google/cloud/aiplatform/v1/prediction_service.proto#L664}
/// [google.cloud.aiplatform.v1.CountTokensRequest]: @googleapis_reference_link{google/cloud/aiplatform/v1/prediction_service.proto#L620}
/// [google.cloud.aiplatform.v1.CountTokensResponse]: @googleapis_reference_link{google/cloud/aiplatform/v1/prediction_service.proto#L665}
///
// clang-format on
StatusOr<google::cloud::aiplatform::v1::CountTokensResponse> CountTokens(
Expand Down
Loading
Loading