Class: Google::Cloud::Container::V1beta1::LoggingConfig

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#component_config::Google::Cloud::Container::V1beta1::LoggingComponentConfig

Returns Logging components configuration.

Returns:



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