Skip to content

Commit

Permalink
feat: Automated regeneration of AppHub client (#12862)
Browse files Browse the repository at this point in the history
Auto-created at 2025-01-24 13:13:51 +0000 using the toys pull request generator.
yoshi-code-bot authored Jan 24, 2025
1 parent 7e319cc commit 39eacb4
Showing 20 changed files with 5 additions and 761 deletions.
2 changes: 1 addition & 1 deletion clients/app_hub/README.md
Original file line number Diff line number Diff line change
@@ -11,7 +11,7 @@ Install this package from [Hex](https://hex.pm) by adding

```elixir
def deps do
[{:google_api_app_hub, "~> 0.3"}]
[{:google_api_app_hub, "~> 0.4"}]
end
```

2 changes: 1 addition & 1 deletion clients/app_hub/lib/google_api/app_hub/v1/api/projects.ex
Original file line number Diff line number Diff line change
@@ -2078,7 +2078,7 @@ defmodule GoogleApi.AppHub.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
2 changes: 1 addition & 1 deletion clients/app_hub/lib/google_api/app_hub/v1/metadata.ex
Original file line number Diff line number Diff line change
@@ -20,7 +20,7 @@ defmodule GoogleApi.AppHub.V1 do
API client metadata for GoogleApi.AppHub.V1.
"""

@discovery_revision "20241008"
@discovery_revision "20250115"

def discovery_revision(), do: @discovery_revision
end
58 changes: 0 additions & 58 deletions clients/app_hub/lib/google_api/app_hub/v1/model/asset_location.ex

This file was deleted.

This file was deleted.

49 changes: 0 additions & 49 deletions clients/app_hub/lib/google_api/app_hub/v1/model/cloud_asset.ex

This file was deleted.

This file was deleted.

This file was deleted.

49 changes: 0 additions & 49 deletions clients/app_hub/lib/google_api/app_hub/v1/model/extra_parameter.ex

This file was deleted.

This file was deleted.

Loading

0 comments on commit 39eacb4

Please sign in to comment.