Cloud Security Command Center V1 API - Class Google::Cloud::SecurityCenter::V1::CloudLoggingEntry (v0.40.0)

Reference documentation and code samples for the Cloud Security Command Center V1 API class Google::Cloud::SecurityCenter::V1::CloudLoggingEntry.

Metadata taken from a Cloud Logging LogEntry

Inherits

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#insert_id

def insert_id() -> ::String
Returns
  • (::String) — A unique identifier for the log entry.

#insert_id=

def insert_id=(value) -> ::String
Parameter
  • value (::String) — A unique identifier for the log entry.
Returns
  • (::String) — A unique identifier for the log entry.

#log_id

def log_id() -> ::String
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.

#log_id=

def log_id=(value) -> ::String
Parameter
  • value (::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.
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.

#resource_container

def resource_container() -> ::String
Returns
  • (::String) — The organization, folder, or project of the monitored resource that produced this log entry.

#resource_container=

def resource_container=(value) -> ::String
Parameter
  • value (::String) — 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.

#timestamp

def timestamp() -> ::Google::Protobuf::Timestamp
Returns

#timestamp=

def timestamp=(value) -> ::Google::Protobuf::Timestamp
Parameter
Returns