From 4a16253351c91742727a235f1000e5d9c8e287f4 Mon Sep 17 00:00:00 2001 From: Yoshi Automation Bot Date: Mon, 9 Dec 2024 13:14:30 +0000 Subject: [PATCH] feat: Automated regeneration of DataMigration client --- .../lib/google_api/data_migration/v1beta1/api/projects.ex | 2 +- .../lib/google_api/data_migration/v1beta1/metadata.ex | 2 +- clients/data_migration/mix.exs | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/clients/data_migration/lib/google_api/data_migration/v1beta1/api/projects.ex b/clients/data_migration/lib/google_api/data_migration/v1beta1/api/projects.ex index 59f20fad1e..111d7c3575 100644 --- a/clients/data_migration/lib/google_api/data_migration/v1beta1/api/projects.ex +++ b/clients/data_migration/lib/google_api/data_migration/v1beta1/api/projects.ex @@ -1853,7 +1853,7 @@ defmodule GoogleApi.DataMigration.V1beta1.Api.Projects do end @doc """ - Starts asynchronous cancellation on a long-running operation. The server makes a best effort to cancel the operation, but success is not guaranteed. If the server doesn't support this method, it returns `google.rpc.Code.UNIMPLEMENTED`. Clients can use Operations.GetOperation or other methods to check whether the cancellation succeeded or whether the operation completed despite cancellation. On successful cancellation, the operation is not deleted; instead, it becomes an operation with an Operation.error value with a google.rpc.Status.code of 1, corresponding to `Code.CANCELLED`. + Starts asynchronous cancellation on a long-running operation. The server makes a best effort to cancel the operation, but success is not guaranteed. If the server doesn't support this method, it returns `google.rpc.Code.UNIMPLEMENTED`. Clients can use Operations.GetOperation or other methods to check whether the cancellation succeeded or whether the operation completed despite cancellation. On successful cancellation, the operation is not deleted; instead, it becomes an operation with an Operation.error value with a google.rpc.Status.code of `1`, corresponding to `Code.CANCELLED`. ## Parameters diff --git a/clients/data_migration/lib/google_api/data_migration/v1beta1/metadata.ex b/clients/data_migration/lib/google_api/data_migration/v1beta1/metadata.ex index e755469526..b779ccdff0 100644 --- a/clients/data_migration/lib/google_api/data_migration/v1beta1/metadata.ex +++ b/clients/data_migration/lib/google_api/data_migration/v1beta1/metadata.ex @@ -20,7 +20,7 @@ defmodule GoogleApi.DataMigration.V1beta1 do API client metadata for GoogleApi.DataMigration.V1beta1. """ - @discovery_revision "20240327" + @discovery_revision "20241202" def discovery_revision(), do: @discovery_revision end diff --git a/clients/data_migration/mix.exs b/clients/data_migration/mix.exs index 6bf026cca3..06705bdcb2 100644 --- a/clients/data_migration/mix.exs +++ b/clients/data_migration/mix.exs @@ -18,7 +18,7 @@ defmodule GoogleApi.DataMigration.Mixfile do use Mix.Project - @version "0.20.0" + @version "0.20.1" def project() do [