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#L190: func Now() *Timestamp {
timestamp.pb.go#L195: func New(t time.Time) *Timestamp {
timestamp.pb.go#L196: return &Timestamp{Seconds: int64(t.Unix()), Nanos: int32(t.Nanosecond())}
timestamp.pb.go#L200: func (x *Timestamp) AsTime() time.Time {
timestamp.pb.go#L206: func (x *Timestamp) IsValid() bool {
timestamp.pb.go#L214: func (x *Timestamp) CheckValid() error {
timestamp.pb.go#L237: func (x *Timestamp) check() uint {
timestamp.pb.go#L256: func (x *Timestamp) Reset() {
timestamp.pb.go#L257: *x = Timestamp{}
timestamp.pb.go#L263: func (x *Timestamp) String() string {
timestamp.pb.go#L267: func (*Timestamp) ProtoMessage() {}
timestamp.pb.go#L269: func (x *Timestamp) ProtoReflect() protoreflect.Message {
timestamp.pb.go#L282: func (*Timestamp) Descriptor() ([]byte, []int) {
timestamp.pb.go#L286: func (x *Timestamp) GetSeconds() int64 {
timestamp.pb.go#L293: func (x *Timestamp) GetNanos() int32 {
timestamp.pb.go#L324: (*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
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64)