public interface ModuleOrBuilder extends MessageOrBuilder
| Modifier and Type | Method and Description | 
|---|---|
| TruncatableString | getBuildId()
 A unique identifier for the module, usually a hash of its
 contents (up to 128 bytes). | 
| TruncatableStringOrBuilder | getBuildIdOrBuilder()
 A unique identifier for the module, usually a hash of its
 contents (up to 128 bytes). | 
| TruncatableString | getModule()
 For example: main binary, kernel modules, and dynamic libraries
 such as libc.so, sharedlib.so (up to 256 bytes). | 
| TruncatableStringOrBuilder | getModuleOrBuilder()
 For example: main binary, kernel modules, and dynamic libraries
 such as libc.so, sharedlib.so (up to 256 bytes). | 
| boolean | hasBuildId()
 A unique identifier for the module, usually a hash of its
 contents (up to 128 bytes). | 
| boolean | hasModule()
 For example: main binary, kernel modules, and dynamic libraries
 such as libc.so, sharedlib.so (up to 256 bytes). | 
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofisInitializedboolean hasModule()
For example: main binary, kernel modules, and dynamic libraries such as libc.so, sharedlib.so (up to 256 bytes).
.google.devtools.cloudtrace.v2.TruncatableString module = 1;TruncatableString getModule()
For example: main binary, kernel modules, and dynamic libraries such as libc.so, sharedlib.so (up to 256 bytes).
.google.devtools.cloudtrace.v2.TruncatableString module = 1;TruncatableStringOrBuilder getModuleOrBuilder()
For example: main binary, kernel modules, and dynamic libraries such as libc.so, sharedlib.so (up to 256 bytes).
.google.devtools.cloudtrace.v2.TruncatableString module = 1;boolean hasBuildId()
A unique identifier for the module, usually a hash of its contents (up to 128 bytes).
.google.devtools.cloudtrace.v2.TruncatableString build_id = 2;TruncatableString getBuildId()
A unique identifier for the module, usually a hash of its contents (up to 128 bytes).
.google.devtools.cloudtrace.v2.TruncatableString build_id = 2;TruncatableStringOrBuilder getBuildIdOrBuilder()
A unique identifier for the module, usually a hash of its contents (up to 128 bytes).
.google.devtools.cloudtrace.v2.TruncatableString build_id = 2;