Class: Google::Cloud::Chronicle::V1::QueryRuntimeError::QueryRuntimeErrorMetadata
- Inherits:
-
Object
- Object
- Google::Cloud::Chronicle::V1::QueryRuntimeError::QueryRuntimeErrorMetadata
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/chronicle/v1/dashboard_query.rb
Overview
Metadata for the error.
Instance Attribute Summary collapse
-
#key ⇒ ::Google::Cloud::Chronicle::V1::QueryRuntimeError::MetadataKey
Metadata key.
-
#value ⇒ ::String
Metadata value.
Instance Attribute Details
#key ⇒ ::Google::Cloud::Chronicle::V1::QueryRuntimeError::MetadataKey
Returns Metadata key.
138 139 140 141 |
# File 'proto_docs/google/cloud/chronicle/v1/dashboard_query.rb', line 138 class QueryRuntimeErrorMetadata include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#value ⇒ ::String
Returns Metadata value.
138 139 140 141 |
# File 'proto_docs/google/cloud/chronicle/v1/dashboard_query.rb', line 138 class QueryRuntimeErrorMetadata include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |