File tree Expand file tree Collapse file tree 2 files changed +19
-1
lines changed
src/apis/artifactregistry Expand file tree Collapse file tree 2 files changed +19
-1
lines changed Original file line number Diff line number Diff line change 556
556
" parent"
557
557
],
558
558
"parameters" : {
559
+ "orderBy" : {
560
+ "description" : " Optional. The field to order the results by." ,
561
+ "location" : " query" ,
562
+ "type" : " string"
563
+ },
559
564
"pageSize" : {
560
565
"description" : " The maximum number of repositories to return. Maximum page size is 1,000." ,
561
566
"format" : " int32" ,
811
816
" parent"
812
817
],
813
818
"parameters" : {
819
+ "orderBy" : {
820
+ "description" : " Optional. The field to order the results by." ,
821
+ "location" : " query" ,
822
+ "type" : " string"
823
+ },
814
824
"pageSize" : {
815
825
"description" : " The maximum number of packages to return. Maximum page size is 1,000." ,
816
826
"format" : " int32" ,
1146
1156
}
1147
1157
}
1148
1158
},
1149
- "revision" : " 20240809 " ,
1159
+ "revision" : " 20240826 " ,
1150
1160
"rootUrl" : " https://artifactregistry.googleapis.com/" ,
1151
1161
"schemas" : {
1152
1162
"Binding" : {
Original file line number Diff line number Diff line change @@ -1610,6 +1610,10 @@ export namespace artifactregistry_v1beta1 {
1610
1610
}
1611
1611
export interface Params$Resource$Projects$Locations$Repositories$List
1612
1612
extends StandardParameters {
1613
+ /**
1614
+ * Optional. The field to order the results by.
1615
+ */
1616
+ orderBy ?: string ;
1613
1617
/**
1614
1618
* The maximum number of repositories to return. Maximum page size is 1,000.
1615
1619
*/
@@ -2179,6 +2183,10 @@ export namespace artifactregistry_v1beta1 {
2179
2183
}
2180
2184
export interface Params$Resource$Projects$Locations$Repositories$Packages$List
2181
2185
extends StandardParameters {
2186
+ /**
2187
+ * Optional. The field to order the results by.
2188
+ */
2189
+ orderBy ?: string ;
2182
2190
/**
2183
2191
* The maximum number of packages to return. Maximum page size is 1,000.
2184
2192
*/
You can’t perform that action at this time.
0 commit comments