@@ -265,17 +265,25 @@ export function region(
265
265
/**
266
266
* Configure runtime options for the function.
267
267
* @param runtimeOptions Object with optional fields:
268
- * 1. `memory`: amount of memory to allocate to the function, possible values
268
+ *
269
+ *
270
+ * • `memory`: amount of memory to allocate to the function, possible values
269
271
* are: '128MB', '256MB', '512MB', '1GB', '2GB', '4GB', and '8GB'.
270
- * 2. `timeoutSeconds`: timeout for the function in seconds, possible values are
272
+ *
273
+ * • `timeoutSeconds`: timeout for the function in seconds, possible values are
271
274
* 0 to 540.
272
- * 3. `failurePolicy`: failure policy of the function, with boolean `true` being
275
+ *
276
+ * • `failurePolicy`: failure policy of the function, with boolean `true` being
273
277
* equivalent to providing an empty retry object.
274
- * 4. `vpcConnector`: id of a VPC connector in same project and region.
275
- * 5. `vpcConnectorEgressSettings`: when a vpcConnector is set, control which
278
+ *
279
+ * • `vpcConnector`: id of a VPC connector in same project and region.
280
+ *
281
+ * • `vpcConnectorEgressSettings`: when a vpcConnector is set, control which
276
282
* egress traffic is sent through the vpcConnector.
277
- * 6. `serviceAccount`: Specific service account for the function.
278
- * 7. `ingressSettings`: ingress settings for the function, which control where a HTTPS
283
+ *
284
+ * • `serviceAccount`: Specific service account for the function.
285
+ *
286
+ * • `ingressSettings`: ingress settings for the function, which control where a HTTPS
279
287
* function can be called from.
280
288
*
281
289
* Value must not be null.
0 commit comments