Class: Google::Cloud::Logging::V2::LocationMetadata
- Inherits:
-
Object
- Object
- Google::Cloud::Logging::V2::LocationMetadata
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/logging/v2/logging_config.rb
Overview
Cloud Logging specific location metadata.
Instance Attribute Summary collapse
-
#log_analytics_enabled ⇒ ::Boolean
Indicates whether or not Log Analytics features are supported in the given location.
Instance Attribute Details
#log_analytics_enabled ⇒ ::Boolean
Returns Indicates whether or not Log Analytics features are supported in the given location.
1453 1454 1455 1456 |
# File 'proto_docs/google/logging/v2/logging_config.rb', line 1453 class LocationMetadata include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |