Skip to content

Commit edf75f3

Browse files
feat(artifactregistry): update the api
#### artifactregistry:v1 The following keys were added: - schemas.NoCacheFetching (Total Keys: 2) - schemas.RemoteRepositoryConfig.properties.noCache.$ref (Total Keys: 1)
1 parent ba8c843 commit edf75f3

2 files changed

Lines changed: 21 additions & 1 deletion

File tree

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

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -315,6 +315,8 @@ <h3>Method Details</h3>
315315
},
316316
&quot;publicRepository&quot;: &quot;A String&quot;, # One of the publicly available Maven repositories supported by Artifact Registry.
317317
},
318+
&quot;noCache&quot;: { # The configuration for the no-cache fetching mode, which acts as a non-caching proxy. # The remote repository will act as a non-caching proxy.
319+
},
318320
&quot;npmRepository&quot;: { # Configuration for a Npm remote repository. # Specific settings for an Npm remote repository.
319321
&quot;customRepository&quot;: { # Customer-specified publicly available remote repository. # Customer-specified remote repository.
320322
&quot;uri&quot;: &quot;A String&quot;, # An http/https uri reference to the upstream remote repository, for ex: &quot;https://my.npm.registry/&quot;.
@@ -564,6 +566,8 @@ <h3>Method Details</h3>
564566
},
565567
&quot;publicRepository&quot;: &quot;A String&quot;, # One of the publicly available Maven repositories supported by Artifact Registry.
566568
},
569+
&quot;noCache&quot;: { # The configuration for the no-cache fetching mode, which acts as a non-caching proxy. # The remote repository will act as a non-caching proxy.
570+
},
567571
&quot;npmRepository&quot;: { # Configuration for a Npm remote repository. # Specific settings for an Npm remote repository.
568572
&quot;customRepository&quot;: { # Customer-specified publicly available remote repository. # Customer-specified remote repository.
569573
&quot;uri&quot;: &quot;A String&quot;, # An http/https uri reference to the upstream remote repository, for ex: &quot;https://my.npm.registry/&quot;.
@@ -747,6 +751,8 @@ <h3>Method Details</h3>
747751
},
748752
&quot;publicRepository&quot;: &quot;A String&quot;, # One of the publicly available Maven repositories supported by Artifact Registry.
749753
},
754+
&quot;noCache&quot;: { # The configuration for the no-cache fetching mode, which acts as a non-caching proxy. # The remote repository will act as a non-caching proxy.
755+
},
750756
&quot;npmRepository&quot;: { # Configuration for a Npm remote repository. # Specific settings for an Npm remote repository.
751757
&quot;customRepository&quot;: { # Customer-specified publicly available remote repository. # Customer-specified remote repository.
752758
&quot;uri&quot;: &quot;A String&quot;, # An http/https uri reference to the upstream remote repository, for ex: &quot;https://my.npm.registry/&quot;.
@@ -899,6 +905,8 @@ <h3>Method Details</h3>
899905
},
900906
&quot;publicRepository&quot;: &quot;A String&quot;, # One of the publicly available Maven repositories supported by Artifact Registry.
901907
},
908+
&quot;noCache&quot;: { # The configuration for the no-cache fetching mode, which acts as a non-caching proxy. # The remote repository will act as a non-caching proxy.
909+
},
902910
&quot;npmRepository&quot;: { # Configuration for a Npm remote repository. # Specific settings for an Npm remote repository.
903911
&quot;customRepository&quot;: { # Customer-specified publicly available remote repository. # Customer-specified remote repository.
904912
&quot;uri&quot;: &quot;A String&quot;, # An http/https uri reference to the upstream remote repository, for ex: &quot;https://my.npm.registry/&quot;.
@@ -1034,6 +1042,8 @@ <h3>Method Details</h3>
10341042
},
10351043
&quot;publicRepository&quot;: &quot;A String&quot;, # One of the publicly available Maven repositories supported by Artifact Registry.
10361044
},
1045+
&quot;noCache&quot;: { # The configuration for the no-cache fetching mode, which acts as a non-caching proxy. # The remote repository will act as a non-caching proxy.
1046+
},
10371047
&quot;npmRepository&quot;: { # Configuration for a Npm remote repository. # Specific settings for an Npm remote repository.
10381048
&quot;customRepository&quot;: { # Customer-specified publicly available remote repository. # Customer-specified remote repository.
10391049
&quot;uri&quot;: &quot;A String&quot;, # An http/https uri reference to the upstream remote repository, for ex: &quot;https://my.npm.registry/&quot;.

googleapiclient/discovery_cache/documents/artifactregistry.v1.json

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2714,7 +2714,7 @@
27142714
}
27152715
}
27162716
},
2717-
"revision": "20260603",
2717+
"revision": "20260702",
27182718
"rootUrl": "https://artifactregistry.googleapis.com/",
27192719
"schemas": {
27202720
"AptArtifact": {
@@ -4182,6 +4182,12 @@
41824182
},
41834183
"type": "object"
41844184
},
4185+
"NoCacheFetching": {
4186+
"description": "The configuration for the no-cache fetching mode, which acts as a non-caching proxy.",
4187+
"id": "NoCacheFetching",
4188+
"properties": {},
4189+
"type": "object"
4190+
},
41854191
"NpmPackage": {
41864192
"description": "NpmPackage represents an npm artifact.",
41874193
"id": "NpmPackage",
@@ -4610,6 +4616,10 @@ false
46104616
"$ref": "MavenRepository",
46114617
"description": "Specific settings for a Maven remote repository."
46124618
},
4619+
"noCache": {
4620+
"$ref": "NoCacheFetching",
4621+
"description": "The remote repository will act as a non-caching proxy."
4622+
},
46134623
"npmRepository": {
46144624
"$ref": "NpmRepository",
46154625
"description": "Specific settings for an Npm remote repository."

0 commit comments

Comments
 (0)