Skip to content

Commit 39eacb4

Browse files
feat: Automated regeneration of AppHub client (googleapis#12862)
Auto-created at 2025-01-24 13:13:51 +0000 using the toys pull request generator.
1 parent 7e319cc commit 39eacb4

20 files changed

+5
-761
lines changed

clients/app_hub/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Install this package from [Hex](https://hex.pm) by adding
1111

1212
```elixir
1313
def deps do
14-
[{:google_api_app_hub, "~> 0.3"}]
14+
[{:google_api_app_hub, "~> 0.4"}]
1515
end
1616
```
1717

clients/app_hub/lib/google_api/app_hub/v1/api/projects.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2078,7 +2078,7 @@ defmodule GoogleApi.AppHub.V1.Api.Projects do
20782078
end
20792079

20802080
@doc """
2081-
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`.
2081+
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`.
20822082
20832083
## Parameters
20842084

clients/app_hub/lib/google_api/app_hub/v1/metadata.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ defmodule GoogleApi.AppHub.V1 do
2020
API client metadata for GoogleApi.AppHub.V1.
2121
"""
2222

23-
@discovery_revision "20241008"
23+
@discovery_revision "20250115"
2424

2525
def discovery_revision(), do: @discovery_revision
2626
end

clients/app_hub/lib/google_api/app_hub/v1/model/asset_location.ex

Lines changed: 0 additions & 58 deletions
This file was deleted.

clients/app_hub/lib/google_api/app_hub/v1/model/blobstore_location.ex

Lines changed: 0 additions & 46 deletions
This file was deleted.

clients/app_hub/lib/google_api/app_hub/v1/model/cloud_asset.ex

Lines changed: 0 additions & 49 deletions
This file was deleted.

clients/app_hub/lib/google_api/app_hub/v1/model/cloud_asset_composition.ex

Lines changed: 0 additions & 46 deletions
This file was deleted.

clients/app_hub/lib/google_api/app_hub/v1/model/direct_location_assignment.ex

Lines changed: 0 additions & 46 deletions
This file was deleted.

clients/app_hub/lib/google_api/app_hub/v1/model/extra_parameter.ex

Lines changed: 0 additions & 49 deletions
This file was deleted.

clients/app_hub/lib/google_api/app_hub/v1/model/isolation_expectations.ex

Lines changed: 0 additions & 67 deletions
This file was deleted.

0 commit comments

Comments
 (0)