type google.golang.org/genproto/googleapis/devtools/cloudtrace/v2.TruncatableString
32 uses
google.golang.org/genproto/googleapis/devtools/cloudtrace/v2 (current package)
trace.pb.go#L262: DisplayName *TruncatableString `protobuf:"bytes,4,opt,name=display_name,json=displayName,proto3" json:"display_name,omitempty"`
trace.pb.go#L350: func (x *Span) GetDisplayName() *TruncatableString {
trace.pb.go#L481: func (x *AttributeValue) GetStringValue() *TruncatableString {
trace.pb.go#L508: StringValue *TruncatableString `protobuf:"bytes,1,opt,name=string_value,json=stringValue,proto3,oneof"`
trace.pb.go#L601: Module *TruncatableString `protobuf:"bytes,1,opt,name=module,proto3" json:"module,omitempty"`
trace.pb.go#L604: BuildId *TruncatableString `protobuf:"bytes,2,opt,name=build_id,json=buildId,proto3" json:"build_id,omitempty"`
trace.pb.go#L639: func (x *Module) GetModule() *TruncatableString {
trace.pb.go#L646: func (x *Module) GetBuildId() *TruncatableString {
trace.pb.go#L654: type TruncatableString struct {
trace.pb.go#L672: func (x *TruncatableString) Reset() {
trace.pb.go#L673: *x = TruncatableString{}
trace.pb.go#L681: func (x *TruncatableString) String() string {
trace.pb.go#L685: func (*TruncatableString) ProtoMessage() {}
trace.pb.go#L687: func (x *TruncatableString) ProtoReflect() protoreflect.Message {
trace.pb.go#L700: func (*TruncatableString) Descriptor() ([]byte, []int) {
trace.pb.go#L704: func (x *TruncatableString) GetValue() string {
trace.pb.go#L711: func (x *TruncatableString) GetTruncatedByteCount() int32 {
trace.pb.go#L1098: Description *TruncatableString `protobuf:"bytes,1,opt,name=description,proto3" json:"description,omitempty"`
trace.pb.go#L1136: func (x *Span_TimeEvent_Annotation) GetDescription() *TruncatableString {
trace.pb.go#L1238: FunctionName *TruncatableString `protobuf:"bytes,1,opt,name=function_name,json=functionName,proto3" json:"function_name,omitempty"`
trace.pb.go#L1242: OriginalFunctionName *TruncatableString `protobuf:"bytes,2,opt,name=original_function_name,json=originalFunctionName,proto3" json:"original_function_name,omitempty"`
trace.pb.go#L1245: FileName *TruncatableString `protobuf:"bytes,3,opt,name=file_name,json=fileName,proto3" json:"file_name,omitempty"`
trace.pb.go#L1254: SourceVersion *TruncatableString `protobuf:"bytes,7,opt,name=source_version,json=sourceVersion,proto3" json:"source_version,omitempty"`
trace.pb.go#L1289: func (x *StackTrace_StackFrame) GetFunctionName() *TruncatableString {
trace.pb.go#L1296: func (x *StackTrace_StackFrame) GetOriginalFunctionName() *TruncatableString {
trace.pb.go#L1303: func (x *StackTrace_StackFrame) GetFileName() *TruncatableString {
trace.pb.go#L1331: func (x *StackTrace_StackFrame) GetSourceVersion() *TruncatableString {
trace.pb.go#L1703: (*TruncatableString)(nil), // 7: google.devtools.cloudtrace.v2.TruncatableString
trace.pb.go#L1815: switch v := v.(*TruncatableString); i {
contrib.go.opencensus.io/exporter/stackdriver
trace_proto.go#L264: func trunc(s string, limit int) *tracepb.TruncatableString {
trace_proto.go#L275: return &tracepb.TruncatableString{
trace_proto.go#L280: return &tracepb.TruncatableString{
 |
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. |