Class: Google::Cloud::Container::V1beta1::LoggingConfig
- Inherits:
-
Object
- Object
- Google::Cloud::Container::V1beta1::LoggingConfig
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/container/v1beta1/cluster_service.rb
Overview
LoggingConfig is cluster logging configuration.
Instance Attribute Summary collapse
-
#component_config ⇒ ::Google::Cloud::Container::V1beta1::LoggingComponentConfig
Logging components configuration.
Instance Attribute Details
#component_config ⇒ ::Google::Cloud::Container::V1beta1::LoggingComponentConfig
Returns Logging components configuration.
5050 5051 5052 5053 |
# File 'proto_docs/google/container/v1beta1/cluster_service.rb', line 5050 class LoggingConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |