Package com.google.container.v1beta1
Interface LoggingConfigOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
LoggingConfig
,LoggingConfig.Builder
public interface LoggingConfigOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description LoggingComponentConfig
getComponentConfig()
Logging components configurationLoggingComponentConfigOrBuilder
getComponentConfigOrBuilder()
Logging components configurationboolean
hasComponentConfig()
Logging components configuration-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasComponentConfig
boolean hasComponentConfig()
Logging components configuration
.google.container.v1beta1.LoggingComponentConfig component_config = 1;
- Returns:
- Whether the componentConfig field is set.
-
getComponentConfig
LoggingComponentConfig getComponentConfig()
Logging components configuration
.google.container.v1beta1.LoggingComponentConfig component_config = 1;
- Returns:
- The componentConfig.
-
getComponentConfigOrBuilder
LoggingComponentConfigOrBuilder getComponentConfigOrBuilder()
Logging components configuration
.google.container.v1beta1.LoggingComponentConfig component_config = 1;
-
-