Cloud Functions の関数のコンセプト: 関数の終了
bookmark_borderbookmark
コレクションでコンテンツを整理
必要に応じて、コンテンツの保存と分類を行います。
ノード内でのシグナリング関数の終了
コードサンプル
Cloud Run functions に対する認証を行うには、アプリケーションのデフォルト認証情報を設定します。詳細については、ローカル開発環境の認証を設定するをご覧ください。
特に記載のない限り、このページのコンテンツはクリエイティブ・コモンズの表示 4.0 ライセンスにより使用許諾されます。コードサンプルは Apache 2.0 ライセンスにより使用許諾されます。詳しくは、Google Developers サイトのポリシーをご覧ください。Java は Oracle および関連会社の登録商標です。
[[["わかりやすい","easyToUnderstand","thumb-up"],["問題の解決に役立った","solvedMyProblem","thumb-up"],["その他","otherUp","thumb-up"]],[["わかりにくい","hardToUnderstand","thumb-down"],["情報またはサンプルコードが不正確","incorrectInformationOrSampleCode","thumb-down"],["必要な情報 / サンプルがない","missingTheInformationSamplesINeed","thumb-down"],["翻訳に関する問題","translationIssue","thumb-down"],["その他","otherDown","thumb-down"]],[],[[["Application Default Credentials (ADC) are required for authentication to Cloud Run functions, and instructions for setting it up in a local development environment are provided."],["Returning a value from a function in Node.js will immediately stop any background tasks that are running."],["Returning a resolved or rejected promise, or awaiting one, ensures the function waits for any related background tasks to complete before termination."],["The Google Cloud sample browser is a resource for finding code samples related to other Google Cloud products."]]],[]]