type google.golang.org/protobuf/types/known/timestamppb.Timestamp

20 uses

	google.golang.org/protobuf/types/known/timestamppb (current package)
		timestamp.pb.go#L173: type Timestamp struct {
		timestamp.pb.go#L189: func Now() *Timestamp {
		timestamp.pb.go#L194: func New(t time.Time) *Timestamp {
		timestamp.pb.go#L195: 	return &Timestamp{Seconds: int64(t.Unix()), Nanos: int32(t.Nanosecond())}
		timestamp.pb.go#L199: func (x *Timestamp) AsTime() time.Time {
		timestamp.pb.go#L205: func (x *Timestamp) IsValid() bool {
		timestamp.pb.go#L213: func (x *Timestamp) CheckValid() error {
		timestamp.pb.go#L236: func (x *Timestamp) check() uint {
		timestamp.pb.go#L255: func (x *Timestamp) Reset() {
		timestamp.pb.go#L256: 	*x = Timestamp{}
		timestamp.pb.go#L262: func (x *Timestamp) String() string {
		timestamp.pb.go#L266: func (*Timestamp) ProtoMessage() {}
		timestamp.pb.go#L268: func (x *Timestamp) ProtoReflect() protoreflect.Message {
		timestamp.pb.go#L281: func (*Timestamp) Descriptor() ([]byte, []int) {
		timestamp.pb.go#L285: func (x *Timestamp) GetSeconds() int64 {
		timestamp.pb.go#L292: func (x *Timestamp) GetNanos() int32 {
		timestamp.pb.go#L323: 	(*Timestamp)(nil), // 0: google.protobuf.Timestamp

	google.golang.org/grpc/binarylog/grpc_binarylog_v1
		binarylog.pb.go#L239: 	Timestamp *timestamppb.Timestamp `protobuf:"bytes,1,opt,name=timestamp,proto3" json:"timestamp,omitempty"`
		binarylog.pb.go#L305: func (x *GrpcLogEntry) GetTimestamp() *timestamppb.Timestamp {
		binarylog.pb.go#L950: 	(*timestamppb.Timestamp)(nil), // 11: google.protobuf.Timestamp