revisionId property
Output only. Immutable. The revision ID of the deployment. A new revision is committed whenever the deployment contents are changed. The format is an 8-character hexadecimal string.
Implementation
@$pb.TagNumber(4)
$core.String get revisionId => $_getSZ(3);
Implementation
@$pb.TagNumber(4)
set revisionId($core.String v) { $_setString(3, v); }