google.golang.org/genproto/googleapis/devtools/cloudtrace/v2.TruncatableString.TruncatedByteCount (field)

4 uses

	google.golang.org/genproto/googleapis/devtools/cloudtrace/v2 (current package)
		trace.pb.go#L669: 	TruncatedByteCount int32 `protobuf:"varint,2,opt,name=truncated_byte_count,json=truncatedByteCount,proto3" json:"truncated_byte_count,omitempty"`
		trace.pb.go#L713: 		return x.TruncatedByteCount

	contrib.go.opencensus.io/exporter/stackdriver
		trace_proto.go#L277: 			TruncatedByteCount: clip32(len(s) - len(b)),
		trace_proto.go#L282: 		TruncatedByteCount: 0,