Interface LoggingConfigOrBuilder (0.40.0)

public interface LoggingConfigOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getComponentConfig()

public abstract LoggingComponentConfig getComponentConfig()

The configuration of the logging components;

.google.cloud.gkemulticloud.v1.LoggingComponentConfig component_config = 1;

Returns
TypeDescription
LoggingComponentConfig

The componentConfig.

getComponentConfigOrBuilder()

public abstract LoggingComponentConfigOrBuilder getComponentConfigOrBuilder()

The configuration of the logging components;

.google.cloud.gkemulticloud.v1.LoggingComponentConfig component_config = 1;

Returns
TypeDescription
LoggingComponentConfigOrBuilder

hasComponentConfig()

public abstract boolean hasComponentConfig()

The configuration of the logging components;

.google.cloud.gkemulticloud.v1.LoggingComponentConfig component_config = 1;

Returns
TypeDescription
boolean

Whether the componentConfig field is set.