Class: Google::Devtools::Cloudtrace::V2::Module
- Inherits:
-
Object
- Object
- Google::Devtools::Cloudtrace::V2::Module
- Defined in:
- lib/google/cloud/trace/v2/doc/google/devtools/cloudtrace/v2/trace.rb
Overview
Binary module.
Instance Attribute Summary collapse
-
#build_id ⇒ Google::Devtools::Cloudtrace::V2::TruncatableString
A unique identifier for the module, usually a hash of its contents (up to 128 bytes).
-
#module ⇒ Google::Devtools::Cloudtrace::V2::TruncatableString
For example: main binary, kernel modules, and dynamic libraries such as libc.so, sharedlib.so (up to 256 bytes).
Instance Attribute Details
#build_id ⇒ Google::Devtools::Cloudtrace::V2::TruncatableString
Returns A unique identifier for the module, usually a hash of its contents (up to 128 bytes).
300 |
# File 'lib/google/cloud/trace/v2/doc/google/devtools/cloudtrace/v2/trace.rb', line 300 class Module; end |
#module ⇒ Google::Devtools::Cloudtrace::V2::TruncatableString
Returns For example: main binary, kernel modules, and dynamic libraries such as libc.so, sharedlib.so (up to 256 bytes).
300 |
# File 'lib/google/cloud/trace/v2/doc/google/devtools/cloudtrace/v2/trace.rb', line 300 class Module; end |