@@ -133,15 +133,15 @@ export function region(
133133/**
134134 * Configure runtime options for the function.
135135 * @param runtimeOptions Object with optional fields:
136- * 1. memory: amount of memory to allocate to the function, possible values
136+ * 1. ` memory` : amount of memory to allocate to the function, possible values
137137 * are: '128MB', '256MB', '512MB', '1GB', and '2GB'.
138- * 2. timeoutSeconds: timeout for the function in seconds, possible values are
138+ * 2. ` timeoutSeconds` : timeout for the function in seconds, possible values are
139139 * 0 to 540.
140- * 3. failurePolicy: failure policy of the function, with boolean `true` being
140+ * 3. ` failurePolicy` : failure policy of the function, with boolean `true` being
141141 * equivalent to providing an empty retry object.
142- * 4. vpcConnector: id of a VPC connector in same project and region
143- * 5. vpcConnectorEgressSettings: when a vpcConnector is set, control which
144- * egress traffic is sent through the vpcConnector.
142+ * 4. ` vpcConnector` : id of a VPC connector in the same project and region
143+ * 5. ` vpcConnectorEgressSettings` : when a ` vpcConnector` is set, control which
144+ * egress traffic is sent through the ` vpcConnector` .
145145 *
146146 * Value must not be null.
147147 */
@@ -173,13 +173,16 @@ export class FunctionBuilder {
173173
174174 /**
175175 * Configure runtime options for the function.
176- * @param runtimeOptions Object with three optional fields:
177- * 1. failurePolicy: failure policy of the function, with boolean `true` being
176+ * @param runtimeOptions Object with optional fields:
177+ * 1. `memory`: amount of memory to allocate to the function, possible values
178+ * are: '128MB', '256MB', '512MB', '1GB', and '2GB'.
179+ * 2. `timeoutSeconds`: timeout for the function in seconds, possible values are
180+ * 0 to 540.
181+ * 3. `failurePolicy`: failure policy of the function, with boolean `true` being
178182 * equivalent to providing an empty retry object.
179- * 2. memory: amount of memory to allocate to the function, with possible
180- * values being '128MB', '256MB', '512MB', '1GB', and '2GB'.
181- * 3. timeoutSeconds: timeout for the function in seconds, with possible
182- * values being 0 to 540.
183+ * 4. `vpcConnector`: id of a VPC connector in the same project and region
184+ * 5. `vpcConnectorEgressSettings`: when a `vpcConnector` is set, control which
185+ * egress traffic is sent through the `vpcConnector`.
183186 *
184187 * Value must not be null.
185188 */
0 commit comments