Uses of Class
com.google.container.v1beta1.LoggingComponentConfig.Component
-
Packages that use LoggingComponentConfig.Component Package Description com.google.container.v1beta1 -
-
Uses of LoggingComponentConfig.Component in com.google.container.v1beta1
Methods in com.google.container.v1beta1 that return LoggingComponentConfig.Component Modifier and Type Method Description static LoggingComponentConfig.Component
LoggingComponentConfig.Component. forNumber(int value)
LoggingComponentConfig.Component
LoggingComponentConfig.Builder. getEnableComponents(int index)
Select components to collect logs.LoggingComponentConfig.Component
LoggingComponentConfig. getEnableComponents(int index)
Select components to collect logs.LoggingComponentConfig.Component
LoggingComponentConfigOrBuilder. getEnableComponents(int index)
Select components to collect logs.static LoggingComponentConfig.Component
LoggingComponentConfig.Component. valueOf(int value)
Deprecated.static LoggingComponentConfig.Component
LoggingComponentConfig.Component. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Returns the enum constant of this type with the specified name.static LoggingComponentConfig.Component
LoggingComponentConfig.Component. valueOf(String name)
Returns the enum constant of this type with the specified name.static LoggingComponentConfig.Component[]
LoggingComponentConfig.Component. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.google.container.v1beta1 that return types with arguments of type LoggingComponentConfig.Component Modifier and Type Method Description List<LoggingComponentConfig.Component>
LoggingComponentConfig.Builder. getEnableComponentsList()
Select components to collect logs.List<LoggingComponentConfig.Component>
LoggingComponentConfig. getEnableComponentsList()
Select components to collect logs.List<LoggingComponentConfig.Component>
LoggingComponentConfigOrBuilder. getEnableComponentsList()
Select components to collect logs.static com.google.protobuf.Internal.EnumLiteMap<LoggingComponentConfig.Component>
LoggingComponentConfig.Component. internalGetValueMap()
Methods in com.google.container.v1beta1 with parameters of type LoggingComponentConfig.Component Modifier and Type Method Description LoggingComponentConfig.Builder
LoggingComponentConfig.Builder. addEnableComponents(LoggingComponentConfig.Component value)
Select components to collect logs.LoggingComponentConfig.Builder
LoggingComponentConfig.Builder. setEnableComponents(int index, LoggingComponentConfig.Component value)
Select components to collect logs.Method parameters in com.google.container.v1beta1 with type arguments of type LoggingComponentConfig.Component Modifier and Type Method Description LoggingComponentConfig.Builder
LoggingComponentConfig.Builder. addAllEnableComponents(Iterable<? extends LoggingComponentConfig.Component> values)
Select components to collect logs.
-