Class: Google::Cloud::Trace::V2::Module
- Inherits:
-
Object
- Object
- Google::Cloud::Trace::V2::Module
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/devtools/cloudtrace/v2/trace.rb
Overview
Binary module.
Instance Attribute Summary collapse
-
#build_id ⇒ ::Google::Cloud::Trace::V2::TruncatableString
A unique identifier for the module, usually a hash of its contents (up to 128 bytes).
-
#module ⇒ ::Google::Cloud::Trace::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::Cloud::Trace::V2::TruncatableString
Returns A unique identifier for the module, usually a hash of its contents (up to 128 bytes).
391 392 393 394 |
# File 'proto_docs/google/devtools/cloudtrace/v2/trace.rb', line 391 class Module include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#module ⇒ ::Google::Cloud::Trace::V2::TruncatableString
Returns For example: main binary, kernel modules, and dynamic libraries such as libc.so, sharedlib.so (up to 256 bytes).
391 392 393 394 |
# File 'proto_docs/google/devtools/cloudtrace/v2/trace.rb', line 391 class Module include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |