Skip to content

Commit c8681ed

Browse files
feat: Automated regeneration of ArtifactRegistry client (googleapis#12687)
Auto-created at 2024-12-11 13:22:06 +0000 using the toys pull request generator.
1 parent ccb92e9 commit c8681ed

File tree

4 files changed

+6
-3
lines changed

4 files changed

+6
-3
lines changed

clients/artifact_registry/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_artifact_registry, "~> 0.23"}]
14+
[{:google_api_artifact_registry, "~> 0.24"}]
1515
end
1616
```
1717

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

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

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

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

clients/artifact_registry/lib/google_api/artifact_registry/v1/model/repository.ex

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ defmodule GoogleApi.ArtifactRegistry.V1.Model.Repository do
3333
* `mavenConfig` (*type:* `GoogleApi.ArtifactRegistry.V1.Model.MavenRepositoryConfig.t`, *default:* `nil`) - Maven repository config contains repository level configuration for the repositories of maven type.
3434
* `mode` (*type:* `String.t`, *default:* `nil`) - Optional. The mode of the repository.
3535
* `name` (*type:* `String.t`, *default:* `nil`) - The name of the repository, for example: `projects/p1/locations/us-central1/repositories/repo1`. For each location in a project, repository names must be unique.
36+
* `registryUri` (*type:* `String.t`, *default:* `nil`) - Output only. The repository endpoint, for example: `us-docker.pkg.dev/my-proj/my-repo`.
3637
* `remoteRepositoryConfig` (*type:* `GoogleApi.ArtifactRegistry.V1.Model.RemoteRepositoryConfig.t`, *default:* `nil`) - Configuration specific for a Remote Repository.
3738
* `satisfiesPzi` (*type:* `boolean()`, *default:* `nil`) - Output only. If set, the repository satisfies physical zone isolation.
3839
* `satisfiesPzs` (*type:* `boolean()`, *default:* `nil`) - Output only. If set, the repository satisfies physical zone separation.
@@ -58,6 +59,7 @@ defmodule GoogleApi.ArtifactRegistry.V1.Model.Repository do
5859
:mavenConfig => GoogleApi.ArtifactRegistry.V1.Model.MavenRepositoryConfig.t() | nil,
5960
:mode => String.t() | nil,
6061
:name => String.t() | nil,
62+
:registryUri => String.t() | nil,
6163
:remoteRepositoryConfig =>
6264
GoogleApi.ArtifactRegistry.V1.Model.RemoteRepositoryConfig.t() | nil,
6365
:satisfiesPzi => boolean() | nil,
@@ -82,6 +84,7 @@ defmodule GoogleApi.ArtifactRegistry.V1.Model.Repository do
8284
field(:mavenConfig, as: GoogleApi.ArtifactRegistry.V1.Model.MavenRepositoryConfig)
8385
field(:mode)
8486
field(:name)
87+
field(:registryUri)
8588
field(:remoteRepositoryConfig, as: GoogleApi.ArtifactRegistry.V1.Model.RemoteRepositoryConfig)
8689
field(:satisfiesPzi)
8790
field(:satisfiesPzs)

clients/artifact_registry/mix.exs

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

21-
@version "0.23.0"
21+
@version "0.24.0"
2222

2323
def project() do
2424
[

0 commit comments

Comments
 (0)