createTime property
The timestamp when the job was initially created. Immutable and set by the Cloud Dataflow service.
Implementation
@$pb.TagNumber(11)
$2.Timestamp get createTime => $_getN(9);
Implementation
@$pb.TagNumber(11)
set createTime($2.Timestamp v) {
setField(11, v);
}