Class: Google::Cloud::GkeMultiCloud::V1::LoggingConfig
- Inherits:
-
Object
- Object
- Google::Cloud::GkeMultiCloud::V1::LoggingConfig
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/gkemulticloud/v1/common_resources.rb
Overview
Parameters that describe the Logging configuration in a cluster.
Instance Attribute Summary collapse
-
#component_config ⇒ ::Google::Cloud::GkeMultiCloud::V1::LoggingComponentConfig
The configuration of the logging components;.
Instance Attribute Details
#component_config ⇒ ::Google::Cloud::GkeMultiCloud::V1::LoggingComponentConfig
Returns The configuration of the logging components;.
235 236 237 238 |
# File 'proto_docs/google/cloud/gkemulticloud/v1/common_resources.rb', line 235 class LoggingConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |