createdFromSnapshotId property

  1. @TagNumber.new(23)
String get createdFromSnapshotId

If this is specified, the job's initial state is populated from the given snapshot.

Implementation

@$pb.TagNumber(23)
$core.String get createdFromSnapshotId => $_getSZ(19);
  1. @TagNumber.new(23)
set createdFromSnapshotId (String v)

Implementation

@$pb.TagNumber(23)
set createdFromSnapshotId($core.String v) {
  $_setString(19, v);
}