[[["易于理解","easyToUnderstand","thumb-up"],["解决了我的问题","solvedMyProblem","thumb-up"],["其他","otherUp","thumb-up"]],[["没有我需要的信息","missingTheInformationINeed","thumb-down"],["太复杂/步骤太多","tooComplicatedTooManySteps","thumb-down"],["内容需要更新","outOfDate","thumb-down"],["翻译问题","translationIssue","thumb-down"],["示例/代码问题","samplesCodeIssue","thumb-down"],["其他","otherDown","thumb-down"]],["最后更新时间 (UTC):2025-03-13。"],[[["Downloads rotating barcode values for a specific transit object using its object ID."],["Requires an HTTP GET request to a specific URL with the object ID as a path parameter."],["The request body should be empty, and the response includes the barcode values within a Media object."],["Authorization requires the `https://www.googleapis.com/auth/wallet_object.issuer` scope."]]],["This document outlines the process to download rotating barcode values for a transit object. The core action is a `GET` request to a specific URL: `https://walletobjects.googleapis.com/walletobjects/v1/transitObject/{resourceId}/downloadRotatingBarcodeValues`. The `resourceId` parameter, a unique string identifier, is mandatory in the URL path. The request body must be empty. A successful response returns a `Media` instance, and the process requires `wallet_object.issuer` authorization.\n"]]