createTime property
Output only. The time at which the document was created.
This value increases monotonically when a document is deleted then
recreated. It can also be compared to values from other documents and
the read_time
of a query.
Implementation
@$pb.TagNumber(3)
$0.Timestamp get createTime => $_getN(2);
Implementation
@$pb.TagNumber(3)
set createTime($0.Timestamp v) {
setField(3, v);
}