Class: Google::Cloud::Container::V1::LoggingConfig

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/container/v1/cluster_service.rb

Overview

LoggingConfig is cluster logging configuration.

Instance Attribute Summary collapse

Instance Attribute Details

#component_config::Google::Cloud::Container::V1::LoggingComponentConfig

Returns Logging components configuration.

Returns:



5162
5163
5164
5165
# File 'proto_docs/google/container/v1/cluster_service.rb', line 5162

class LoggingConfig
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end