Skip to content

Commit 5a5551c

Browse files
committed
update protos
1 parent 159ced0 commit 5a5551c

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

lib/base/networking/apis/google/protobuf/timestamp.pb.dart

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -91,8 +91,8 @@ export 'package:protobuf/protobuf.dart' show GeneratedMessageGenericExtensions;
9191
/// {hour}, {min}, and {sec} are zero-padded to two digits each. The fractional
9292
/// seconds, which can go up to 9 digits (i.e. up to 1 nanosecond resolution),
9393
/// are optional. The "Z" suffix indicates the timezone ("UTC"); the timezone
94-
/// is required. A proto3 JSON serializer should always use UTC (as indicated by
95-
/// "Z") when printing the Timestamp type and a proto3 JSON parser should be
94+
/// is required. A ProtoJSON serializer should always use UTC (as indicated by
95+
/// "Z") when printing the Timestamp type and a ProtoJSON parser should be
9696
/// able to accept both UTC and other timezones (as indicated by an offset).
9797
///
9898
/// For example, "2017-01-15T01:30:15.01Z" encodes 15.01 seconds past
@@ -157,7 +157,7 @@ class Timestamp extends $pb.GeneratedMessage with $mixin.TimestampMixin {
157157
static Timestamp? _defaultInstance;
158158

159159
/// Represents seconds of UTC time since Unix epoch 1970-01-01T00:00:00Z. Must
160-
/// be between -315576000000 and 315576000000 inclusive (which corresponds to
160+
/// be between -62135596800 and 253402300799 inclusive (which corresponds to
161161
/// 0001-01-01T00:00:00Z to 9999-12-31T23:59:59Z).
162162
@$pb.TagNumber(1)
163163
$fixnum.Int64 get seconds => $_getI64(0);

0 commit comments

Comments
 (0)