@@ -2493,71 +2493,6 @@ class DatabaseAdminClient {
24932493 google::spanner::admin::database::v1::ListBackupSchedulesRequest request,
24942494 Options opts = {});
24952495
2496- // clang-format off
2497- // /
2498- // / This is an internal API called by Spanner Graph jobs. You should never need
2499- // / to call this API directly.
2500- // /
2501- // / @param database Internal field, do not use directly.
2502- // / @param operation_id Internal field, do not use directly.
2503- // / @param opts Optional. Override the class-level options, such as retry and
2504- // / backoff policies.
2505- // / @return the result of the RPC. The response message type
2506- // / ([google.spanner.admin.database.v1.InternalUpdateGraphOperationResponse])
2507- // / is mapped to a C++ class using the [Protobuf mapping rules].
2508- // / If the request fails, the [`StatusOr`] contains the error details.
2509- // /
2510- // / [Protobuf mapping rules]: https://protobuf.dev/reference/cpp/cpp-generated/
2511- // / [input iterator requirements]: https://en.cppreference.com/w/cpp/named_req/InputIterator
2512- // / [`std::string`]: https://en.cppreference.com/w/cpp/string/basic_string
2513- // / [`future`]: @ref google::cloud::future
2514- // / [`StatusOr`]: @ref google::cloud::StatusOr
2515- // / [`Status`]: @ref google::cloud::Status
2516- // / [google.spanner.admin.database.v1.InternalUpdateGraphOperationRequest]: @googleapis_reference_link{google/spanner/admin/database/v1/spanner_database_admin.proto#L1295}
2517- // / [google.spanner.admin.database.v1.InternalUpdateGraphOperationResponse]: @googleapis_reference_link{google/spanner/admin/database/v1/spanner_database_admin.proto#L1314}
2518- // /
2519- // clang-format on
2520- StatusOr<google::spanner::admin::database::v1::
2521- InternalUpdateGraphOperationResponse>
2522- InternalUpdateGraphOperation (std::string const & database,
2523- std::string const & operation_id,
2524- Options opts = {});
2525-
2526- // clang-format off
2527- // /
2528- // / This is an internal API called by Spanner Graph jobs. You should never need
2529- // / to call this API directly.
2530- // /
2531- // / @param request Unary RPCs, such as the one wrapped by this
2532- // / function, receive a single `request` proto message which includes all
2533- // / the inputs for the RPC. In this case, the proto message is a
2534- // / [google.spanner.admin.database.v1.InternalUpdateGraphOperationRequest].
2535- // / Proto messages are converted to C++ classes by Protobuf, using the
2536- // / [Protobuf mapping rules].
2537- // / @param opts Optional. Override the class-level options, such as retry and
2538- // / backoff policies.
2539- // / @return the result of the RPC. The response message type
2540- // / ([google.spanner.admin.database.v1.InternalUpdateGraphOperationResponse])
2541- // / is mapped to a C++ class using the [Protobuf mapping rules].
2542- // / If the request fails, the [`StatusOr`] contains the error details.
2543- // /
2544- // / [Protobuf mapping rules]: https://protobuf.dev/reference/cpp/cpp-generated/
2545- // / [input iterator requirements]: https://en.cppreference.com/w/cpp/named_req/InputIterator
2546- // / [`std::string`]: https://en.cppreference.com/w/cpp/string/basic_string
2547- // / [`future`]: @ref google::cloud::future
2548- // / [`StatusOr`]: @ref google::cloud::StatusOr
2549- // / [`Status`]: @ref google::cloud::Status
2550- // / [google.spanner.admin.database.v1.InternalUpdateGraphOperationRequest]: @googleapis_reference_link{google/spanner/admin/database/v1/spanner_database_admin.proto#L1295}
2551- // / [google.spanner.admin.database.v1.InternalUpdateGraphOperationResponse]: @googleapis_reference_link{google/spanner/admin/database/v1/spanner_database_admin.proto#L1314}
2552- // /
2553- // clang-format on
2554- StatusOr<google::spanner::admin::database::v1::
2555- InternalUpdateGraphOperationResponse>
2556- InternalUpdateGraphOperation (
2557- google::spanner::admin::database::v1::
2558- InternalUpdateGraphOperationRequest const & request,
2559- Options opts = {});
2560-
25612496 // clang-format off
25622497 // /
25632498 // / Lists operations that match the specified filter in the request. If the
0 commit comments