diff --git a/packages_generated/container/src/v1beta1/api.gen.ts b/packages_generated/container/src/v1beta1/api.gen.ts index b5baa5f87..b04b5c200 100644 --- a/packages_generated/container/src/v1beta1/api.gen.ts +++ b/packages_generated/container/src/v1beta1/api.gen.ts @@ -314,6 +314,9 @@ export class API extends ParentAPI { /** * Update an existing container. Update the container associated with the specified ID. + +When updating a container, the container is automatically redeployed to apply the changes. +This behavior can be changed by setting the `redeploy` field to `false` in the request. * * @param request - The request {@link UpdateContainerRequest} * @returns A Promise of Container diff --git a/packages_generated/function/src/v1beta1/api.gen.ts b/packages_generated/function/src/v1beta1/api.gen.ts index f3a29e175..08a72efb3 100644 --- a/packages_generated/function/src/v1beta1/api.gen.ts +++ b/packages_generated/function/src/v1beta1/api.gen.ts @@ -323,6 +323,9 @@ export class API extends ParentAPI { /** * Update an existing function. Update the function associated with the specified ID. + +When updating a function, the function is automatically redeployed to apply the changes. +This behavior can be changed by setting the `redeploy` field to `false` in the request. * * @param request - The request {@link UpdateFunctionRequest} * @returns A Promise of Function