File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -91,7 +91,7 @@ class MemoryOption(int, _enum.Enum):
9191
9292class SupportedRegion (str , _enum .Enum ):
9393 """
94- All regions supported by Cloud Functions v2 .
94+ All regions supported by Cloud Functions (2nd gen) .
9595 """
9696
9797 ASIA_NORTHEAST1 = "asia-northeast1"
@@ -225,7 +225,7 @@ class RuntimeOptions:
225225 concurrency : int | Expression [int ] | _util .Sentinel | None = None
226226 """
227227 Number of requests a function can serve at once.
228- Can only be applied to functions running on Cloud Functions v2 .
228+ Can only be applied to functions running on Cloud Functions (2nd gen) .
229229 A value of RESET_VALUE restores the default concurrency (80 when CPU >= 1, 1 otherwise).
230230 Concurrency cannot be set to any value other than 1 if `cpu` is less than 1.
231231 The maximum value for concurrency is 1,000.
You can’t perform that action at this time.
0 commit comments