type google.golang.org/genproto/googleapis/devtools/cloudtrace/v2.Span_TimeEvent_Annotation
14 uses
google.golang.org/genproto/googleapis/devtools/cloudtrace/v2 (current package)
trace.pb.go#L847: func (x *Span_TimeEvent) GetAnnotation() *Span_TimeEvent_Annotation {
trace.pb.go#L867: Annotation *Span_TimeEvent_Annotation `protobuf:"bytes,2,opt,name=annotation,proto3,oneof"`
trace.pb.go#L1091: type Span_TimeEvent_Annotation struct {
trace.pb.go#L1104: func (x *Span_TimeEvent_Annotation) Reset() {
trace.pb.go#L1105: *x = Span_TimeEvent_Annotation{}
trace.pb.go#L1113: func (x *Span_TimeEvent_Annotation) String() string {
trace.pb.go#L1117: func (*Span_TimeEvent_Annotation) ProtoMessage() {}
trace.pb.go#L1119: func (x *Span_TimeEvent_Annotation) ProtoReflect() protoreflect.Message {
trace.pb.go#L1132: func (*Span_TimeEvent_Annotation) Descriptor() ([]byte, []int) {
trace.pb.go#L1136: func (x *Span_TimeEvent_Annotation) GetDescription() *TruncatableString {
trace.pb.go#L1143: func (x *Span_TimeEvent_Annotation) GetAttributes() *Span_Attributes {
trace.pb.go#L1710: (*Span_TimeEvent_Annotation)(nil), // 14: google.devtools.cloudtrace.v2.Span.TimeEvent.Annotation
trace.pb.go#L1887: switch v := v.(*Span_TimeEvent_Annotation); i {
contrib.go.opencensus.io/exporter/stackdriver
trace_proto.go#L90: annotation := &tracepb.Span_TimeEvent_Annotation{Description: trunc(a.Message, maxAttributeStringValue)}
![]() |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |