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: docs/dyn/artifactregistry_v1.projects.locations.repositories.html
+5Lines changed: 5 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -234,6 +234,7 @@ <h3>Method Details</h3>
234
234
},
235
235
"mode": "A String", # Optional. The mode of the repository.
236
236
"name": "A String", # 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.
237
+
"registryUri": "A String", # Output only. The repository endpoint, for example: `us-docker.pkg.dev/my-proj/my-repo`.
237
238
"remoteRepositoryConfig": { # Remote repository configuration. # Configuration specific for a Remote Repository.
238
239
"aptRepository": { # Configuration for an Apt remote repository. # Specific settings for an Apt remote repository.
"mode": "A String", # Optional. The mode of the repository.
436
437
"name": "A String", # 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.
438
+
"registryUri": "A String", # Output only. The repository endpoint, for example: `us-docker.pkg.dev/my-proj/my-repo`.
437
439
"remoteRepositoryConfig": { # Remote repository configuration. # Configuration specific for a Remote Repository.
438
440
"aptRepository": { # Configuration for an Apt remote repository. # Specific settings for an Apt remote repository.
"mode": "A String", # Optional. The mode of the repository.
614
616
"name": "A String", # 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.
617
+
"registryUri": "A String", # Output only. The repository endpoint, for example: `us-docker.pkg.dev/my-proj/my-repo`.
615
618
"remoteRepositoryConfig": { # Remote repository configuration. # Configuration specific for a Remote Repository.
616
619
"aptRepository": { # Configuration for an Apt remote repository. # Specific settings for an Apt remote repository.
"mode": "A String", # Optional. The mode of the repository.
761
764
"name": "A String", # 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.
765
+
"registryUri": "A String", # Output only. The repository endpoint, for example: `us-docker.pkg.dev/my-proj/my-repo`.
762
766
"remoteRepositoryConfig": { # Remote repository configuration. # Configuration specific for a Remote Repository.
763
767
"aptRepository": { # Configuration for an Apt remote repository. # Specific settings for an Apt remote repository.
"mode": "A String", # Optional. The mode of the repository.
891
895
"name": "A String", # 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.
896
+
"registryUri": "A String", # Output only. The repository endpoint, for example: `us-docker.pkg.dev/my-proj/my-repo`.
892
897
"remoteRepositoryConfig": { # Remote repository configuration. # Configuration specific for a Remote Repository.
893
898
"aptRepository": { # Configuration for an Apt remote repository. # Specific settings for an Apt remote repository.
"description": "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.",
4146
4146
"type": "string"
4147
4147
},
4148
+
"registryUri": {
4149
+
"description": "Output only. The repository endpoint, for example: `us-docker.pkg.dev/my-proj/my-repo`.",
4150
+
"readOnly": true,
4151
+
"type": "string"
4152
+
},
4148
4153
"remoteRepositoryConfig": {
4149
4154
"$ref": "RemoteRepositoryConfig",
4150
4155
"description": "Configuration specific for a Remote Repository."
0 commit comments