Class: Google::Rpc::ErrorInfo::MetadataEntry
- Inherits:
-
Object
- Object
- Google::Rpc::ErrorInfo::MetadataEntry
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/rpc/error_details.rb
Instance Attribute Summary collapse
Instance Attribute Details
#key ⇒ ::String
79 80 81 82 |
# File 'proto_docs/google/rpc/error_details.rb', line 79 class MetadataEntry include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#value ⇒ ::String
79 80 81 82 |
# File 'proto_docs/google/rpc/error_details.rb', line 79 class MetadataEntry include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |