Skip to content

Commit 840ed13

Browse files
authored
chore: update googleapis SHA circa 2024-08-22 (googleapis#14661)
* chore: update googleapis SHA circa 2024-08-22 PiperOrigin-RevId: 666369744 * Update the protodeps/protolists * Regenerate libraries
1 parent 0117ba9 commit 840ed13

96 files changed

Lines changed: 2129 additions & 782 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: 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-aeixbXZTv5ZJU5Jo3YS6QqjduohxXWBH3R4pYFe4qT8=",
58+
integrity = "sha256-ozJSXagL1gnC/j4sQCGk8toG/aH6GSHBPzeZNABFxmM=",
5959
patch_strip = 1,
6060
patches = ["//bazel:googleapis.modules.patch"],
61-
strip_prefix = "googleapis-0a250ef2318e97b1b3153423e7af0fdbe5731741",
61+
strip_prefix = "googleapis-63947bfd92427cb607a2e335bd8fec23fe2cd529",
6262
urls = [
63-
"https://github.com/googleapis/googleapis/archive/0a250ef2318e97b1b3153423e7af0fdbe5731741.tar.gz",
63+
"https://github.com/googleapis/googleapis/archive/63947bfd92427cb607a2e335bd8fec23fe2cd529.tar.gz",
6464
],
6565
)
6666

bazel/workspace0.bzl

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -115,10 +115,10 @@ def gl_cpp_workspace0(name = None):
115115
http_archive,
116116
name = "com_google_googleapis",
117117
urls = [
118-
"https://github.com/googleapis/googleapis/archive/0a250ef2318e97b1b3153423e7af0fdbe5731741.tar.gz",
118+
"https://github.com/googleapis/googleapis/archive/63947bfd92427cb607a2e335bd8fec23fe2cd529.tar.gz",
119119
],
120-
sha256 = "69e8b16d7653bf9649539268dd84ba42a8ddba88715d6047dd1e296057b8a93f",
121-
strip_prefix = "googleapis-0a250ef2318e97b1b3153423e7af0fdbe5731741",
120+
sha256 = "a332525da80bd609c2fe3e2c4021a4f2da06fda1fa1921c13f3799340045c663",
121+
strip_prefix = "googleapis-63947bfd92427cb607a2e335bd8fec23fe2cd529",
122122
build_file = Label("//bazel:googleapis.BUILD"),
123123
# Scaffolding for patching googleapis after download. For example:
124124
# 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-
"0a250ef2318e97b1b3153423e7af0fdbe5731741")
30+
"63947bfd92427cb607a2e335bd8fec23fe2cd529")
3131
set(_GOOGLE_CLOUD_CPP_GOOGLEAPIS_SHA256
32-
"69e8b16d7653bf9649539268dd84ba42a8ddba88715d6047dd1e296057b8a93f")
32+
"a332525da80bd609c2fe3e2c4021a4f2da06fda1fa1921c13f3799340045c663")
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/functions.deps

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,5 @@
99
@com_google_googleapis//google/iam/v1:policy_proto
1010
@com_google_googleapis//google/longrunning:operations_proto
1111
@com_google_googleapis//google/rpc:status_proto
12+
@com_google_googleapis//google/type:date_proto
1213
@com_google_googleapis//google/type:expr_proto

external/googleapis/protolists/aiplatform.list

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@
5959
@com_google_googleapis//google/cloud/aiplatform/v1:entity_type.proto
6060
@com_google_googleapis//google/cloud/aiplatform/v1:env_var.proto
6161
@com_google_googleapis//google/cloud/aiplatform/v1:evaluated_annotation.proto
62+
@com_google_googleapis//google/cloud/aiplatform/v1:evaluation_service.proto
6263
@com_google_googleapis//google/cloud/aiplatform/v1:event.proto
6364
@com_google_googleapis//google/cloud/aiplatform/v1:execution.proto
6465
@com_google_googleapis//google/cloud/aiplatform/v1:explanation.proto

google/cloud/aiplatform/v1/dataset_client.h

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

google/cloud/aiplatform/v1/job_client.h

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1668,7 +1668,7 @@ class JobServiceClient {
16681668
/// [`StatusOr`]: @ref google::cloud::StatusOr
16691669
/// [`Status`]: @ref google::cloud::Status
16701670
/// [google.cloud.aiplatform.v1.GetNasTrialDetailRequest]: @googleapis_reference_link{google/cloud/aiplatform/v1/job_service.proto#L956}
1671-
/// [google.cloud.aiplatform.v1.NasTrialDetail]: @googleapis_reference_link{google/cloud/aiplatform/v1/nas_job.proto#L104}
1671+
/// [google.cloud.aiplatform.v1.NasTrialDetail]: @googleapis_reference_link{google/cloud/aiplatform/v1/nas_job.proto#L110}
16721672
///
16731673
// clang-format on
16741674
StatusOr<google::cloud::aiplatform::v1::NasTrialDetail> GetNasTrialDetail(
@@ -1698,7 +1698,7 @@ class JobServiceClient {
16981698
/// [`StatusOr`]: @ref google::cloud::StatusOr
16991699
/// [`Status`]: @ref google::cloud::Status
17001700
/// [google.cloud.aiplatform.v1.GetNasTrialDetailRequest]: @googleapis_reference_link{google/cloud/aiplatform/v1/job_service.proto#L956}
1701-
/// [google.cloud.aiplatform.v1.NasTrialDetail]: @googleapis_reference_link{google/cloud/aiplatform/v1/nas_job.proto#L104}
1701+
/// [google.cloud.aiplatform.v1.NasTrialDetail]: @googleapis_reference_link{google/cloud/aiplatform/v1/nas_job.proto#L110}
17021702
///
17031703
// clang-format on
17041704
StatusOr<google::cloud::aiplatform::v1::NasTrialDetail> GetNasTrialDetail(
@@ -1735,7 +1735,7 @@ class JobServiceClient {
17351735
/// [`StatusOr`]: @ref google::cloud::StatusOr
17361736
/// [`Status`]: @ref google::cloud::Status
17371737
/// [google.cloud.aiplatform.v1.ListNasTrialDetailsRequest]: @googleapis_reference_link{google/cloud/aiplatform/v1/job_service.proto#L970}
1738-
/// [google.cloud.aiplatform.v1.NasTrialDetail]: @googleapis_reference_link{google/cloud/aiplatform/v1/nas_job.proto#L104}
1738+
/// [google.cloud.aiplatform.v1.NasTrialDetail]: @googleapis_reference_link{google/cloud/aiplatform/v1/nas_job.proto#L110}
17391739
///
17401740
// clang-format on
17411741
StreamRange<google::cloud::aiplatform::v1::NasTrialDetail>
@@ -1774,7 +1774,7 @@ class JobServiceClient {
17741774
/// [`StatusOr`]: @ref google::cloud::StatusOr
17751775
/// [`Status`]: @ref google::cloud::Status
17761776
/// [google.cloud.aiplatform.v1.ListNasTrialDetailsRequest]: @googleapis_reference_link{google/cloud/aiplatform/v1/job_service.proto#L970}
1777-
/// [google.cloud.aiplatform.v1.NasTrialDetail]: @googleapis_reference_link{google/cloud/aiplatform/v1/nas_job.proto#L104}
1777+
/// [google.cloud.aiplatform.v1.NasTrialDetail]: @googleapis_reference_link{google/cloud/aiplatform/v1/nas_job.proto#L110}
17781778
///
17791779
// clang-format on
17801780
StreamRange<google::cloud::aiplatform::v1::NasTrialDetail>
@@ -2279,7 +2279,7 @@ class JobServiceClient {
22792279
/// [`future`]: @ref google::cloud::future
22802280
/// [`StatusOr`]: @ref google::cloud::StatusOr
22812281
/// [`Status`]: @ref google::cloud::Status
2282-
/// [google.cloud.aiplatform.v1.ModelMonitoringStatsAnomalies]: @googleapis_reference_link{google/cloud/aiplatform/v1/model_deployment_monitoring_job.proto#L303}
2282+
/// [google.cloud.aiplatform.v1.ModelMonitoringStatsAnomalies]: @googleapis_reference_link{google/cloud/aiplatform/v1/model_deployment_monitoring_job.proto#L309}
22832283
/// [google.cloud.aiplatform.v1.SearchModelDeploymentMonitoringStatsAnomaliesRequest]: @googleapis_reference_link{google/cloud/aiplatform/v1/job_service.proto#L1147}
22842284
///
22852285
// clang-format on
@@ -2320,7 +2320,7 @@ class JobServiceClient {
23202320
/// [`future`]: @ref google::cloud::future
23212321
/// [`StatusOr`]: @ref google::cloud::StatusOr
23222322
/// [`Status`]: @ref google::cloud::Status
2323-
/// [google.cloud.aiplatform.v1.ModelMonitoringStatsAnomalies]: @googleapis_reference_link{google/cloud/aiplatform/v1/model_deployment_monitoring_job.proto#L303}
2323+
/// [google.cloud.aiplatform.v1.ModelMonitoringStatsAnomalies]: @googleapis_reference_link{google/cloud/aiplatform/v1/model_deployment_monitoring_job.proto#L309}
23242324
/// [google.cloud.aiplatform.v1.SearchModelDeploymentMonitoringStatsAnomaliesRequest]: @googleapis_reference_link{google/cloud/aiplatform/v1/job_service.proto#L1147}
23252325
///
23262326
// clang-format on

google/cloud/aiplatform/v1/llm_utility_client.h

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -108,8 +108,8 @@ class LlmUtilityServiceClient {
108108
/// [`future`]: @ref google::cloud::future
109109
/// [`StatusOr`]: @ref google::cloud::StatusOr
110110
/// [`Status`]: @ref google::cloud::Status
111-
/// [google.cloud.aiplatform.v1.CountTokensRequest]: @googleapis_reference_link{google/cloud/aiplatform/v1/prediction_service.proto#L603}
112-
/// [google.cloud.aiplatform.v1.CountTokensResponse]: @googleapis_reference_link{google/cloud/aiplatform/v1/prediction_service.proto#L643}
111+
/// [google.cloud.aiplatform.v1.CountTokensRequest]: @googleapis_reference_link{google/cloud/aiplatform/v1/prediction_service.proto#L619}
112+
/// [google.cloud.aiplatform.v1.CountTokensResponse]: @googleapis_reference_link{google/cloud/aiplatform/v1/prediction_service.proto#L659}
113113
///
114114
// clang-format on
115115
StatusOr<google::cloud::aiplatform::v1::CountTokensResponse> CountTokens(
@@ -139,8 +139,8 @@ class LlmUtilityServiceClient {
139139
/// [`future`]: @ref google::cloud::future
140140
/// [`StatusOr`]: @ref google::cloud::StatusOr
141141
/// [`Status`]: @ref google::cloud::Status
142-
/// [google.cloud.aiplatform.v1.CountTokensRequest]: @googleapis_reference_link{google/cloud/aiplatform/v1/prediction_service.proto#L603}
143-
/// [google.cloud.aiplatform.v1.CountTokensResponse]: @googleapis_reference_link{google/cloud/aiplatform/v1/prediction_service.proto#L643}
142+
/// [google.cloud.aiplatform.v1.CountTokensRequest]: @googleapis_reference_link{google/cloud/aiplatform/v1/prediction_service.proto#L619}
143+
/// [google.cloud.aiplatform.v1.CountTokensResponse]: @googleapis_reference_link{google/cloud/aiplatform/v1/prediction_service.proto#L659}
144144
///
145145
// clang-format on
146146
StatusOr<google::cloud::aiplatform::v1::CountTokensResponse> CountTokens(
@@ -169,8 +169,8 @@ class LlmUtilityServiceClient {
169169
/// [`future`]: @ref google::cloud::future
170170
/// [`StatusOr`]: @ref google::cloud::StatusOr
171171
/// [`Status`]: @ref google::cloud::Status
172-
/// [google.cloud.aiplatform.v1.ComputeTokensRequest]: @googleapis_reference_link{google/cloud/aiplatform/v1/llm_utility_service.proto#L69}
173-
/// [google.cloud.aiplatform.v1.ComputeTokensResponse]: @googleapis_reference_link{google/cloud/aiplatform/v1/llm_utility_service.proto#L107}
172+
/// [google.cloud.aiplatform.v1.ComputeTokensRequest]: @googleapis_reference_link{google/cloud/aiplatform/v1/llm_utility_service.proto#L85}
173+
/// [google.cloud.aiplatform.v1.ComputeTokensResponse]: @googleapis_reference_link{google/cloud/aiplatform/v1/llm_utility_service.proto#L123}
174174
///
175175
// clang-format on
176176
StatusOr<google::cloud::aiplatform::v1::ComputeTokensResponse> ComputeTokens(
@@ -200,8 +200,8 @@ class LlmUtilityServiceClient {
200200
/// [`future`]: @ref google::cloud::future
201201
/// [`StatusOr`]: @ref google::cloud::StatusOr
202202
/// [`Status`]: @ref google::cloud::Status
203-
/// [google.cloud.aiplatform.v1.ComputeTokensRequest]: @googleapis_reference_link{google/cloud/aiplatform/v1/llm_utility_service.proto#L69}
204-
/// [google.cloud.aiplatform.v1.ComputeTokensResponse]: @googleapis_reference_link{google/cloud/aiplatform/v1/llm_utility_service.proto#L107}
203+
/// [google.cloud.aiplatform.v1.ComputeTokensRequest]: @googleapis_reference_link{google/cloud/aiplatform/v1/llm_utility_service.proto#L85}
204+
/// [google.cloud.aiplatform.v1.ComputeTokensResponse]: @googleapis_reference_link{google/cloud/aiplatform/v1/llm_utility_service.proto#L123}
205205
///
206206
// clang-format on
207207
StatusOr<google::cloud::aiplatform::v1::ComputeTokensResponse> ComputeTokens(

google/cloud/aiplatform/v1/notebook_client.h

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1191,7 +1191,7 @@ class NotebookServiceClient {
11911191
/// [`StatusOr`]: @ref google::cloud::StatusOr
11921192
/// [`Status`]: @ref google::cloud::Status
11931193
/// [google.cloud.aiplatform.v1.CreateNotebookExecutionJobRequest]: @googleapis_reference_link{google/cloud/aiplatform/v1/notebook_service.proto#L602}
1194-
/// [google.cloud.aiplatform.v1.NotebookExecutionJob]: @googleapis_reference_link{google/cloud/aiplatform/v1/notebook_execution_job.proto#L35}
1194+
/// [google.cloud.aiplatform.v1.NotebookExecutionJob]: @googleapis_reference_link{google/cloud/aiplatform/v1/notebook_execution_job.proto#L36}
11951195
///
11961196
// clang-format on
11971197
future<StatusOr<google::cloud::aiplatform::v1::NotebookExecutionJob>>
@@ -1249,7 +1249,7 @@ class NotebookServiceClient {
12491249
/// [`StatusOr`]: @ref google::cloud::StatusOr
12501250
/// [`Status`]: @ref google::cloud::Status
12511251
/// [google.cloud.aiplatform.v1.CreateNotebookExecutionJobRequest]: @googleapis_reference_link{google/cloud/aiplatform/v1/notebook_service.proto#L602}
1252-
/// [google.cloud.aiplatform.v1.NotebookExecutionJob]: @googleapis_reference_link{google/cloud/aiplatform/v1/notebook_execution_job.proto#L35}
1252+
/// [google.cloud.aiplatform.v1.NotebookExecutionJob]: @googleapis_reference_link{google/cloud/aiplatform/v1/notebook_execution_job.proto#L36}
12531253
///
12541254
// clang-format on
12551255
future<StatusOr<google::cloud::aiplatform::v1::NotebookExecutionJob>>
@@ -1307,7 +1307,7 @@ class NotebookServiceClient {
13071307
/// [`StatusOr`]: @ref google::cloud::StatusOr
13081308
/// [`Status`]: @ref google::cloud::Status
13091309
/// [google.cloud.aiplatform.v1.GetNotebookExecutionJobRequest]: @googleapis_reference_link{google/cloud/aiplatform/v1/notebook_service.proto#L632}
1310-
/// [google.cloud.aiplatform.v1.NotebookExecutionJob]: @googleapis_reference_link{google/cloud/aiplatform/v1/notebook_execution_job.proto#L35}
1310+
/// [google.cloud.aiplatform.v1.NotebookExecutionJob]: @googleapis_reference_link{google/cloud/aiplatform/v1/notebook_execution_job.proto#L36}
13111311
///
13121312
// clang-format on
13131313
StatusOr<google::cloud::aiplatform::v1::NotebookExecutionJob>
@@ -1337,7 +1337,7 @@ class NotebookServiceClient {
13371337
/// [`StatusOr`]: @ref google::cloud::StatusOr
13381338
/// [`Status`]: @ref google::cloud::Status
13391339
/// [google.cloud.aiplatform.v1.GetNotebookExecutionJobRequest]: @googleapis_reference_link{google/cloud/aiplatform/v1/notebook_service.proto#L632}
1340-
/// [google.cloud.aiplatform.v1.NotebookExecutionJob]: @googleapis_reference_link{google/cloud/aiplatform/v1/notebook_execution_job.proto#L35}
1340+
/// [google.cloud.aiplatform.v1.NotebookExecutionJob]: @googleapis_reference_link{google/cloud/aiplatform/v1/notebook_execution_job.proto#L36}
13411341
///
13421342
// clang-format on
13431343
StatusOr<google::cloud::aiplatform::v1::NotebookExecutionJob>
@@ -1376,7 +1376,7 @@ class NotebookServiceClient {
13761376
/// [`StatusOr`]: @ref google::cloud::StatusOr
13771377
/// [`Status`]: @ref google::cloud::Status
13781378
/// [google.cloud.aiplatform.v1.ListNotebookExecutionJobsRequest]: @googleapis_reference_link{google/cloud/aiplatform/v1/notebook_service.proto#L646}
1379-
/// [google.cloud.aiplatform.v1.NotebookExecutionJob]: @googleapis_reference_link{google/cloud/aiplatform/v1/notebook_execution_job.proto#L35}
1379+
/// [google.cloud.aiplatform.v1.NotebookExecutionJob]: @googleapis_reference_link{google/cloud/aiplatform/v1/notebook_execution_job.proto#L36}
13801380
///
13811381
// clang-format on
13821382
StreamRange<google::cloud::aiplatform::v1::NotebookExecutionJob>
@@ -1415,7 +1415,7 @@ class NotebookServiceClient {
14151415
/// [`StatusOr`]: @ref google::cloud::StatusOr
14161416
/// [`Status`]: @ref google::cloud::Status
14171417
/// [google.cloud.aiplatform.v1.ListNotebookExecutionJobsRequest]: @googleapis_reference_link{google/cloud/aiplatform/v1/notebook_service.proto#L646}
1418-
/// [google.cloud.aiplatform.v1.NotebookExecutionJob]: @googleapis_reference_link{google/cloud/aiplatform/v1/notebook_execution_job.proto#L35}
1418+
/// [google.cloud.aiplatform.v1.NotebookExecutionJob]: @googleapis_reference_link{google/cloud/aiplatform/v1/notebook_execution_job.proto#L36}
14191419
///
14201420
// clang-format on
14211421
StreamRange<google::cloud::aiplatform::v1::NotebookExecutionJob>

0 commit comments

Comments
 (0)