Media
class Media extends Resource (View source)
The "media" collection of methods.
Typical usage is:
$walletobjectsService = new Google\Service\Walletobjects(...);
$media = $walletobjectsService->media;
Methods
Downloads rotating barcode values for the transit object referenced by the given object ID. (media.download)
Uploads rotating barcode values for the transit object referenced by the given object ID. Note the max upload size is specified in google3/production/config/cdd/apps-upload/customers/payments-consumer- passes/config.gcl and enforced by Scotty. (media.upload)
Details
Media
download(string $resourceId, array $optParams = [])
Downloads rotating barcode values for the transit object referenced by the given object ID. (media.download)
TransitObjectUploadRotatingBarcodeValuesResponse
upload(string $resourceId, TransitObjectUploadRotatingBarcodeValuesRequest $postBody, array $optParams = [])
Uploads rotating barcode values for the transit object referenced by the given object ID. Note the max upload size is specified in google3/production/config/cdd/apps-upload/customers/payments-consumer- passes/config.gcl and enforced by Scotty. (media.upload)