示例:state = ACTIVE and createTime < "2023-01-01T00:00:00Z" 是用于过滤 2023 年 1 月 1 日之前创建且处于“有效”状态的会话的过滤条件。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"]],["最后更新时间 (UTC):2025-03-04。"],[[["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."]]],[]]