Class: Google::Cloud::SecurityCenter::V1::LogEntry
- Inherits:
-
Object
- Object
- Google::Cloud::SecurityCenter::V1::LogEntry
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/securitycenter/v1/log_entry.rb
Overview
An individual entry in a log.
Instance Attribute Summary collapse
-
#cloud_logging_entry ⇒ ::Google::Cloud::SecurityCenter::V1::CloudLoggingEntry
An individual entry in a log stored in Cloud Logging.
Instance Attribute Details
#cloud_logging_entry ⇒ ::Google::Cloud::SecurityCenter::V1::CloudLoggingEntry
Returns An individual entry in a log stored in Cloud Logging.
28 29 30 31 |
# File 'proto_docs/google/cloud/securitycenter/v1/log_entry.rb', line 28 class LogEntry include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |