Uses of Class
com.google.devtools.cloudtrace.v2.Module
-
Packages that use Module Package Description com.google.devtools.cloudtrace.v2 -
-
Uses of Module in com.google.devtools.cloudtrace.v2
Methods in com.google.devtools.cloudtrace.v2 that return Module Modifier and Type Method Description Module
Module.Builder. build()
Module
Module.Builder. buildPartial()
static Module
Module. getDefaultInstance()
Module
Module.Builder. getDefaultInstanceForType()
Module
Module. getDefaultInstanceForType()
Module
StackTrace.StackFrame.Builder. getLoadModule()
The binary module from where the code was loaded.Module
StackTrace.StackFrame. getLoadModule()
The binary module from where the code was loaded.Module
StackTrace.StackFrameOrBuilder. getLoadModule()
The binary module from where the code was loaded.static Module
Module. parseDelimitedFrom(InputStream input)
static Module
Module. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Module
Module. parseFrom(byte[] data)
static Module
Module. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Module
Module. parseFrom(com.google.protobuf.ByteString data)
static Module
Module. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Module
Module. parseFrom(com.google.protobuf.CodedInputStream input)
static Module
Module. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Module
Module. parseFrom(InputStream input)
static Module
Module. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Module
Module. parseFrom(ByteBuffer data)
static Module
Module. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.devtools.cloudtrace.v2 that return types with arguments of type Module Modifier and Type Method Description com.google.protobuf.Parser<Module>
Module. getParserForType()
static com.google.protobuf.Parser<Module>
Module. parser()
Methods in com.google.devtools.cloudtrace.v2 with parameters of type Module Modifier and Type Method Description Module.Builder
Module.Builder. mergeFrom(Module other)
StackTrace.StackFrame.Builder
StackTrace.StackFrame.Builder. mergeLoadModule(Module value)
The binary module from where the code was loaded.static Module.Builder
Module. newBuilder(Module prototype)
StackTrace.StackFrame.Builder
StackTrace.StackFrame.Builder. setLoadModule(Module value)
The binary module from where the code was loaded.
-