class Google::Apis::ContainerV1beta1::LoggingConfig
LoggingConfig
is cluster logging configuration.
Attributes
component_config[RW]
LoggingComponentConfig
is cluster logging component configuration. Corresponds to the JSON property `componentConfig` @return [Google::Apis::ContainerV1beta1::LoggingComponentConfig]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/container_v1beta1/classes.rb, line 2562 def initialize(**args) update!(**args) end
Public Instance Methods
update!(**args)
click to toggle source
Update properties of this object
# File lib/google/apis/container_v1beta1/classes.rb, line 2567 def update!(**args) @component_config = args[:component_config] if args.key?(:component_config) end