timestampValue property
protobuf.Timestamp value.
Deprecated: timestamp is no longer considered a builtin cel type.
Implementation
@$core.Deprecated('This field is deprecated.')
@$pb.TagNumber(9)
$1.Timestamp get timestampValue => $_getN(8);
Implementation
@$core.Deprecated('This field is deprecated.')
@$pb.TagNumber(9)
set timestampValue($1.Timestamp value) => $_setField(9, value);