Interface LoggingConfigOrBuilder (2.46.0)

public interface LoggingConfigOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getComponentConfig()

public abstract LoggingComponentConfig getComponentConfig()

Logging components configuration

.google.container.v1beta1.LoggingComponentConfig component_config = 1;

Returns
Type Description
LoggingComponentConfig

The componentConfig.

getComponentConfigOrBuilder()

public abstract LoggingComponentConfigOrBuilder getComponentConfigOrBuilder()

Logging components configuration

.google.container.v1beta1.LoggingComponentConfig component_config = 1;

Returns
Type Description
LoggingComponentConfigOrBuilder

hasComponentConfig()

public abstract boolean hasComponentConfig()

Logging components configuration

.google.container.v1beta1.LoggingComponentConfig component_config = 1;

Returns
Type Description
boolean

Whether the componentConfig field is set.