ジョブ実行の詳細の取得
コレクションでコンテンツを整理
必要に応じて、コンテンツの保存と分類を行います。
ジョブの実行ステータスの詳細情報をリクエストする方法を示します。
コードサンプル
Java
Dataflow で認証を行うには、アプリケーションのデフォルト認証情報を設定します。詳細については、ローカル開発環境の認証を設定するをご覧ください。
Python
Dataflow で認証を行うには、アプリケーションのデフォルト認証情報を設定します。詳細については、ローカル開発環境の認証を設定するをご覧ください。
特に記載のない限り、このページのコンテンツはクリエイティブ・コモンズの表示 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"]],[],[[["\u003cp\u003eThis page provides code examples demonstrating how to retrieve detailed execution status information for a Dataflow job.\u003c/p\u003e\n"],["\u003cp\u003eThe code samples are available in C#, Go, Java, and Python, and they all utilize the \u003ccode\u003eGetJobExecutionDetails\u003c/code\u003e method.\u003c/p\u003e\n"],["\u003cp\u003eEach code snippet showcases the basic process of creating a request object, calling the method, and then iterating through the response, and it requires the setup of Application Default Credentials for authentication.\u003c/p\u003e\n"],["\u003cp\u003eThe response contains a collection of \u003ccode\u003eStageSummary\u003c/code\u003e items, which can be iterated over or accessed in pages, allowing you to handle large amounts of data efficiently.\u003c/p\u003e\n"],["\u003cp\u003eThe provided code snippets are templates and may require modifications to work in a real environment, including specifying regional endpoints and populating request fields.\u003c/p\u003e\n"]]],[],null,[]]