Reference documentation and code samples for the Eventarc V1 API class Google::Cloud::Eventarc::V1::LoggingConfig.
The configuration for Platform Telemetry logging for Eventarc Advanced resources.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#log_severity
def log_severity() -> ::Google::Cloud::Eventarc::V1::LoggingConfig::LogSeverity
Returns
- (::Google::Cloud::Eventarc::V1::LoggingConfig::LogSeverity) — Optional. The minimum severity of logs that will be sent to Stackdriver/Platform Telemetry. Logs at severitiy ≥ this value will be sent, unless it is NONE.
#log_severity=
def log_severity=(value) -> ::Google::Cloud::Eventarc::V1::LoggingConfig::LogSeverity
Parameter
- value (::Google::Cloud::Eventarc::V1::LoggingConfig::LogSeverity) — Optional. The minimum severity of logs that will be sent to Stackdriver/Platform Telemetry. Logs at severitiy ≥ this value will be sent, unless it is NONE.
Returns
- (::Google::Cloud::Eventarc::V1::LoggingConfig::LogSeverity) — Optional. The minimum severity of logs that will be sent to Stackdriver/Platform Telemetry. Logs at severitiy ≥ this value will be sent, unless it is NONE.