Skip to content

Commit

Permalink
feat: Automated regeneration of RapidMigrationAssessment client (#12723)
Browse files Browse the repository at this point in the history
Auto-created at 2024-12-14 13:15:59 +0000 using the toys pull request generator.
  • Loading branch information
yoshi-code-bot authored Dec 14, 2024
1 parent d53e6c8 commit b11f4bc
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion clients/rapid_migration_assessment/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
4 changes: 2 additions & 2 deletions clients/rapid_migration_assessment/mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
defmodule GoogleApi.RapidMigrationAssessment.Mixfile do
use Mix.Project

@version "0.2.0"
@version "0.3.0"

def project() do
[
Expand Down Expand Up @@ -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"
Expand Down

0 comments on commit b11f4bc

Please sign in to comment.