type github.com/golang/protobuf/ptypes/timestamp.Timestamp

30 uses

	github.com/golang/protobuf/ptypes/timestamp (current package)
		timestamp.pb.go#L15: type Timestamp = timestamppb.Timestamp

	github.com/golang/protobuf/ptypes
		timestamp.go#L36: func Timestamp(ts *timestamppb.Timestamp) (time.Time, error) {
		timestamp.go#L49: func TimestampNow() *timestamppb.Timestamp {
		timestamp.go#L59: func TimestampProto(t time.Time) (*timestamppb.Timestamp, error) {
		timestamp.go#L60: 	ts := &timestamppb.Timestamp{
		timestamp.go#L72: func TimestampString(ts *timestamppb.Timestamp) string {
		timestamp.go#L89: func validateTimestamp(ts *timestamppb.Timestamp) error {

	github.com/census-instrumentation/opencensus-proto/gen-go/agent/common/v1
		common.pb.go#L210: 	StartTimestamp *timestamp.Timestamp `protobuf:"bytes,3,opt,name=start_timestamp,json=startTimestamp,proto3" json:"start_timestamp,omitempty"`
		common.pb.go#L259: func (x *ProcessIdentifier) GetStartTimestamp() *timestamp.Timestamp {
		common.pb.go#L484: 	(*timestamp.Timestamp)(nil), // 6: google.protobuf.Timestamp

	github.com/census-instrumentation/opencensus-proto/gen-go/metrics/v1
		metrics.pb.go#L367: 	StartTimestamp *timestamp.Timestamp `protobuf:"bytes,1,opt,name=start_timestamp,json=startTimestamp,proto3" json:"start_timestamp,omitempty"`
		metrics.pb.go#L409: func (x *TimeSeries) GetStartTimestamp() *timestamp.Timestamp {
		metrics.pb.go#L496: 	Timestamp *timestamp.Timestamp `protobuf:"bytes,1,opt,name=timestamp,proto3" json:"timestamp,omitempty"`
		metrics.pb.go#L539: func (x *Point) GetTimestamp() *timestamp.Timestamp {
		metrics.pb.go#L929: 	Timestamp *timestamp.Timestamp `protobuf:"bytes,2,opt,name=timestamp,proto3" json:"timestamp,omitempty"`
		metrics.pb.go#L973: func (x *DistributionValue_Exemplar) GetTimestamp() *timestamp.Timestamp {
		metrics.pb.go#L1399: 	(*timestamp.Timestamp)(nil),                     // 17: google.protobuf.Timestamp

	cloud.google.com/go/logging
		logging.go#L176: var unixZeroTimestamp *tspb.Timestamp

	contrib.go.opencensus.io/exporter/stackdriver
		metrics.go#L386: func metricPointToMpbPoint(startTime *timestamp.Timestamp, pt *metricdata.Point, projectID string) (*monitoringpb.Point, error) {
		metrics_proto.go#L436: func fromProtoPoint(startTime *timestamppb.Timestamp, pt *metricspb.Point) (*monitoringpb.Point, error) {
		stats.go#L459: 			StartTime: &timestamp.Timestamp{
		stats.go#L463: 			EndTime: &timestamp.Timestamp{
		stats.go#L473: 	gaugeTime := &timestamp.Timestamp{
		trace_proto.go#L172: func timestampProto(t time.Time) *timestamppb.Timestamp {
		trace_proto.go#L173: 	return &timestamppb.Timestamp{

	google.golang.org/grpc/balancer/grpclb
		grpclb_remote_balancer.go#L307: 		stats.Timestamp = &timestamppb.Timestamp{

	google.golang.org/grpc/balancer/grpclb/grpc_lb_v1
		load_balancer.pb.go#L206: 	Timestamp *timestamp.Timestamp `protobuf:"bytes,1,opt,name=timestamp,proto3" json:"timestamp,omitempty"`
		load_balancer.pb.go#L248: func (m *ClientStats) GetTimestamp() *timestamp.Timestamp {

	google.golang.org/grpc/binarylog/grpc_binarylog_v1
		binarylog.pb.go#L156: 	Timestamp *timestamp.Timestamp `protobuf:"bytes,1,opt,name=timestamp,proto3" json:"timestamp,omitempty"`
		binarylog.pb.go#L217: func (m *GrpcLogEntry) GetTimestamp() *timestamp.Timestamp {