public interface NodePoolLoggingConfigOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getVariantConfig()
public abstract LoggingVariantConfig getVariantConfig()
Logging variant configuration.
.google.container.v1beta1.LoggingVariantConfig variant_config = 1;
Returns | |
---|---|
Type | Description |
LoggingVariantConfig |
The variantConfig. |
getVariantConfigOrBuilder()
public abstract LoggingVariantConfigOrBuilder getVariantConfigOrBuilder()
Logging variant configuration.
.google.container.v1beta1.LoggingVariantConfig variant_config = 1;
Returns | |
---|---|
Type | Description |
LoggingVariantConfigOrBuilder |
hasVariantConfig()
public abstract boolean hasVariantConfig()
Logging variant configuration.
.google.container.v1beta1.LoggingVariantConfig variant_config = 1;
Returns | |
---|---|
Type | Description |
boolean |
Whether the variantConfig field is set. |