Google Android · Arazzo Workflow
Google Android Configure Enterprise Pub/Sub Notifications
Version 1.0.0
Read the enterprise, patch its Pub/Sub topic and notification types with an updateMask, then read back to confirm.
View Spec
View on GitHub
AndroidGoogleMobile DevelopmentMobile Operating SystemOpen SourceArazzoWorkflows
Provider
Workflows
configure-enterprise-notifications
Point an enterprise at a Pub/Sub topic and confirm the notification types stuck.
Captures the prior notification configuration, applies a masked patch, and verifies the enterprise reads back with the intended topic and types.
1
readEnterpriseBefore
getEnterprise
Read the enterprise to capture the notification configuration in force before the change, so the patch can be reviewed or reverted.
2
patchNotifications
patchEnterprise
Patch the Pub/Sub topic and notification types. The updateMask restricts the write to these two fields so the enterprise display name, logo, and primary color are left intact.
3
confirmNotifications
getEnterprise
Read the enterprise back to confirm the topic persisted. A topic the Android Management service account cannot publish to is rejected here rather than failing silently later.
Source API Descriptions
openapi