From 632c421c59bcebf3906c106c83ee96bdaf55cc88 Mon Sep 17 00:00:00 2001 From: Yoshi Automation Bot Date: Thu, 21 Nov 2024 13:12:57 +0000 Subject: [PATCH] feat: Automated regeneration of Drive client --- clients/drive/lib/google_api/drive/v3/api/operation.ex | 2 +- clients/drive/lib/google_api/drive/v3/metadata.ex | 2 +- clients/drive/mix.exs | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/clients/drive/lib/google_api/drive/v3/api/operation.ex b/clients/drive/lib/google_api/drive/v3/api/operation.ex index 65daf6d1b0..ea677ea158 100644 --- a/clients/drive/lib/google_api/drive/v3/api/operation.ex +++ b/clients/drive/lib/google_api/drive/v3/api/operation.ex @@ -26,7 +26,7 @@ defmodule GoogleApi.Drive.V3.Api.Operation do @library_version Mix.Project.config() |> Keyword.get(:version, "") @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/drive/lib/google_api/drive/v3/metadata.ex b/clients/drive/lib/google_api/drive/v3/metadata.ex index fd6902322b..92d87b05e2 100644 --- a/clients/drive/lib/google_api/drive/v3/metadata.ex +++ b/clients/drive/lib/google_api/drive/v3/metadata.ex @@ -20,7 +20,7 @@ defmodule GoogleApi.Drive.V3 do API client metadata for GoogleApi.Drive.V3. """ - @discovery_revision "20241110" + @discovery_revision "20241117" def discovery_revision(), do: @discovery_revision end diff --git a/clients/drive/mix.exs b/clients/drive/mix.exs index 1b71342a9c..f71d3ccc04 100644 --- a/clients/drive/mix.exs +++ b/clients/drive/mix.exs @@ -18,7 +18,7 @@ defmodule GoogleApi.Drive.Mixfile do use Mix.Project - @version "0.32.0" + @version "0.32.1" def project() do [