Class: Google::Cloud::Logging::V2::LogEntrySourceLocation
- Inherits:
-
Object
- Object
- Google::Cloud::Logging::V2::LogEntrySourceLocation
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/logging/v2/log_entry.rb
Overview
Additional information about the source code location that produced the log entry.
Instance Attribute Summary collapse
-
#file ⇒ ::String
Optional.
-
#function ⇒ ::String
Optional.
-
#line ⇒ ::Integer
Optional.
Instance Attribute Details
#file ⇒ ::String
252 253 254 255 |
# File 'proto_docs/google/logging/v2/log_entry.rb', line 252 class LogEntrySourceLocation include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#function ⇒ ::String
252 253 254 255 |
# File 'proto_docs/google/logging/v2/log_entry.rb', line 252 class LogEntrySourceLocation include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#line ⇒ ::Integer
252 253 254 255 |
# File 'proto_docs/google/logging/v2/log_entry.rb', line 252 class LogEntrySourceLocation include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |