Uses of Class
com.google.devtools.cloudtrace.v2.StackTrace
-
Packages that use StackTrace Package Description com.google.devtools.cloudtrace.v2 -
-
Uses of StackTrace in com.google.devtools.cloudtrace.v2
Methods in com.google.devtools.cloudtrace.v2 that return StackTrace Modifier and Type Method Description StackTrace
StackTrace.Builder. build()
StackTrace
StackTrace.Builder. buildPartial()
static StackTrace
StackTrace. getDefaultInstance()
StackTrace
StackTrace.Builder. getDefaultInstanceForType()
StackTrace
StackTrace. getDefaultInstanceForType()
StackTrace
Span.Builder. getStackTrace()
Stack trace captured at the start of the span.StackTrace
Span. getStackTrace()
Stack trace captured at the start of the span.StackTrace
SpanOrBuilder. getStackTrace()
Stack trace captured at the start of the span.static StackTrace
StackTrace. parseDelimitedFrom(InputStream input)
static StackTrace
StackTrace. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static StackTrace
StackTrace. parseFrom(byte[] data)
static StackTrace
StackTrace. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static StackTrace
StackTrace. parseFrom(com.google.protobuf.ByteString data)
static StackTrace
StackTrace. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static StackTrace
StackTrace. parseFrom(com.google.protobuf.CodedInputStream input)
static StackTrace
StackTrace. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static StackTrace
StackTrace. parseFrom(InputStream input)
static StackTrace
StackTrace. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static StackTrace
StackTrace. parseFrom(ByteBuffer data)
static StackTrace
StackTrace. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.devtools.cloudtrace.v2 that return types with arguments of type StackTrace Modifier and Type Method Description com.google.protobuf.Parser<StackTrace>
StackTrace. getParserForType()
static com.google.protobuf.Parser<StackTrace>
StackTrace. parser()
Methods in com.google.devtools.cloudtrace.v2 with parameters of type StackTrace Modifier and Type Method Description StackTrace.Builder
StackTrace.Builder. mergeFrom(StackTrace other)
Span.Builder
Span.Builder. mergeStackTrace(StackTrace value)
Stack trace captured at the start of the span.static StackTrace.Builder
StackTrace. newBuilder(StackTrace prototype)
Span.Builder
Span.Builder. setStackTrace(StackTrace value)
Stack trace captured at the start of the span.
-