Searched defs:Span_TimeEvent_Annotation (Results 1 – 1 of 1) sorted by relevance
/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/opencensus-proto/gen-go/trace/v1/ |
D | trace.pb.go | 1325 type Span_TimeEvent_Annotation struct { struct 1326 state protoimpl.MessageState 1327 sizeCache protoimpl.SizeCache 1328 unknownFields protoimpl.UnknownFields 1331 …on *TruncatableString `protobuf:"bytes,1,opt,name=description,proto3" json:"description,omitempty"` 1333 …ibutes *Span_Attributes `protobuf:"bytes,2,opt,name=attributes,proto3" json:"attributes,omitempty"` 1336 func (x *Span_TimeEvent_Annotation) Reset() { 1345 func (x *Span_TimeEvent_Annotation) String() string { 1349 func (*Span_TimeEvent_Annotation) ProtoMessage() {} 1351 func (x *Span_TimeEvent_Annotation) ProtoReflect() protoreflect.Message { [all …]
|