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 = {
8888 */
8989export class ContainerV1Beta1GenAPI extends API {
9090 /** 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' ]
9292
9393 protected pageOfListNamespaces = (
9494 request : Readonly < ListNamespacesRequest > = { } ,
Original file line number Diff line number Diff line change @@ -125,7 +125,7 @@ const jsonContentHeaders = {
125125 */
126126export class FunctionV1Beta1GenAPI extends API {
127127 /** 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' ]
129129
130130 protected pageOfListNamespaces = (
131131 request : Readonly < ListNamespacesRequest > = { } ,
You can’t perform that action at this time.
0 commit comments