public interface LoggingConfigOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getLogSeverity()
public abstract LoggingConfig.LogSeverity getLogSeverity()
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.
.google.cloud.eventarc.v1.LoggingConfig.LogSeverity log_severity = 1 [(.google.api.field_behavior) = OPTIONAL];
Returns | |
---|---|
Type | Description |
LoggingConfig.LogSeverity |
The logSeverity. |
getLogSeverityValue()
public abstract int getLogSeverityValue()
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.
.google.cloud.eventarc.v1.LoggingConfig.LogSeverity log_severity = 1 [(.google.api.field_behavior) = OPTIONAL];
Returns | |
---|---|
Type | Description |
int |
The enum numeric value on the wire for logSeverity. |