Skip to content

Commit a3a03e7

Browse files
chore(artifactregistry): update the api
1 parent ea98a34 commit a3a03e7

6 files changed

+9
-9
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -284,7 +284,7 @@ <h3>Method Details</h3>
284284

285285
Args:
286286
parent: string, The name of the parent resource whose repositories will be listed. (required)
287-
pageSize: integer, The maximum number of repositories to return. Maximum page size is 10,000.
287+
pageSize: integer, The maximum number of repositories to return. Maximum page size is 1,000.
288288
pageToken: string, The next_page_token value returned from a previous list request, if any.
289289
x__xgafv: string, V1 error format.
290290
Allowed values

docs/dyn/artifactregistry_v1beta2.projects.locations.repositories.packages.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ <h3>Method Details</h3>
168168

169169
Args:
170170
parent: string, The name of the parent resource whose packages will be listed. (required)
171-
pageSize: integer, The maximum number of packages to return. Maximum page size is 10,000.
171+
pageSize: integer, The maximum number of packages to return. Maximum page size is 1,000.
172172
pageToken: string, The next_page_token value returned from a previous list request, if any.
173173
x__xgafv: string, V1 error format.
174174
Allowed values

docs/dyn/artifactregistry_v1beta2.projects.locations.repositories.packages.versions.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ <h3>Method Details</h3>
174174
Args:
175175
parent: string, The name of the parent resource whose versions will be listed. (required)
176176
orderBy: string, Optional. Sorting field and order
177-
pageSize: integer, The maximum number of versions to return. Maximum page size is 10,000.
177+
pageSize: integer, The maximum number of versions to return. Maximum page size is 1,000.
178178
pageToken: string, The next_page_token value returned from a previous list request, if any.
179179
view: string, The view that should be returned in the response.
180180
Allowed values

googleapiclient/discovery_cache/documents/artifactregistry.v1.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -348,7 +348,7 @@
348348
}
349349
}
350350
},
351-
"revision": "20210723",
351+
"revision": "20210803",
352352
"rootUrl": "https://artifactregistry.googleapis.com/",
353353
"schemas": {
354354
"AptArtifact": {

googleapiclient/discovery_cache/documents/artifactregistry.v1beta1.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -971,7 +971,7 @@
971971
}
972972
}
973973
},
974-
"revision": "20210723",
974+
"revision": "20210803",
975975
"rootUrl": "https://artifactregistry.googleapis.com/",
976976
"schemas": {
977977
"AptArtifact": {

googleapiclient/discovery_cache/documents/artifactregistry.v1beta2.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -382,7 +382,7 @@
382382
],
383383
"parameters": {
384384
"pageSize": {
385-
"description": "The maximum number of repositories to return. Maximum page size is 10,000.",
385+
"description": "The maximum number of repositories to return. Maximum page size is 1,000.",
386386
"format": "int32",
387387
"location": "query",
388388
"type": "integer"
@@ -669,7 +669,7 @@
669669
],
670670
"parameters": {
671671
"pageSize": {
672-
"description": "The maximum number of packages to return. Maximum page size is 10,000.",
672+
"description": "The maximum number of packages to return. Maximum page size is 1,000.",
673673
"format": "int32",
674674
"location": "query",
675675
"type": "integer"
@@ -950,7 +950,7 @@
950950
"type": "string"
951951
},
952952
"pageSize": {
953-
"description": "The maximum number of versions to return. Maximum page size is 10,000.",
953+
"description": "The maximum number of versions to return. Maximum page size is 1,000.",
954954
"format": "int32",
955955
"location": "query",
956956
"type": "integer"
@@ -1035,7 +1035,7 @@
10351035
}
10361036
}
10371037
},
1038-
"revision": "20210723",
1038+
"revision": "20210803",
10391039
"rootUrl": "https://artifactregistry.googleapis.com/",
10401040
"schemas": {
10411041
"AptArtifact": {

0 commit comments

Comments
 (0)