gcloud functions deploy {func_name} --memory=512MB --runtime nodejs18 --region {region_name} --gen2 --trigger-http 更新现有云函数的正确语法是什么?我只是想更新记忆。google-cloud-functions gcloud 1个回答 0投票 gcloud 中没有此功能。 您可以在 documentation 中自行查看 gcloud functions 命令...
firebase deploy --only functions:validate_file_upload 但是,当通过gcloud部署相同的功能时 gcloud functions deploy validate_file_upload --gen2 --region=us-central1 ... --entry-point=validate_file_upload --trigger-event-filters="type=google.cloud.storage.object.v1.finalized" --trigger-event-filters...