Skip to content

Commit

Permalink
feat(artifactregistry): update the api
Browse files Browse the repository at this point in the history
#### artifactregistry:v1

The following keys were added:
- schemas.Repository.properties.registryUri (Total Keys: 2)
  • Loading branch information
yoshi-automation committed Dec 17, 2024
1 parent c964276 commit 8d0b829
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -234,6 +234,7 @@ <h3>Method Details</h3>
},
&quot;mode&quot;: &quot;A String&quot;, # Optional. The mode of the repository.
&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.
&quot;registryUri&quot;: &quot;A String&quot;, # Output only. The repository endpoint, for example: `us-docker.pkg.dev/my-proj/my-repo`.
&quot;remoteRepositoryConfig&quot;: { # Remote repository configuration. # Configuration specific for a Remote Repository.
&quot;aptRepository&quot;: { # Configuration for an Apt remote repository. # Specific settings for an Apt remote repository.
&quot;customRepository&quot;: { # Customer-specified publicly available remote repository. # Customer-specified remote repository.
Expand Down Expand Up @@ -434,6 +435,7 @@ <h3>Method Details</h3>
},
&quot;mode&quot;: &quot;A String&quot;, # Optional. The mode of the repository.
&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.
&quot;registryUri&quot;: &quot;A String&quot;, # Output only. The repository endpoint, for example: `us-docker.pkg.dev/my-proj/my-repo`.
&quot;remoteRepositoryConfig&quot;: { # Remote repository configuration. # Configuration specific for a Remote Repository.
&quot;aptRepository&quot;: { # Configuration for an Apt remote repository. # Specific settings for an Apt remote repository.
&quot;customRepository&quot;: { # Customer-specified publicly available remote repository. # Customer-specified remote repository.
Expand Down Expand Up @@ -612,6 +614,7 @@ <h3>Method Details</h3>
},
&quot;mode&quot;: &quot;A String&quot;, # Optional. The mode of the repository.
&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.
&quot;registryUri&quot;: &quot;A String&quot;, # Output only. The repository endpoint, for example: `us-docker.pkg.dev/my-proj/my-repo`.
&quot;remoteRepositoryConfig&quot;: { # Remote repository configuration. # Configuration specific for a Remote Repository.
&quot;aptRepository&quot;: { # Configuration for an Apt remote repository. # Specific settings for an Apt remote repository.
&quot;customRepository&quot;: { # Customer-specified publicly available remote repository. # Customer-specified remote repository.
Expand Down Expand Up @@ -759,6 +762,7 @@ <h3>Method Details</h3>
},
&quot;mode&quot;: &quot;A String&quot;, # Optional. The mode of the repository.
&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.
&quot;registryUri&quot;: &quot;A String&quot;, # Output only. The repository endpoint, for example: `us-docker.pkg.dev/my-proj/my-repo`.
&quot;remoteRepositoryConfig&quot;: { # Remote repository configuration. # Configuration specific for a Remote Repository.
&quot;aptRepository&quot;: { # Configuration for an Apt remote repository. # Specific settings for an Apt remote repository.
&quot;customRepository&quot;: { # Customer-specified publicly available remote repository. # Customer-specified remote repository.
Expand Down Expand Up @@ -889,6 +893,7 @@ <h3>Method Details</h3>
},
&quot;mode&quot;: &quot;A String&quot;, # Optional. The mode of the repository.
&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.
&quot;registryUri&quot;: &quot;A String&quot;, # Output only. The repository endpoint, for example: `us-docker.pkg.dev/my-proj/my-repo`.
&quot;remoteRepositoryConfig&quot;: { # Remote repository configuration. # Configuration specific for a Remote Repository.
&quot;aptRepository&quot;: { # Configuration for an Apt remote repository. # Specific settings for an Apt remote repository.
&quot;customRepository&quot;: { # Customer-specified publicly available remote repository. # Customer-specified remote repository.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2439,7 +2439,7 @@
}
}
},
"revision": "20241011",
"revision": "20241205",
"rootUrl": "https://artifactregistry.googleapis.com/",
"schemas": {
"AptArtifact": {
Expand Down Expand Up @@ -4145,6 +4145,11 @@ false
"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.",
"type": "string"
},
"registryUri": {
"description": "Output only. The repository endpoint, for example: `us-docker.pkg.dev/my-proj/my-repo`.",
"readOnly": true,
"type": "string"
},
"remoteRepositoryConfig": {
"$ref": "RemoteRepositoryConfig",
"description": "Configuration specific for a Remote Repository."
Expand Down

0 comments on commit 8d0b829

Please sign in to comment.