Skip to content

Commit e5a3b73

Browse files
feat(artifactregistry): update the api
#### artifactregistry:v1 The following keys were added: - schemas.CleanupPolicyCondition.properties.versionAge.deprecated (Total Keys: 1)
1 parent 721ab67 commit e5a3b73

File tree

3 files changed

+16
-3
lines changed

3 files changed

+16
-3
lines changed

googleapiclient/discovery_cache/documents/artifactregistry.v1.json

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1661,7 +1661,7 @@
16611661
}
16621662
}
16631663
},
1664-
"revision": "20230628",
1664+
"revision": "20230710",
16651665
"rootUrl": "https://artifactregistry.googleapis.com/",
16661666
"schemas": {
16671667
"AptArtifact": {
@@ -1844,6 +1844,7 @@
18441844
"type": "string"
18451845
},
18461846
"versionAge": {
1847+
"deprecated": true,
18471848
"description": "DEPRECATED: Use older_than.",
18481849
"format": "google-duration",
18491850
"type": "string"
@@ -2788,6 +2789,12 @@
27882789
"REDIRECTION_FROM_GCR_IO_ENABLED",
27892790
"REDIRECTION_FROM_GCR_IO_FINALIZED"
27902791
],
2792+
"enumDeprecated": [
2793+
false,
2794+
false,
2795+
false,
2796+
true
2797+
],
27912798
"enumDescriptions": [
27922799
"No redirection status has been set.",
27932800
"Redirection is disabled.",

googleapiclient/discovery_cache/documents/artifactregistry.v1beta1.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -929,7 +929,7 @@
929929
}
930930
}
931931
},
932-
"revision": "20230628",
932+
"revision": "20230710",
933933
"rootUrl": "https://artifactregistry.googleapis.com/",
934934
"schemas": {
935935
"Binding": {

googleapiclient/discovery_cache/documents/artifactregistry.v1beta2.json

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1135,7 +1135,7 @@
11351135
}
11361136
}
11371137
},
1138-
"revision": "20230628",
1138+
"revision": "20230710",
11391139
"rootUrl": "https://artifactregistry.googleapis.com/",
11401140
"schemas": {
11411141
"AptArtifact": {
@@ -1713,6 +1713,12 @@
17131713
"REDIRECTION_FROM_GCR_IO_ENABLED",
17141714
"REDIRECTION_FROM_GCR_IO_FINALIZED"
17151715
],
1716+
"enumDeprecated": [
1717+
false,
1718+
false,
1719+
false,
1720+
true
1721+
],
17161722
"enumDescriptions": [
17171723
"No redirection status has been set.",
17181724
"Redirection is disabled.",

0 commit comments

Comments
 (0)