Skip to content

Commit 45f7043

Browse files
feat: Automated regeneration of DeveloperConnect client (googleapis#12680)
Auto-created at 2024-12-11 13:18:17 +0000 using the toys pull request generator.
1 parent 0336425 commit 45f7043

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1448,7 +1448,7 @@ defmodule GoogleApi.DeveloperConnect.V1.Api.Projects do
14481448
end
14491449

14501450
@doc """
1451-
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`.
1451+
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`.
14521452
14531453
## Parameters
14541454

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

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

23-
@discovery_revision "20241107"
23+
@discovery_revision "20241205"
2424

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

clients/developer_connect/lib/google_api/developer_connect/v1/model/connection.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ defmodule GoogleApi.DeveloperConnect.V1.Model.Connection do
3535
* `labels` (*type:* `map()`, *default:* `nil`) - Optional. Labels as key value pairs
3636
* `name` (*type:* `String.t`, *default:* `nil`) - Identifier. The resource name of the connection, in the format `projects/{project}/locations/{location}/connections/{connection_id}`.
3737
* `reconciling` (*type:* `boolean()`, *default:* `nil`) - Output only. Set to true when the connection is being set up or updated in the background.
38-
* `uid` (*type:* `String.t`, *default:* `nil`) - Output only. A system-assigned unique identifier for a the GitRepositoryLink.
38+
* `uid` (*type:* `String.t`, *default:* `nil`) - Output only. A system-assigned unique identifier for the Connection.
3939
* `updateTime` (*type:* `DateTime.t`, *default:* `nil`) - Output only. [Output only] Update timestamp
4040
"""
4141

clients/developer_connect/lib/google_api/developer_connect/v1/model/git_repository_link.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ defmodule GoogleApi.DeveloperConnect.V1.Model.GitRepositoryLink do
2929
* `labels` (*type:* `map()`, *default:* `nil`) - Optional. Labels as key value pairs
3030
* `name` (*type:* `String.t`, *default:* `nil`) - Identifier. Resource name of the repository, in the format `projects/*/locations/*/connections/*/gitRepositoryLinks/*`.
3131
* `reconciling` (*type:* `boolean()`, *default:* `nil`) - Output only. Set to true when the connection is being set up or updated in the background.
32-
* `uid` (*type:* `String.t`, *default:* `nil`) - Output only. A system-assigned unique identifier for a the GitRepositoryLink.
32+
* `uid` (*type:* `String.t`, *default:* `nil`) - Output only. A system-assigned unique identifier for the GitRepositoryLink.
3333
* `updateTime` (*type:* `DateTime.t`, *default:* `nil`) - Output only. [Output only] Update timestamp
3434
* `webhookId` (*type:* `String.t`, *default:* `nil`) - Output only. External ID of the webhook created for the repository.
3535
"""

clients/developer_connect/mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
defmodule GoogleApi.DeveloperConnect.Mixfile do
1919
use Mix.Project
2020

21-
@version "0.5.2"
21+
@version "0.5.3"
2222

2323
def project() do
2424
[

0 commit comments

Comments
 (0)