@@ -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 (
0 commit comments