Google Cloud Platform · Arazzo Workflow
Google Cloud Platform Rename Project and Poll Operation
Version 1.0.0
Read a project, patch its display name, poll the operation, then confirm the new name.
View Spec
View on GitHub
API ManagementCloud ComputingInfrastructurePlatform as a ServiceArazzoWorkflows
Provider
Workflows
rename-project-and-poll
Rename a Google Cloud project and wait for the operation to complete.
Reads the current display name, patches the project, polls the operation until done, then re-reads to confirm.
1
getBefore
cloudresourcemanager.projects.get
Read the project to capture the current display name before the change.
2
patchProject
cloudresourcemanager.projects.patch
Patch the project display name with an update mask scoped to displayName. Returns a long-running Operation whose name is used to poll.
3
pollOperation
cloudresourcemanager.operations.get
Poll the patch operation by name until the done flag is true.
4
getAfter
cloudresourcemanager.projects.get
Re-read the project to confirm the new display name took effect.