Class: Google::Cloud::SecurityCenter::V1::CloudLoggingEntry
- Inherits:
-
Object
- Object
- Google::Cloud::SecurityCenter::V1::CloudLoggingEntry
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/securitycenter/v1/log_entry.rb
Overview
Metadata taken from a Cloud Logging LogEntry
Instance Attribute Summary collapse
-
#insert_id ⇒ ::String
A unique identifier for the log entry.
-
#log_id ⇒ ::String
The type of the log (part of
log_name
.log_name
is the resource name of the log to which this log entry belongs). -
#resource_container ⇒ ::String
The organization, folder, or project of the monitored resource that produced this log entry.
-
#timestamp ⇒ ::Google::Protobuf::Timestamp
The time the event described by the log entry occurred.
Instance Attribute Details
#insert_id ⇒ ::String
Returns A unique identifier for the log entry.
51 52 53 54 |
# File 'proto_docs/google/cloud/securitycenter/v1/log_entry.rb', line 51 class CloudLoggingEntry include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#log_id ⇒ ::String
Returns The type of the log (part of log_name
. log_name
is the resource name of
the log to which this log entry belongs). For example:
cloudresourcemanager.googleapis.com/activity
. Note that this field is not
URL-encoded, unlike the LOG_ID
field in LogEntry
.
51 52 53 54 |
# File 'proto_docs/google/cloud/securitycenter/v1/log_entry.rb', line 51 class CloudLoggingEntry include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#resource_container ⇒ ::String
Returns The organization, folder, or project of the monitored resource that produced this log entry.
51 52 53 54 |
# File 'proto_docs/google/cloud/securitycenter/v1/log_entry.rb', line 51 class CloudLoggingEntry include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#timestamp ⇒ ::Google::Protobuf::Timestamp
Returns The time the event described by the log entry occurred.
51 52 53 54 |
# File 'proto_docs/google/cloud/securitycenter/v1/log_entry.rb', line 51 class CloudLoggingEntry include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |