Skip to content

Commit 42a7442

Browse files
yoshi-automationsofisl
authored andcommitted
feat(artifactregistry): update the API
#### artifactregistry:v1beta1 The following keys were added: - resources.projects.resources.locations.resources.repositories.methods.list.parameters.orderBy.description - resources.projects.resources.locations.resources.repositories.methods.list.parameters.orderBy.location - resources.projects.resources.locations.resources.repositories.methods.list.parameters.orderBy.type - resources.projects.resources.locations.resources.repositories.resources.packages.methods.list.parameters.orderBy.description - resources.projects.resources.locations.resources.repositories.resources.packages.methods.list.parameters.orderBy.location - resources.projects.resources.locations.resources.repositories.resources.packages.methods.list.parameters.orderBy.type
1 parent fcffb8f commit 42a7442

File tree

2 files changed

+19
-1
lines changed

2 files changed

+19
-1
lines changed

discovery/artifactregistry-v1beta1.json

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -556,6 +556,11 @@
556556
"parent"
557557
],
558558
"parameters": {
559+
"orderBy": {
560+
"description": "Optional. The field to order the results by.",
561+
"location": "query",
562+
"type": "string"
563+
},
559564
"pageSize": {
560565
"description": "The maximum number of repositories to return. Maximum page size is 1,000.",
561566
"format": "int32",
@@ -811,6 +816,11 @@
811816
"parent"
812817
],
813818
"parameters": {
819+
"orderBy": {
820+
"description": "Optional. The field to order the results by.",
821+
"location": "query",
822+
"type": "string"
823+
},
814824
"pageSize": {
815825
"description": "The maximum number of packages to return. Maximum page size is 1,000.",
816826
"format": "int32",
@@ -1146,7 +1156,7 @@
11461156
}
11471157
}
11481158
},
1149-
"revision": "20240809",
1159+
"revision": "20240826",
11501160
"rootUrl": "https://artifactregistry.googleapis.com/",
11511161
"schemas": {
11521162
"Binding": {

src/apis/artifactregistry/v1beta1.ts

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1610,6 +1610,10 @@ export namespace artifactregistry_v1beta1 {
16101610
}
16111611
export interface Params$Resource$Projects$Locations$Repositories$List
16121612
extends StandardParameters {
1613+
/**
1614+
* Optional. The field to order the results by.
1615+
*/
1616+
orderBy?: string;
16131617
/**
16141618
* The maximum number of repositories to return. Maximum page size is 1,000.
16151619
*/
@@ -2179,6 +2183,10 @@ export namespace artifactregistry_v1beta1 {
21792183
}
21802184
export interface Params$Resource$Projects$Locations$Repositories$Packages$List
21812185
extends StandardParameters {
2186+
/**
2187+
* Optional. The field to order the results by.
2188+
*/
2189+
orderBy?: string;
21822190
/**
21832191
* The maximum number of packages to return. Maximum page size is 1,000.
21842192
*/

0 commit comments

Comments
 (0)