public sealed class Module : IMessage<Module>, IEquatable<Module>, IDeepCloneable<Module>, IBufferMessage, IMessageReference documentation and code samples for the Google Cloud Trace v2 API class Module.
Binary module.
Namespace
Google.Cloud.Trace.V2Assembly
Google.Cloud.Trace.V2.dll
Constructors
Module()
public Module()Module(Module)
public Module(Module other)| Parameter | |
|---|---|
| Name | Description |
other |
Module |
Properties
BuildId
public TruncatableString BuildId { get; set; }A unique identifier for the module, usually a hash of its contents (up to 128 bytes).
| Property Value | |
|---|---|
| Type | Description |
TruncatableString |
|
Module_
public TruncatableString Module_ { get; set; }For example: main binary, kernel modules, and dynamic libraries such as libc.so, sharedlib.so (up to 256 bytes).
| Property Value | |
|---|---|
| Type | Description |
TruncatableString |
|