例: state = ACTIVE and createTime < "2023-01-01T00:00:00Z" は、2023 年 1 月 1 日より前に作成された ACTIVE 状態のセッションのフィルタです。state = ACTIVE and labels.environment=production は、本番環境ラベルを持つ ACTIVE 状態のセッションのフィルタです。
[[["わかりやすい","easyToUnderstand","thumb-up"],["問題の解決に役立った","solvedMyProblem","thumb-up"],["その他","otherUp","thumb-up"]],[["わかりにくい","hardToUnderstand","thumb-down"],["情報またはサンプルコードが不正確","incorrectInformationOrSampleCode","thumb-down"],["必要な情報 / サンプルがない","missingTheInformationSamplesINeed","thumb-down"],["翻訳に関する問題","translationIssue","thumb-down"],["その他","otherDown","thumb-down"]],["最終更新日 2025-03-04 UTC。"],[[["This API endpoint retrieves a list of interactive sessions using a `GET` request to the specified URL, structured according to gRPC Transcoding syntax."],["The `parent` path parameter is required to identify the collection of sessions, and listing sessions requires the `dataproc.sessions.list` IAM permission."],["The API supports optional query parameters such as `pageSize`, `pageToken`, and `filter` to control the number of results, pagination, and to refine results based on different criteria."],["The request body must be empty, and the successful response includes a JSON representation containing an array of session objects and an optional `nextPageToken` for pagination."],["Authorization for this API call requires the OAuth scope `https://www.googleapis.com/auth/cloud-platform`, as detailed in the Authentication Overview."]]],[]]