Interface HealthCheckLogConfigOrBuilder (1.47.0)

public interface HealthCheckLogConfigOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getEnable()

public abstract boolean getEnable()

Indicates whether or not to export logs. This is false by default, which means no health check logging will be done.

optional bool enable = 311764355;

Returns
TypeDescription
boolean

The enable.

hasEnable()

public abstract boolean hasEnable()

Indicates whether or not to export logs. This is false by default, which means no health check logging will be done.

optional bool enable = 311764355;

Returns
TypeDescription
boolean

Whether the enable field is set.