Class: Google::Api::Logging::LoggingDestination
- Inherits:
-
Object
- Object
- Google::Api::Logging::LoggingDestination
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/api/logging.rb
Overview
Configuration of a specific logging destination (the producer project or the consumer project).
Instance Attribute Summary collapse
-
#logs ⇒ ::Array<::String>
Names of the logs to be sent to this destination.
-
#monitored_resource ⇒ ::String
The monitored resource type.
Instance Attribute Details
#logs ⇒ ::Array<::String>
Returns Names of the logs to be sent to this destination. Each name must be defined in the Service.logs section. If the log name is not a domain scoped name, it will be automatically prefixed with the service name followed by "/".
80 81 82 83 |
# File 'proto_docs/google/api/logging.rb', line 80 class LoggingDestination include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#monitored_resource ⇒ ::String
Returns The monitored resource type. The type must be defined in the Service.monitored_resources section.
80 81 82 83 |
# File 'proto_docs/google/api/logging.rb', line 80 class LoggingDestination include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |