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 deleted:
- schemas.CleanupPolicyCondition.properties.versionAge (Total Keys: 3)
  • Loading branch information
yoshi-automation committed Jan 4, 2024
1 parent 3763beb commit 4799102
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 14 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,6 @@ <h3>Method Details</h3>
&quot;A String&quot;,
],
&quot;tagState&quot;: &quot;A String&quot;, # Match versions by tag status.
&quot;versionAge&quot;: &quot;A String&quot;, # DEPRECATED: Use older_than.
&quot;versionNamePrefixes&quot;: [ # Match versions by version name prefix. Applied on any prefix match.
&quot;A String&quot;,
],
Expand Down Expand Up @@ -359,7 +358,6 @@ <h3>Method Details</h3>
&quot;A String&quot;,
],
&quot;tagState&quot;: &quot;A String&quot;, # Match versions by tag status.
&quot;versionAge&quot;: &quot;A String&quot;, # DEPRECATED: Use older_than.
&quot;versionNamePrefixes&quot;: [ # Match versions by version name prefix. Applied on any prefix match.
&quot;A String&quot;,
],
Expand Down Expand Up @@ -506,7 +504,6 @@ <h3>Method Details</h3>
&quot;A String&quot;,
],
&quot;tagState&quot;: &quot;A String&quot;, # Match versions by tag status.
&quot;versionAge&quot;: &quot;A String&quot;, # DEPRECATED: Use older_than.
&quot;versionNamePrefixes&quot;: [ # Match versions by version name prefix. Applied on any prefix match.
&quot;A String&quot;,
],
Expand Down Expand Up @@ -624,7 +621,6 @@ <h3>Method Details</h3>
&quot;A String&quot;,
],
&quot;tagState&quot;: &quot;A String&quot;, # Match versions by tag status.
&quot;versionAge&quot;: &quot;A String&quot;, # DEPRECATED: Use older_than.
&quot;versionNamePrefixes&quot;: [ # Match versions by version name prefix. Applied on any prefix match.
&quot;A String&quot;,
],
Expand Down Expand Up @@ -725,7 +721,6 @@ <h3>Method Details</h3>
&quot;A String&quot;,
],
&quot;tagState&quot;: &quot;A String&quot;, # Match versions by tag status.
&quot;versionAge&quot;: &quot;A String&quot;, # DEPRECATED: Use older_than.
&quot;versionNamePrefixes&quot;: [ # Match versions by version name prefix. Applied on any prefix match.
&quot;A String&quot;,
],
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1713,7 +1713,7 @@
}
}
},
"revision": "20231114",
"revision": "20231208",
"rootUrl": "https://artifactregistry.googleapis.com/",
"schemas": {
"AptArtifact": {
Expand Down Expand Up @@ -1906,12 +1906,6 @@
],
"type": "string"
},
"versionAge": {
"deprecated": true,
"description": "DEPRECATED: Use older_than.",
"format": "google-duration",
"type": "string"
},
"versionNamePrefixes": {
"description": "Match versions by version name prefix. Applied on any prefix match.",
"items": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -981,7 +981,7 @@
}
}
},
"revision": "20231114",
"revision": "20231208",
"rootUrl": "https://artifactregistry.googleapis.com/",
"schemas": {
"Binding": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1187,7 +1187,7 @@
}
}
},
"revision": "20231114",
"revision": "20231208",
"rootUrl": "https://artifactregistry.googleapis.com/",
"schemas": {
"AptArtifact": {
Expand Down

0 comments on commit 4799102

Please sign in to comment.