type Timestamp …
func Now() *Timestamp { … }
func New(t time.Time) *Timestamp { … }
func (x *Timestamp) AsTime() time.Time { … }
func (x *Timestamp) IsValid() bool { … }
func (x *Timestamp) CheckValid() error { … }
const _ …
const invalidNil …
const invalidUnderflow …
const invalidOverflow …
const invalidNanos …
func (x *Timestamp) check() uint { … }
func (x *Timestamp) Reset() { … }
func (x *Timestamp) String() string { … }
func (*Timestamp) ProtoMessage() { … }
func (x *Timestamp) ProtoReflect() protoreflect.Message { … }
func (*Timestamp) Descriptor() ([]byte, []int) { … }
func (x *Timestamp) GetSeconds() int64 { … }
func (x *Timestamp) GetNanos() int32 { … }
var File_google_protobuf_timestamp_proto …
var file_google_protobuf_timestamp_proto_rawDesc …
var file_google_protobuf_timestamp_proto_rawDescOnce …
var file_google_protobuf_timestamp_proto_rawDescData …
func file_google_protobuf_timestamp_proto_rawDescGZIP() []byte { … }
var file_google_protobuf_timestamp_proto_msgTypes …
var file_google_protobuf_timestamp_proto_goTypes …
var file_google_protobuf_timestamp_proto_depIdxs …
func init() { … }
func file_google_protobuf_timestamp_proto_init() { … }