Android · Arazzo Workflow
Android Audit and Update a Subscription Product
Version 1.0.0
Find a subscription in the catalog, read its current configuration, patch it with a field mask, and verify the change.
View Spec
View on GitHub
AIAndroidAutomotiveGoogleMachine LearningMobile DevelopmentSDKTVWearablesArazzoWorkflows
Provider
Workflows
audit-update-subscription
List the subscription catalog, read one product, patch it with a field mask, and confirm the result.
Lists the application's subscriptions for the audit record, reads the target subscription's live configuration, patches only the fields named in the update mask, and reads the product back to verify the update landed.
1
listCatalog
listSubscriptions
List the application's subscription products to establish what the catalog looks like before any change is made.
2
readCurrentConfig
getSubscription
Read the target subscription's live configuration so the patch is applied against current state rather than a stale local copy.
3
applyUpdate
updateSubscription
Patch the subscription, writing only the fields named in the update mask. Fields outside the mask are left exactly as they were.
4
verifyUpdate
getSubscription
Read the subscription back to confirm the masked update persisted and nothing outside the mask was disturbed.
Source API Descriptions
openapi