From 8d0b829898a388d98e618d739fb5826c165dea92 Mon Sep 17 00:00:00 2001 From: Yoshi Automation Date: Tue, 17 Dec 2024 07:10:18 +0000 Subject: [PATCH] feat(artifactregistry): update the api #### artifactregistry:v1 The following keys were added: - schemas.Repository.properties.registryUri (Total Keys: 2) --- ...rtifactregistry_v1.projects.locations.repositories.html | 5 +++++ .../discovery_cache/documents/artifactregistry.v1.json | 7 ++++++- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/docs/dyn/artifactregistry_v1.projects.locations.repositories.html b/docs/dyn/artifactregistry_v1.projects.locations.repositories.html index ff0efb0872..5a2fe1d8d0 100644 --- a/docs/dyn/artifactregistry_v1.projects.locations.repositories.html +++ b/docs/dyn/artifactregistry_v1.projects.locations.repositories.html @@ -234,6 +234,7 @@

Method Details

}, "mode": "A String", # Optional. The mode of the repository. "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. + "registryUri": "A String", # Output only. The repository endpoint, for example: `us-docker.pkg.dev/my-proj/my-repo`. "remoteRepositoryConfig": { # Remote repository configuration. # Configuration specific for a Remote Repository. "aptRepository": { # Configuration for an Apt remote repository. # Specific settings for an Apt remote repository. "customRepository": { # Customer-specified publicly available remote repository. # Customer-specified remote repository. @@ -434,6 +435,7 @@

Method Details

}, "mode": "A String", # Optional. The mode of the repository. "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. + "registryUri": "A String", # Output only. The repository endpoint, for example: `us-docker.pkg.dev/my-proj/my-repo`. "remoteRepositoryConfig": { # Remote repository configuration. # Configuration specific for a Remote Repository. "aptRepository": { # Configuration for an Apt remote repository. # Specific settings for an Apt remote repository. "customRepository": { # Customer-specified publicly available remote repository. # Customer-specified remote repository. @@ -612,6 +614,7 @@

Method Details

}, "mode": "A String", # Optional. The mode of the repository. "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. + "registryUri": "A String", # Output only. The repository endpoint, for example: `us-docker.pkg.dev/my-proj/my-repo`. "remoteRepositoryConfig": { # Remote repository configuration. # Configuration specific for a Remote Repository. "aptRepository": { # Configuration for an Apt remote repository. # Specific settings for an Apt remote repository. "customRepository": { # Customer-specified publicly available remote repository. # Customer-specified remote repository. @@ -759,6 +762,7 @@

Method Details

}, "mode": "A String", # Optional. The mode of the repository. "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. + "registryUri": "A String", # Output only. The repository endpoint, for example: `us-docker.pkg.dev/my-proj/my-repo`. "remoteRepositoryConfig": { # Remote repository configuration. # Configuration specific for a Remote Repository. "aptRepository": { # Configuration for an Apt remote repository. # Specific settings for an Apt remote repository. "customRepository": { # Customer-specified publicly available remote repository. # Customer-specified remote repository. @@ -889,6 +893,7 @@

Method Details

}, "mode": "A String", # Optional. The mode of the repository. "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. + "registryUri": "A String", # Output only. The repository endpoint, for example: `us-docker.pkg.dev/my-proj/my-repo`. "remoteRepositoryConfig": { # Remote repository configuration. # Configuration specific for a Remote Repository. "aptRepository": { # Configuration for an Apt remote repository. # Specific settings for an Apt remote repository. "customRepository": { # Customer-specified publicly available remote repository. # Customer-specified remote repository. diff --git a/googleapiclient/discovery_cache/documents/artifactregistry.v1.json b/googleapiclient/discovery_cache/documents/artifactregistry.v1.json index 191ac81a62..11113589af 100644 --- a/googleapiclient/discovery_cache/documents/artifactregistry.v1.json +++ b/googleapiclient/discovery_cache/documents/artifactregistry.v1.json @@ -2439,7 +2439,7 @@ } } }, -"revision": "20241011", +"revision": "20241205", "rootUrl": "https://artifactregistry.googleapis.com/", "schemas": { "AptArtifact": { @@ -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."