type google.golang.org/protobuf/types/known/timestamppb.Timestamp
22 uses
google.golang.org/protobuf/types/known/timestamppb (current package)
timestamp.pb.go#L179: type Timestamp struct {
timestamp.pb.go#L196: func Now() *Timestamp {
timestamp.pb.go#L201: func New(t time.Time) *Timestamp {
timestamp.pb.go#L202: return &Timestamp{Seconds: int64(t.Unix()), Nanos: int32(t.Nanosecond())}
timestamp.pb.go#L206: func (x *Timestamp) AsTime() time.Time {
timestamp.pb.go#L212: func (x *Timestamp) IsValid() bool {
timestamp.pb.go#L220: func (x *Timestamp) CheckValid() error {
timestamp.pb.go#L243: func (x *Timestamp) check() uint {
timestamp.pb.go#L262: func (x *Timestamp) Reset() {
timestamp.pb.go#L263: *x = Timestamp{}
timestamp.pb.go#L271: func (x *Timestamp) String() string {
timestamp.pb.go#L275: func (*Timestamp) ProtoMessage() {}
timestamp.pb.go#L277: func (x *Timestamp) ProtoReflect() protoreflect.Message {
timestamp.pb.go#L290: func (*Timestamp) Descriptor() ([]byte, []int) {
timestamp.pb.go#L294: func (x *Timestamp) GetSeconds() int64 {
timestamp.pb.go#L301: func (x *Timestamp) GetNanos() int32 {
timestamp.pb.go#L343: (*Timestamp)(nil), // 0: google.protobuf.Timestamp
timestamp.pb.go#L360: switch v := v.(*Timestamp); i {
google.golang.org/grpc/binarylog/grpc_binarylog_v1
binarylog.pb.go#L241: Timestamp *timestamppb.Timestamp `protobuf:"bytes,1,opt,name=timestamp,proto3" json:"timestamp,omitempty"`
binarylog.pb.go#L307: func (x *GrpcLogEntry) GetTimestamp() *timestamppb.Timestamp {
binarylog.pb.go#L1030: (*timestamppb.Timestamp)(nil), // 11: google.protobuf.Timestamp
github.com/golang/protobuf/ptypes/timestamp
timestamp.pb.go#L15: type Timestamp = timestamppb.Timestamp
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)