Skip to content

Commit 8d0b829

Browse files
feat(artifactregistry): update the api
#### artifactregistry:v1 The following keys were added: - schemas.Repository.properties.registryUri (Total Keys: 2)
1 parent c964276 commit 8d0b829

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

docs/dyn/artifactregistry_v1.projects.locations.repositories.html

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -234,6 +234,7 @@ <h3>Method Details</h3>
234234
},
235235
&quot;mode&quot;: &quot;A String&quot;, # Optional. The mode of the repository.
236236
&quot;name&quot;: &quot;A String&quot;, # 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+
&quot;registryUri&quot;: &quot;A String&quot;, # Output only. The repository endpoint, for example: `us-docker.pkg.dev/my-proj/my-repo`.
237238
&quot;remoteRepositoryConfig&quot;: { # Remote repository configuration. # Configuration specific for a Remote Repository.
238239
&quot;aptRepository&quot;: { # Configuration for an Apt remote repository. # Specific settings for an Apt remote repository.
239240
&quot;customRepository&quot;: { # Customer-specified publicly available remote repository. # Customer-specified remote repository.
@@ -434,6 +435,7 @@ <h3>Method Details</h3>
434435
},
435436
&quot;mode&quot;: &quot;A String&quot;, # Optional. The mode of the repository.
436437
&quot;name&quot;: &quot;A String&quot;, # 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+
&quot;registryUri&quot;: &quot;A String&quot;, # Output only. The repository endpoint, for example: `us-docker.pkg.dev/my-proj/my-repo`.
437439
&quot;remoteRepositoryConfig&quot;: { # Remote repository configuration. # Configuration specific for a Remote Repository.
438440
&quot;aptRepository&quot;: { # Configuration for an Apt remote repository. # Specific settings for an Apt remote repository.
439441
&quot;customRepository&quot;: { # Customer-specified publicly available remote repository. # Customer-specified remote repository.
@@ -612,6 +614,7 @@ <h3>Method Details</h3>
612614
},
613615
&quot;mode&quot;: &quot;A String&quot;, # Optional. The mode of the repository.
614616
&quot;name&quot;: &quot;A String&quot;, # 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+
&quot;registryUri&quot;: &quot;A String&quot;, # Output only. The repository endpoint, for example: `us-docker.pkg.dev/my-proj/my-repo`.
615618
&quot;remoteRepositoryConfig&quot;: { # Remote repository configuration. # Configuration specific for a Remote Repository.
616619
&quot;aptRepository&quot;: { # Configuration for an Apt remote repository. # Specific settings for an Apt remote repository.
617620
&quot;customRepository&quot;: { # Customer-specified publicly available remote repository. # Customer-specified remote repository.
@@ -759,6 +762,7 @@ <h3>Method Details</h3>
759762
},
760763
&quot;mode&quot;: &quot;A String&quot;, # Optional. The mode of the repository.
761764
&quot;name&quot;: &quot;A String&quot;, # 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+
&quot;registryUri&quot;: &quot;A String&quot;, # Output only. The repository endpoint, for example: `us-docker.pkg.dev/my-proj/my-repo`.
762766
&quot;remoteRepositoryConfig&quot;: { # Remote repository configuration. # Configuration specific for a Remote Repository.
763767
&quot;aptRepository&quot;: { # Configuration for an Apt remote repository. # Specific settings for an Apt remote repository.
764768
&quot;customRepository&quot;: { # Customer-specified publicly available remote repository. # Customer-specified remote repository.
@@ -889,6 +893,7 @@ <h3>Method Details</h3>
889893
},
890894
&quot;mode&quot;: &quot;A String&quot;, # Optional. The mode of the repository.
891895
&quot;name&quot;: &quot;A String&quot;, # 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+
&quot;registryUri&quot;: &quot;A String&quot;, # Output only. The repository endpoint, for example: `us-docker.pkg.dev/my-proj/my-repo`.
892897
&quot;remoteRepositoryConfig&quot;: { # Remote repository configuration. # Configuration specific for a Remote Repository.
893898
&quot;aptRepository&quot;: { # Configuration for an Apt remote repository. # Specific settings for an Apt remote repository.
894899
&quot;customRepository&quot;: { # Customer-specified publicly available remote repository. # Customer-specified remote repository.

googleapiclient/discovery_cache/documents/artifactregistry.v1.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2439,7 +2439,7 @@
24392439
}
24402440
}
24412441
},
2442-
"revision": "20241011",
2442+
"revision": "20241205",
24432443
"rootUrl": "https://artifactregistry.googleapis.com/",
24442444
"schemas": {
24452445
"AptArtifact": {
@@ -4145,6 +4145,11 @@ false
41454145
"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.",
41464146
"type": "string"
41474147
},
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+
},
41484153
"remoteRepositoryConfig": {
41494154
"$ref": "RemoteRepositoryConfig",
41504155
"description": "Configuration specific for a Remote Repository."

0 commit comments

Comments
 (0)