diff --git a/clients/rapid_migration_assessment/README.md b/clients/rapid_migration_assessment/README.md index f447763e16..b52954db66 100644 --- a/clients/rapid_migration_assessment/README.md +++ b/clients/rapid_migration_assessment/README.md @@ -11,7 +11,7 @@ Install this package from [Hex](https://hex.pm) by adding ```elixir def deps do - [{:google_api_rapid_migration_assessment, "~> 0.2"}] + [{:google_api_rapid_migration_assessment, "~> 0.3"}] end ``` diff --git a/clients/rapid_migration_assessment/lib/google_api/rapid_migration_assessment/v1/api/projects.ex b/clients/rapid_migration_assessment/lib/google_api/rapid_migration_assessment/v1/api/projects.ex index 5e4e6ef09a..fbf6c4d8ff 100644 --- a/clients/rapid_migration_assessment/lib/google_api/rapid_migration_assessment/v1/api/projects.ex +++ b/clients/rapid_migration_assessment/lib/google_api/rapid_migration_assessment/v1/api/projects.ex @@ -910,7 +910,7 @@ defmodule GoogleApi.RapidMigrationAssessment.V1.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/rapid_migration_assessment/lib/google_api/rapid_migration_assessment/v1/metadata.ex b/clients/rapid_migration_assessment/lib/google_api/rapid_migration_assessment/v1/metadata.ex index d5f5ab7238..0ba8b582d9 100644 --- a/clients/rapid_migration_assessment/lib/google_api/rapid_migration_assessment/v1/metadata.ex +++ b/clients/rapid_migration_assessment/lib/google_api/rapid_migration_assessment/v1/metadata.ex @@ -20,7 +20,7 @@ defmodule GoogleApi.RapidMigrationAssessment.V1 do API client metadata for GoogleApi.RapidMigrationAssessment.V1. """ - @discovery_revision "20240223" + @discovery_revision "20241211" def discovery_revision(), do: @discovery_revision end diff --git a/clients/rapid_migration_assessment/mix.exs b/clients/rapid_migration_assessment/mix.exs index fc3a55dc17..e60cdcdb9e 100644 --- a/clients/rapid_migration_assessment/mix.exs +++ b/clients/rapid_migration_assessment/mix.exs @@ -18,7 +18,7 @@ defmodule GoogleApi.RapidMigrationAssessment.Mixfile do use Mix.Project - @version "0.2.0" + @version "0.3.0" def project() do [ @@ -56,7 +56,7 @@ defmodule GoogleApi.RapidMigrationAssessment.Mixfile do [ files: ["lib", "mix.exs", "README*", "LICENSE"], maintainers: ["Jeff Ching", "Daniel Azuma"], - licenses: ["Apache 2.0"], + licenses: ["Apache-2.0"], links: %{ "GitHub" => "https://github.com/googleapis/elixir-google-api/tree/master/clients/rapid_migration_assessment", "Homepage" => "https://cloud.google.com/migration-center"