Skip to content

Commit 5a91d53

Browse files
committed
Regenerate libraries
1 parent cbb34bc commit 5a91d53

File tree

302 files changed

+19342
-1786
lines changed

Some content is hidden

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

302 files changed

+19342
-1786
lines changed

generator/integration_tests/golden/v1/internal/golden_kitchen_sink_rest_stub.cc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -160,6 +160,7 @@ DefaultGoldenKitchenSinkRestStub::ListOperations(
160160
query_params.push_back({"filter", request.filter()});
161161
query_params.push_back({"page_size", std::to_string(request.page_size())});
162162
query_params.push_back({"page_token", request.page_token()});
163+
query_params.push_back({"return_partial_success", (request.return_partial_success() ? "1" : "0")});
163164
query_params = rest_internal::TrimEmptyQueryParameters(std::move(query_params));
164165
return rest_internal::Get<google::longrunning::ListOperationsResponse>(
165166
*service_, rest_context, request, false,

generator/integration_tests/golden/v1/internal/golden_thing_admin_rest_stub.cc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -374,6 +374,7 @@ DefaultGoldenThingAdminRestStub::ListOperations(
374374
query_params.push_back({"filter", request.filter()});
375375
query_params.push_back({"page_size", std::to_string(request.page_size())});
376376
query_params.push_back({"page_token", request.page_token()});
377+
query_params.push_back({"return_partial_success", (request.return_partial_success() ? "1" : "0")});
377378
query_params = rest_internal::TrimEmptyQueryParameters(std::move(query_params));
378379
return rest_internal::Get<google::longrunning::ListOperationsResponse>(
379380
*service_, rest_context, request, false,

google/cloud/aiplatform/v1/dataset_client.h

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2089,7 +2089,7 @@ class DatasetServiceClient {
20892089
/// [`future`]: @ref google::cloud::future
20902090
/// [`StatusOr`]: @ref google::cloud::StatusOr
20912091
/// [`Status`]: @ref google::cloud::Status
2092-
/// [google.longrunning.DeleteOperationRequest]: @googleapis_reference_link{google/longrunning/operations.proto#L200}
2092+
/// [google.longrunning.DeleteOperationRequest]: @googleapis_reference_link{google/longrunning/operations.proto#L219}
20932093
///
20942094
// clang-format on
20952095
Status DeleteOperation(std::string const& name, Options opts = {});
@@ -2118,7 +2118,7 @@ class DatasetServiceClient {
21182118
/// [`future`]: @ref google::cloud::future
21192119
/// [`StatusOr`]: @ref google::cloud::StatusOr
21202120
/// [`Status`]: @ref google::cloud::Status
2121-
/// [google.longrunning.DeleteOperationRequest]: @googleapis_reference_link{google/longrunning/operations.proto#L200}
2121+
/// [google.longrunning.DeleteOperationRequest]: @googleapis_reference_link{google/longrunning/operations.proto#L219}
21222122
///
21232123
// clang-format on
21242124
Status DeleteOperation(
@@ -2151,7 +2151,7 @@ class DatasetServiceClient {
21512151
/// [`future`]: @ref google::cloud::future
21522152
/// [`StatusOr`]: @ref google::cloud::StatusOr
21532153
/// [`Status`]: @ref google::cloud::Status
2154-
/// [google.longrunning.CancelOperationRequest]: @googleapis_reference_link{google/longrunning/operations.proto#L193}
2154+
/// [google.longrunning.CancelOperationRequest]: @googleapis_reference_link{google/longrunning/operations.proto#L212}
21552155
/// [google.longrunning.Operation.error]: @googleapis_reference_link{google/longrunning/operations.proto#L144}
21562156
/// [google.longrunning.Operations.GetOperation]: @googleapis_reference_link{google/longrunning/operations.proto#L70}
21572157
/// [google.rpc.Status.code]: @googleapis_reference_link{google/rpc/status.proto#L38}
@@ -2190,7 +2190,7 @@ class DatasetServiceClient {
21902190
/// [`future`]: @ref google::cloud::future
21912191
/// [`StatusOr`]: @ref google::cloud::StatusOr
21922192
/// [`Status`]: @ref google::cloud::Status
2193-
/// [google.longrunning.CancelOperationRequest]: @googleapis_reference_link{google/longrunning/operations.proto#L193}
2193+
/// [google.longrunning.CancelOperationRequest]: @googleapis_reference_link{google/longrunning/operations.proto#L212}
21942194
/// [google.longrunning.Operation.error]: @googleapis_reference_link{google/longrunning/operations.proto#L144}
21952195
/// [google.longrunning.Operations.GetOperation]: @googleapis_reference_link{google/longrunning/operations.proto#L70}
21962196
/// [google.rpc.Status.code]: @googleapis_reference_link{google/rpc/status.proto#L38}
@@ -2232,7 +2232,7 @@ class DatasetServiceClient {
22322232
/// [`StatusOr`]: @ref google::cloud::StatusOr
22332233
/// [`Status`]: @ref google::cloud::Status
22342234
/// [google.longrunning.Operation]: @googleapis_reference_link{google/longrunning/operations.proto#L121}
2235-
/// [google.longrunning.WaitOperationRequest]: @googleapis_reference_link{google/longrunning/operations.proto#L207}
2235+
/// [google.longrunning.WaitOperationRequest]: @googleapis_reference_link{google/longrunning/operations.proto#L226}
22362236
///
22372237
// clang-format on
22382238
StatusOr<google::longrunning::Operation> WaitOperation(

google/cloud/aiplatform/v1/deployment_resource_pool_client.h

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -933,7 +933,7 @@ class DeploymentResourcePoolServiceClient {
933933
/// [`future`]: @ref google::cloud::future
934934
/// [`StatusOr`]: @ref google::cloud::StatusOr
935935
/// [`Status`]: @ref google::cloud::Status
936-
/// [google.longrunning.DeleteOperationRequest]: @googleapis_reference_link{google/longrunning/operations.proto#L200}
936+
/// [google.longrunning.DeleteOperationRequest]: @googleapis_reference_link{google/longrunning/operations.proto#L219}
937937
///
938938
// clang-format on
939939
Status DeleteOperation(std::string const& name, Options opts = {});
@@ -962,7 +962,7 @@ class DeploymentResourcePoolServiceClient {
962962
/// [`future`]: @ref google::cloud::future
963963
/// [`StatusOr`]: @ref google::cloud::StatusOr
964964
/// [`Status`]: @ref google::cloud::Status
965-
/// [google.longrunning.DeleteOperationRequest]: @googleapis_reference_link{google/longrunning/operations.proto#L200}
965+
/// [google.longrunning.DeleteOperationRequest]: @googleapis_reference_link{google/longrunning/operations.proto#L219}
966966
///
967967
// clang-format on
968968
Status DeleteOperation(
@@ -995,7 +995,7 @@ class DeploymentResourcePoolServiceClient {
995995
/// [`future`]: @ref google::cloud::future
996996
/// [`StatusOr`]: @ref google::cloud::StatusOr
997997
/// [`Status`]: @ref google::cloud::Status
998-
/// [google.longrunning.CancelOperationRequest]: @googleapis_reference_link{google/longrunning/operations.proto#L193}
998+
/// [google.longrunning.CancelOperationRequest]: @googleapis_reference_link{google/longrunning/operations.proto#L212}
999999
/// [google.longrunning.Operation.error]: @googleapis_reference_link{google/longrunning/operations.proto#L144}
10001000
/// [google.longrunning.Operations.GetOperation]: @googleapis_reference_link{google/longrunning/operations.proto#L70}
10011001
/// [google.rpc.Status.code]: @googleapis_reference_link{google/rpc/status.proto#L38}
@@ -1034,7 +1034,7 @@ class DeploymentResourcePoolServiceClient {
10341034
/// [`future`]: @ref google::cloud::future
10351035
/// [`StatusOr`]: @ref google::cloud::StatusOr
10361036
/// [`Status`]: @ref google::cloud::Status
1037-
/// [google.longrunning.CancelOperationRequest]: @googleapis_reference_link{google/longrunning/operations.proto#L193}
1037+
/// [google.longrunning.CancelOperationRequest]: @googleapis_reference_link{google/longrunning/operations.proto#L212}
10381038
/// [google.longrunning.Operation.error]: @googleapis_reference_link{google/longrunning/operations.proto#L144}
10391039
/// [google.longrunning.Operations.GetOperation]: @googleapis_reference_link{google/longrunning/operations.proto#L70}
10401040
/// [google.rpc.Status.code]: @googleapis_reference_link{google/rpc/status.proto#L38}
@@ -1076,7 +1076,7 @@ class DeploymentResourcePoolServiceClient {
10761076
/// [`StatusOr`]: @ref google::cloud::StatusOr
10771077
/// [`Status`]: @ref google::cloud::Status
10781078
/// [google.longrunning.Operation]: @googleapis_reference_link{google/longrunning/operations.proto#L121}
1079-
/// [google.longrunning.WaitOperationRequest]: @googleapis_reference_link{google/longrunning/operations.proto#L207}
1079+
/// [google.longrunning.WaitOperationRequest]: @googleapis_reference_link{google/longrunning/operations.proto#L226}
10801080
///
10811081
// clang-format on
10821082
StatusOr<google::longrunning::Operation> WaitOperation(

google/cloud/aiplatform/v1/endpoint_client.h

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1451,7 +1451,7 @@ class EndpointServiceClient {
14511451
/// [`future`]: @ref google::cloud::future
14521452
/// [`StatusOr`]: @ref google::cloud::StatusOr
14531453
/// [`Status`]: @ref google::cloud::Status
1454-
/// [google.longrunning.DeleteOperationRequest]: @googleapis_reference_link{google/longrunning/operations.proto#L200}
1454+
/// [google.longrunning.DeleteOperationRequest]: @googleapis_reference_link{google/longrunning/operations.proto#L219}
14551455
///
14561456
// clang-format on
14571457
Status DeleteOperation(std::string const& name, Options opts = {});
@@ -1480,7 +1480,7 @@ class EndpointServiceClient {
14801480
/// [`future`]: @ref google::cloud::future
14811481
/// [`StatusOr`]: @ref google::cloud::StatusOr
14821482
/// [`Status`]: @ref google::cloud::Status
1483-
/// [google.longrunning.DeleteOperationRequest]: @googleapis_reference_link{google/longrunning/operations.proto#L200}
1483+
/// [google.longrunning.DeleteOperationRequest]: @googleapis_reference_link{google/longrunning/operations.proto#L219}
14841484
///
14851485
// clang-format on
14861486
Status DeleteOperation(
@@ -1513,7 +1513,7 @@ class EndpointServiceClient {
15131513
/// [`future`]: @ref google::cloud::future
15141514
/// [`StatusOr`]: @ref google::cloud::StatusOr
15151515
/// [`Status`]: @ref google::cloud::Status
1516-
/// [google.longrunning.CancelOperationRequest]: @googleapis_reference_link{google/longrunning/operations.proto#L193}
1516+
/// [google.longrunning.CancelOperationRequest]: @googleapis_reference_link{google/longrunning/operations.proto#L212}
15171517
/// [google.longrunning.Operation.error]: @googleapis_reference_link{google/longrunning/operations.proto#L144}
15181518
/// [google.longrunning.Operations.GetOperation]: @googleapis_reference_link{google/longrunning/operations.proto#L70}
15191519
/// [google.rpc.Status.code]: @googleapis_reference_link{google/rpc/status.proto#L38}
@@ -1552,7 +1552,7 @@ class EndpointServiceClient {
15521552
/// [`future`]: @ref google::cloud::future
15531553
/// [`StatusOr`]: @ref google::cloud::StatusOr
15541554
/// [`Status`]: @ref google::cloud::Status
1555-
/// [google.longrunning.CancelOperationRequest]: @googleapis_reference_link{google/longrunning/operations.proto#L193}
1555+
/// [google.longrunning.CancelOperationRequest]: @googleapis_reference_link{google/longrunning/operations.proto#L212}
15561556
/// [google.longrunning.Operation.error]: @googleapis_reference_link{google/longrunning/operations.proto#L144}
15571557
/// [google.longrunning.Operations.GetOperation]: @googleapis_reference_link{google/longrunning/operations.proto#L70}
15581558
/// [google.rpc.Status.code]: @googleapis_reference_link{google/rpc/status.proto#L38}
@@ -1594,7 +1594,7 @@ class EndpointServiceClient {
15941594
/// [`StatusOr`]: @ref google::cloud::StatusOr
15951595
/// [`Status`]: @ref google::cloud::Status
15961596
/// [google.longrunning.Operation]: @googleapis_reference_link{google/longrunning/operations.proto#L121}
1597-
/// [google.longrunning.WaitOperationRequest]: @googleapis_reference_link{google/longrunning/operations.proto#L207}
1597+
/// [google.longrunning.WaitOperationRequest]: @googleapis_reference_link{google/longrunning/operations.proto#L226}
15981598
///
15991599
// clang-format on
16001600
StatusOr<google::longrunning::Operation> WaitOperation(

google/cloud/aiplatform/v1/evaluation_client.h

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -446,7 +446,7 @@ class EvaluationServiceClient {
446446
/// [`future`]: @ref google::cloud::future
447447
/// [`StatusOr`]: @ref google::cloud::StatusOr
448448
/// [`Status`]: @ref google::cloud::Status
449-
/// [google.longrunning.DeleteOperationRequest]: @googleapis_reference_link{google/longrunning/operations.proto#L200}
449+
/// [google.longrunning.DeleteOperationRequest]: @googleapis_reference_link{google/longrunning/operations.proto#L219}
450450
///
451451
// clang-format on
452452
Status DeleteOperation(std::string const& name, Options opts = {});
@@ -475,7 +475,7 @@ class EvaluationServiceClient {
475475
/// [`future`]: @ref google::cloud::future
476476
/// [`StatusOr`]: @ref google::cloud::StatusOr
477477
/// [`Status`]: @ref google::cloud::Status
478-
/// [google.longrunning.DeleteOperationRequest]: @googleapis_reference_link{google/longrunning/operations.proto#L200}
478+
/// [google.longrunning.DeleteOperationRequest]: @googleapis_reference_link{google/longrunning/operations.proto#L219}
479479
///
480480
// clang-format on
481481
Status DeleteOperation(
@@ -508,7 +508,7 @@ class EvaluationServiceClient {
508508
/// [`future`]: @ref google::cloud::future
509509
/// [`StatusOr`]: @ref google::cloud::StatusOr
510510
/// [`Status`]: @ref google::cloud::Status
511-
/// [google.longrunning.CancelOperationRequest]: @googleapis_reference_link{google/longrunning/operations.proto#L193}
511+
/// [google.longrunning.CancelOperationRequest]: @googleapis_reference_link{google/longrunning/operations.proto#L212}
512512
/// [google.longrunning.Operation.error]: @googleapis_reference_link{google/longrunning/operations.proto#L144}
513513
/// [google.longrunning.Operations.GetOperation]: @googleapis_reference_link{google/longrunning/operations.proto#L70}
514514
/// [google.rpc.Status.code]: @googleapis_reference_link{google/rpc/status.proto#L38}
@@ -547,7 +547,7 @@ class EvaluationServiceClient {
547547
/// [`future`]: @ref google::cloud::future
548548
/// [`StatusOr`]: @ref google::cloud::StatusOr
549549
/// [`Status`]: @ref google::cloud::Status
550-
/// [google.longrunning.CancelOperationRequest]: @googleapis_reference_link{google/longrunning/operations.proto#L193}
550+
/// [google.longrunning.CancelOperationRequest]: @googleapis_reference_link{google/longrunning/operations.proto#L212}
551551
/// [google.longrunning.Operation.error]: @googleapis_reference_link{google/longrunning/operations.proto#L144}
552552
/// [google.longrunning.Operations.GetOperation]: @googleapis_reference_link{google/longrunning/operations.proto#L70}
553553
/// [google.rpc.Status.code]: @googleapis_reference_link{google/rpc/status.proto#L38}
@@ -589,7 +589,7 @@ class EvaluationServiceClient {
589589
/// [`StatusOr`]: @ref google::cloud::StatusOr
590590
/// [`Status`]: @ref google::cloud::Status
591591
/// [google.longrunning.Operation]: @googleapis_reference_link{google/longrunning/operations.proto#L121}
592-
/// [google.longrunning.WaitOperationRequest]: @googleapis_reference_link{google/longrunning/operations.proto#L207}
592+
/// [google.longrunning.WaitOperationRequest]: @googleapis_reference_link{google/longrunning/operations.proto#L226}
593593
///
594594
// clang-format on
595595
StatusOr<google::longrunning::Operation> WaitOperation(

google/cloud/aiplatform/v1/feature_online_store_admin_client.h

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1664,7 +1664,7 @@ class FeatureOnlineStoreAdminServiceClient {
16641664
/// [`future`]: @ref google::cloud::future
16651665
/// [`StatusOr`]: @ref google::cloud::StatusOr
16661666
/// [`Status`]: @ref google::cloud::Status
1667-
/// [google.longrunning.DeleteOperationRequest]: @googleapis_reference_link{google/longrunning/operations.proto#L200}
1667+
/// [google.longrunning.DeleteOperationRequest]: @googleapis_reference_link{google/longrunning/operations.proto#L219}
16681668
///
16691669
// clang-format on
16701670
Status DeleteOperation(std::string const& name, Options opts = {});
@@ -1693,7 +1693,7 @@ class FeatureOnlineStoreAdminServiceClient {
16931693
/// [`future`]: @ref google::cloud::future
16941694
/// [`StatusOr`]: @ref google::cloud::StatusOr
16951695
/// [`Status`]: @ref google::cloud::Status
1696-
/// [google.longrunning.DeleteOperationRequest]: @googleapis_reference_link{google/longrunning/operations.proto#L200}
1696+
/// [google.longrunning.DeleteOperationRequest]: @googleapis_reference_link{google/longrunning/operations.proto#L219}
16971697
///
16981698
// clang-format on
16991699
Status DeleteOperation(
@@ -1726,7 +1726,7 @@ class FeatureOnlineStoreAdminServiceClient {
17261726
/// [`future`]: @ref google::cloud::future
17271727
/// [`StatusOr`]: @ref google::cloud::StatusOr
17281728
/// [`Status`]: @ref google::cloud::Status
1729-
/// [google.longrunning.CancelOperationRequest]: @googleapis_reference_link{google/longrunning/operations.proto#L193}
1729+
/// [google.longrunning.CancelOperationRequest]: @googleapis_reference_link{google/longrunning/operations.proto#L212}
17301730
/// [google.longrunning.Operation.error]: @googleapis_reference_link{google/longrunning/operations.proto#L144}
17311731
/// [google.longrunning.Operations.GetOperation]: @googleapis_reference_link{google/longrunning/operations.proto#L70}
17321732
/// [google.rpc.Status.code]: @googleapis_reference_link{google/rpc/status.proto#L38}
@@ -1765,7 +1765,7 @@ class FeatureOnlineStoreAdminServiceClient {
17651765
/// [`future`]: @ref google::cloud::future
17661766
/// [`StatusOr`]: @ref google::cloud::StatusOr
17671767
/// [`Status`]: @ref google::cloud::Status
1768-
/// [google.longrunning.CancelOperationRequest]: @googleapis_reference_link{google/longrunning/operations.proto#L193}
1768+
/// [google.longrunning.CancelOperationRequest]: @googleapis_reference_link{google/longrunning/operations.proto#L212}
17691769
/// [google.longrunning.Operation.error]: @googleapis_reference_link{google/longrunning/operations.proto#L144}
17701770
/// [google.longrunning.Operations.GetOperation]: @googleapis_reference_link{google/longrunning/operations.proto#L70}
17711771
/// [google.rpc.Status.code]: @googleapis_reference_link{google/rpc/status.proto#L38}
@@ -1807,7 +1807,7 @@ class FeatureOnlineStoreAdminServiceClient {
18071807
/// [`StatusOr`]: @ref google::cloud::StatusOr
18081808
/// [`Status`]: @ref google::cloud::Status
18091809
/// [google.longrunning.Operation]: @googleapis_reference_link{google/longrunning/operations.proto#L121}
1810-
/// [google.longrunning.WaitOperationRequest]: @googleapis_reference_link{google/longrunning/operations.proto#L207}
1810+
/// [google.longrunning.WaitOperationRequest]: @googleapis_reference_link{google/longrunning/operations.proto#L226}
18111811
///
18121812
// clang-format on
18131813
StatusOr<google::longrunning::Operation> WaitOperation(

google/cloud/aiplatform/v1/feature_online_store_client.cc

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,15 @@ FeatureOnlineStoreServiceClient::AsyncFeatureViewDirectWrite(Options opts) {
6969
return connection_->AsyncFeatureViewDirectWrite();
7070
}
7171

72+
StatusOr<google::cloud::aiplatform::v1::GenerateFetchAccessTokenResponse>
73+
FeatureOnlineStoreServiceClient::GenerateFetchAccessToken(
74+
google::cloud::aiplatform::v1::GenerateFetchAccessTokenRequest const&
75+
request,
76+
Options opts) {
77+
internal::OptionsSpan span(internal::MergeOptions(std::move(opts), options_));
78+
return connection_->GenerateFetchAccessToken(request);
79+
}
80+
7281
StreamRange<google::cloud::location::Location>
7382
FeatureOnlineStoreServiceClient::ListLocations(
7483
google::cloud::location::ListLocationsRequest request, Options opts) {

0 commit comments

Comments
 (0)