Interface LoggingConfigOrBuilder (2.4.1)

public interface LoggingConfigOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getComponentConfig()

public abstract LoggingComponentConfig getComponentConfig()

Logging components configuration

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

Returns
TypeDescription
LoggingComponentConfig

The componentConfig.

getComponentConfigOrBuilder()

public abstract LoggingComponentConfigOrBuilder getComponentConfigOrBuilder()

Logging components configuration

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

Returns
TypeDescription
LoggingComponentConfigOrBuilder

hasComponentConfig()

public abstract boolean hasComponentConfig()

Logging components configuration

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

Returns
TypeDescription
boolean

Whether the componentConfig field is set.