createdFromSnapshotId property

  1. @TagNumber(23)
String 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(23)
void createdFromSnapshotId=(String v)

Implementation

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