Skip to content

Commit 69da583

Browse files
committed
Regenerate libraries
1 parent 629c4f8 commit 69da583

36 files changed

+916
-423
lines changed

google/cloud/aiplatform/v1/endpoint_client.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1023,9 +1023,9 @@ class EndpointServiceClient {
10231023
/// [`future`]: @ref google::cloud::future
10241024
/// [`StatusOr`]: @ref google::cloud::StatusOr
10251025
/// [`Status`]: @ref google::cloud::Status
1026-
/// [google.cloud.aiplatform.v1.AutomaticResources]: @googleapis_reference_link{google/cloud/aiplatform/v1/machine_resources.proto#L149}
1027-
/// [google.cloud.aiplatform.v1.DedicatedResources]: @googleapis_reference_link{google/cloud/aiplatform/v1/machine_resources.proto#L71}
1028-
/// [google.cloud.aiplatform.v1.DedicatedResources.autoscaling_metric_specs]: @googleapis_reference_link{google/cloud/aiplatform/v1/machine_resources.proto#L138}
1026+
/// [google.cloud.aiplatform.v1.AutomaticResources]: @googleapis_reference_link{google/cloud/aiplatform/v1/machine_resources.proto#L168}
1027+
/// [google.cloud.aiplatform.v1.DedicatedResources]: @googleapis_reference_link{google/cloud/aiplatform/v1/machine_resources.proto#L90}
1028+
/// [google.cloud.aiplatform.v1.DedicatedResources.autoscaling_metric_specs]: @googleapis_reference_link{google/cloud/aiplatform/v1/machine_resources.proto#L157}
10291029
/// [google.cloud.aiplatform.v1.MutateDeployedModelRequest]: @googleapis_reference_link{google/cloud/aiplatform/v1/endpoint_service.proto#L426}
10301030
/// [google.cloud.aiplatform.v1.MutateDeployedModelResponse]: @googleapis_reference_link{google/cloud/aiplatform/v1/endpoint_service.proto#L461}
10311031
/// [google.protobuf.FieldMask]: @googleapis_reference_link{google/protobuf/field_mask.proto#L242}

google/cloud/artifactregistry/v1/artifact_registry_client.h

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

google/cloud/backupdr/v1/backup_dr_client.h

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

google/cloud/bigquerycontrol/v2/internal/routine_tracing_connection.cc

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -59,15 +59,6 @@ RoutineServiceTracingConnection::UpdateRoutine(
5959
return internal::EndSpan(*span, child_->UpdateRoutine(request));
6060
}
6161

62-
StatusOr<google::cloud::bigquery::v2::Routine>
63-
RoutineServiceTracingConnection::PatchRoutine(
64-
google::cloud::bigquery::v2::PatchRoutineRequest const& request) {
65-
auto span = internal::MakeSpan(
66-
"bigquerycontrol_v2::RoutineServiceConnection::PatchRoutine");
67-
auto scope = opentelemetry::trace::Scope(span);
68-
return internal::EndSpan(*span, child_->PatchRoutine(request));
69-
}
70-
7162
Status RoutineServiceTracingConnection::DeleteRoutine(
7263
google::cloud::bigquery::v2::DeleteRoutineRequest const& request) {
7364
auto span = internal::MakeSpan(

google/cloud/bigquerycontrol/v2/internal/routine_tracing_connection.h

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -51,9 +51,6 @@ class RoutineServiceTracingConnection
5151
google::cloud::bigquery::v2::UpdateRoutineRequest const& request)
5252
override;
5353

54-
StatusOr<google::cloud::bigquery::v2::Routine> PatchRoutine(
55-
google::cloud::bigquery::v2::PatchRoutineRequest const& request) override;
56-
5754
Status DeleteRoutine(google::cloud::bigquery::v2::DeleteRoutineRequest const&
5855
request) override;
5956

google/cloud/bigquerycontrol/v2/mocks/mock_routine_connection.h

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -61,10 +61,6 @@ class MockRoutineServiceConnection
6161
(google::cloud::bigquery::v2::UpdateRoutineRequest const& request),
6262
(override));
6363

64-
MOCK_METHOD(StatusOr<google::cloud::bigquery::v2::Routine>, PatchRoutine,
65-
(google::cloud::bigquery::v2::PatchRoutineRequest const& request),
66-
(override));
67-
6864
MOCK_METHOD(
6965
Status, DeleteRoutine,
7066
(google::cloud::bigquery::v2::DeleteRoutineRequest const& request),

google/cloud/bigquerycontrol/v2/routine_client.cc

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -55,14 +55,6 @@ RoutineServiceClient::UpdateRoutine(
5555
return connection_->UpdateRoutine(request);
5656
}
5757

58-
StatusOr<google::cloud::bigquery::v2::Routine>
59-
RoutineServiceClient::PatchRoutine(
60-
google::cloud::bigquery::v2::PatchRoutineRequest const& request,
61-
Options opts) {
62-
internal::OptionsSpan span(internal::MergeOptions(std::move(opts), options_));
63-
return connection_->PatchRoutine(request);
64-
}
65-
6658
Status RoutineServiceClient::DeleteRoutine(
6759
google::cloud::bigquery::v2::DeleteRoutineRequest const& request,
6860
Options opts) {

google/cloud/bigquerycontrol/v2/routine_client.h

Lines changed: 9 additions & 41 deletions
Original file line numberDiff line numberDiff line change
@@ -108,8 +108,8 @@ class RoutineServiceClient {
108108
/// [`future`]: @ref google::cloud::future
109109
/// [`StatusOr`]: @ref google::cloud::StatusOr
110110
/// [`Status`]: @ref google::cloud::Status
111-
/// [google.cloud.bigquery.v2.GetRoutineRequest]: @googleapis_reference_link{google/cloud/bigquery/v2/routine.proto#L487}
112-
/// [google.cloud.bigquery.v2.Routine]: @googleapis_reference_link{google/cloud/bigquery/v2/routine.proto#L85}
111+
/// [google.cloud.bigquery.v2.GetRoutineRequest]: @googleapis_reference_link{google/cloud/bigquery/v2/routine.proto#L482}
112+
/// [google.cloud.bigquery.v2.Routine]: @googleapis_reference_link{google/cloud/bigquery/v2/routine.proto#L80}
113113
///
114114
// clang-format on
115115
StatusOr<google::cloud::bigquery::v2::Routine> GetRoutine(
@@ -139,8 +139,8 @@ class RoutineServiceClient {
139139
/// [`future`]: @ref google::cloud::future
140140
/// [`StatusOr`]: @ref google::cloud::StatusOr
141141
/// [`Status`]: @ref google::cloud::Status
142-
/// [google.cloud.bigquery.v2.InsertRoutineRequest]: @googleapis_reference_link{google/cloud/bigquery/v2/routine.proto#L499}
143-
/// [google.cloud.bigquery.v2.Routine]: @googleapis_reference_link{google/cloud/bigquery/v2/routine.proto#L85}
142+
/// [google.cloud.bigquery.v2.InsertRoutineRequest]: @googleapis_reference_link{google/cloud/bigquery/v2/routine.proto#L494}
143+
/// [google.cloud.bigquery.v2.Routine]: @googleapis_reference_link{google/cloud/bigquery/v2/routine.proto#L80}
144144
///
145145
// clang-format on
146146
StatusOr<google::cloud::bigquery::v2::Routine> InsertRoutine(
@@ -171,46 +171,14 @@ class RoutineServiceClient {
171171
/// [`future`]: @ref google::cloud::future
172172
/// [`StatusOr`]: @ref google::cloud::StatusOr
173173
/// [`Status`]: @ref google::cloud::Status
174-
/// [google.cloud.bigquery.v2.Routine]: @googleapis_reference_link{google/cloud/bigquery/v2/routine.proto#L85}
175-
/// [google.cloud.bigquery.v2.UpdateRoutineRequest]: @googleapis_reference_link{google/cloud/bigquery/v2/routine.proto#L511}
174+
/// [google.cloud.bigquery.v2.Routine]: @googleapis_reference_link{google/cloud/bigquery/v2/routine.proto#L80}
175+
/// [google.cloud.bigquery.v2.UpdateRoutineRequest]: @googleapis_reference_link{google/cloud/bigquery/v2/routine.proto#L506}
176176
///
177177
// clang-format on
178178
StatusOr<google::cloud::bigquery::v2::Routine> UpdateRoutine(
179179
google::cloud::bigquery::v2::UpdateRoutineRequest const& request,
180180
Options opts = {});
181181

182-
// clang-format off
183-
///
184-
/// Patches information in an existing routine. The patch method does a partial
185-
/// update to an existing Routine resource.
186-
///
187-
/// @param request Unary RPCs, such as the one wrapped by this
188-
/// function, receive a single `request` proto message which includes all
189-
/// the inputs for the RPC. In this case, the proto message is a
190-
/// [google.cloud.bigquery.v2.PatchRoutineRequest].
191-
/// Proto messages are converted to C++ classes by Protobuf, using the
192-
/// [Protobuf mapping rules].
193-
/// @param opts Optional. Override the class-level options, such as retry and
194-
/// backoff policies.
195-
/// @return the result of the RPC. The response message type
196-
/// ([google.cloud.bigquery.v2.Routine])
197-
/// is mapped to a C++ class using the [Protobuf mapping rules].
198-
/// If the request fails, the [`StatusOr`] contains the error details.
199-
///
200-
/// [Protobuf mapping rules]: https://protobuf.dev/reference/cpp/cpp-generated/
201-
/// [input iterator requirements]: https://en.cppreference.com/w/cpp/named_req/InputIterator
202-
/// [`std::string`]: https://en.cppreference.com/w/cpp/string/basic_string
203-
/// [`future`]: @ref google::cloud::future
204-
/// [`StatusOr`]: @ref google::cloud::StatusOr
205-
/// [`Status`]: @ref google::cloud::Status
206-
/// [google.cloud.bigquery.v2.PatchRoutineRequest]: @googleapis_reference_link{google/cloud/bigquery/v2/routine.proto#L526}
207-
/// [google.cloud.bigquery.v2.Routine]: @googleapis_reference_link{google/cloud/bigquery/v2/routine.proto#L85}
208-
///
209-
// clang-format on
210-
StatusOr<google::cloud::bigquery::v2::Routine> PatchRoutine(
211-
google::cloud::bigquery::v2::PatchRoutineRequest const& request,
212-
Options opts = {});
213-
214182
// clang-format off
215183
///
216184
/// Deletes the routine specified by routineId from the dataset.
@@ -232,7 +200,7 @@ class RoutineServiceClient {
232200
/// [`future`]: @ref google::cloud::future
233201
/// [`StatusOr`]: @ref google::cloud::StatusOr
234202
/// [`Status`]: @ref google::cloud::Status
235-
/// [google.cloud.bigquery.v2.DeleteRoutineRequest]: @googleapis_reference_link{google/cloud/bigquery/v2/routine.proto#L547}
203+
/// [google.cloud.bigquery.v2.DeleteRoutineRequest]: @googleapis_reference_link{google/cloud/bigquery/v2/routine.proto#L521}
236204
///
237205
// clang-format on
238206
Status DeleteRoutine(
@@ -263,8 +231,8 @@ class RoutineServiceClient {
263231
/// [`future`]: @ref google::cloud::future
264232
/// [`StatusOr`]: @ref google::cloud::StatusOr
265233
/// [`Status`]: @ref google::cloud::Status
266-
/// [google.cloud.bigquery.v2.ListRoutinesRequest]: @googleapis_reference_link{google/cloud/bigquery/v2/routine.proto#L559}
267-
/// [google.cloud.bigquery.v2.ListRoutinesResponse]: @googleapis_reference_link{google/cloud/bigquery/v2/routine.proto#L581}
234+
/// [google.cloud.bigquery.v2.ListRoutinesRequest]: @googleapis_reference_link{google/cloud/bigquery/v2/routine.proto#L533}
235+
/// [google.cloud.bigquery.v2.ListRoutinesResponse]: @googleapis_reference_link{google/cloud/bigquery/v2/routine.proto#L555}
268236
///
269237
// clang-format on
270238
StatusOr<google::cloud::bigquery::v2::ListRoutinesResponse> ListRoutines(

google/cloud/bigquerycontrol/v2/routine_connection.cc

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -53,12 +53,6 @@ RoutineServiceConnection::UpdateRoutine(
5353
return Status(StatusCode::kUnimplemented, "not implemented");
5454
}
5555

56-
StatusOr<google::cloud::bigquery::v2::Routine>
57-
RoutineServiceConnection::PatchRoutine(
58-
google::cloud::bigquery::v2::PatchRoutineRequest const&) {
59-
return Status(StatusCode::kUnimplemented, "not implemented");
60-
}
61-
6256
Status RoutineServiceConnection::DeleteRoutine(
6357
google::cloud::bigquery::v2::DeleteRoutineRequest const&) {
6458
return Status(StatusCode::kUnimplemented, "not implemented");

google/cloud/bigquerycontrol/v2/routine_connection.h

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -190,9 +190,6 @@ class RoutineServiceConnection {
190190
virtual StatusOr<google::cloud::bigquery::v2::Routine> UpdateRoutine(
191191
google::cloud::bigquery::v2::UpdateRoutineRequest const& request);
192192

193-
virtual StatusOr<google::cloud::bigquery::v2::Routine> PatchRoutine(
194-
google::cloud::bigquery::v2::PatchRoutineRequest const& request);
195-
196193
virtual Status DeleteRoutine(
197194
google::cloud::bigquery::v2::DeleteRoutineRequest const& request);
198195

0 commit comments

Comments
 (0)