File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -88,7 +88,7 @@ const jsonContentHeaders = {
88
88
*/
89
89
export class ContainerV1Beta1GenAPI extends API {
90
90
/** Lists the available regions of the API. */
91
- public static readonly LOCALITIES : Region [ ] = [ 'fr-par' ]
91
+ public static readonly LOCALITIES : Region [ ] = [ 'fr-par' , 'nl-ams' , 'pl-waw' ]
92
92
93
93
protected pageOfListNamespaces = (
94
94
request : Readonly < ListNamespacesRequest > = { } ,
Original file line number Diff line number Diff line change @@ -125,7 +125,7 @@ const jsonContentHeaders = {
125
125
*/
126
126
export class FunctionV1Beta1GenAPI extends API {
127
127
/** Lists the available regions of the API. */
128
- public static readonly LOCALITIES : Region [ ] = [ 'fr-par' ]
128
+ public static readonly LOCALITIES : Region [ ] = [ 'fr-par' , 'nl-ams' , 'pl-waw' ]
129
129
130
130
protected pageOfListNamespaces = (
131
131
request : Readonly < ListNamespacesRequest > = { } ,
You can’t perform that action at this time.
0 commit comments