Class: Google::Cloud::Logging::V2::LocationMetadata

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

Instance Attribute Details

#log_analytics_enabled::Boolean

Returns Indicates whether or not Log Analytics features are supported in the given location.

Returns:

  • (::Boolean)

    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