You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: clients/artifact_registry/lib/google_api/artifact_registry/v1/model/repository.ex
+3Lines changed: 3 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -33,6 +33,7 @@ defmodule GoogleApi.ArtifactRegistry.V1.Model.Repository do
33
33
* `mavenConfig` (*type:* `GoogleApi.ArtifactRegistry.V1.Model.MavenRepositoryConfig.t`, *default:* `nil`) - Maven repository config contains repository level configuration for the repositories of maven type.
34
34
* `mode` (*type:* `String.t`, *default:* `nil`) - Optional. The mode of the repository.
35
35
* `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`.
36
37
* `remoteRepositoryConfig` (*type:* `GoogleApi.ArtifactRegistry.V1.Model.RemoteRepositoryConfig.t`, *default:* `nil`) - Configuration specific for a Remote Repository.
37
38
* `satisfiesPzi` (*type:* `boolean()`, *default:* `nil`) - Output only. If set, the repository satisfies physical zone isolation.
38
39
* `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
0 commit comments