public interface ModuleOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
TruncatableString |
getBuildId()
A unique identifier for the module, usually a hash of its
contents.
|
TruncatableStringOrBuilder |
getBuildIdOrBuilder()
A unique identifier for the module, usually a hash of its
contents.
|
TruncatableString |
getModule()
TODO: document the meaning of this field.
|
TruncatableStringOrBuilder |
getModuleOrBuilder()
TODO: document the meaning of this field.
|
boolean |
hasBuildId()
A unique identifier for the module, usually a hash of its
contents.
|
boolean |
hasModule()
TODO: document the meaning of this field.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasModule()
TODO: document the meaning of this field. For example: main binary, kernel modules, and dynamic libraries such as libc.so, sharedlib.so.
.opencensus.proto.trace.v1.TruncatableString module = 1;TruncatableString getModule()
TODO: document the meaning of this field. For example: main binary, kernel modules, and dynamic libraries such as libc.so, sharedlib.so.
.opencensus.proto.trace.v1.TruncatableString module = 1;TruncatableStringOrBuilder getModuleOrBuilder()
TODO: document the meaning of this field. For example: main binary, kernel modules, and dynamic libraries such as libc.so, sharedlib.so.
.opencensus.proto.trace.v1.TruncatableString module = 1;boolean hasBuildId()
A unique identifier for the module, usually a hash of its contents.
.opencensus.proto.trace.v1.TruncatableString build_id = 2;TruncatableString getBuildId()
A unique identifier for the module, usually a hash of its contents.
.opencensus.proto.trace.v1.TruncatableString build_id = 2;TruncatableStringOrBuilder getBuildIdOrBuilder()
A unique identifier for the module, usually a hash of its contents.
.opencensus.proto.trace.v1.TruncatableString build_id = 2;