class Google::Apis::ContainerV1::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::ContainerV1::LoggingComponentConfig]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/container_v1/classes.rb, line 2143 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_v1/classes.rb, line 2148 def update!(**args) @component_config = args[:component_config] if args.key?(:component_config) end