Class GetWorkflowRequest (1.14.2)

GetWorkflowRequest(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Request for the GetWorkflow method.

Attributes

NameDescription
name str
Required. Name of the workflow for which information should be retrieved. Format: projects/{project}/locations/{location}/workflows/{workflow}
revision_id str
Optional. The revision of the workflow to retrieve. If the revision_id is empty, the latest revision is retrieved. The format is "000001-a4d", where the first six characters define the zero-padded decimal revision number. They are followed by a hyphen and three hexadecimal characters.