Class: Google::Cloud::Container::V1::LoggingConfig
- Inherits:
-
Object
- Object
- Google::Cloud::Container::V1::LoggingConfig
- 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
-
#component_config ⇒ ::Google::Cloud::Container::V1::LoggingComponentConfig
Logging components configuration.
Instance Attribute Details
#component_config ⇒ ::Google::Cloud::Container::V1::LoggingComponentConfig
Returns Logging components configuration.
4460 4461 4462 4463 |
# File 'proto_docs/google/container/v1/cluster_service.rb', line 4460 class LoggingConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |