Class: Google::Cloud::SecurityCenter::V1::CloudLoggingEntry

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#insert_id::String

Returns A unique identifier for the log entry.

Returns:

  • (::String)

    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.

Returns:

  • (::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). 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.

Returns:

  • (::String)

    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.

Returns:



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