| Modifier and Type | Method and Description |
|---|---|
Module |
Module.Builder.build() |
Module |
Module.Builder.buildPartial() |
static Module |
Module.getDefaultInstance() |
Module |
Module.getDefaultInstanceForType() |
Module |
Module.Builder.getDefaultInstanceForType() |
Module |
StackTrace.StackFrameOrBuilder.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.StackFrame.Builder.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(ByteBuffer data) |
static Module |
Module.parseFrom(ByteBuffer 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) |
| Modifier and Type | Method and Description |
|---|---|
com.google.protobuf.Parser<Module> |
Module.getParserForType() |
static com.google.protobuf.Parser<Module> |
Module.parser() |
| Modifier and Type | Method and 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.
|
Copyright © 2024 Google LLC. All rights reserved.