revisionId property

  1. @TagNumber(4)
String get revisionId

Output only. The revision of the workflow. A new revision of a workflow is created as a result of updating the following properties of a workflow:

  • google.cloud.workflows.v1.Workflow.service_account
  • google.cloud.workflows.v1.Workflow.source_contents

The format is "000001-a4d", where the first 6 characters define the zero-padded revision ordinal number. They are followed by a hyphen and 3 hexadecimal random characters.

Implementation

@$pb.TagNumber(4)
$core.String get revisionId => $_getSZ(3);
  1. @TagNumber(4)
set revisionId (String v)

Implementation

@$pb.TagNumber(4)
set revisionId($core.String v) { $_setString(3, v); }