Class: Google::Cloud::Parallelstore::V1beta::TransferErrorLogEntry
- Inherits:
-
Object
- Object
- Google::Cloud::Parallelstore::V1beta::TransferErrorLogEntry
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/parallelstore/v1beta/parallelstore.rb
Overview
An entry describing an error that has occurred.
Instance Attribute Summary collapse
-
#error_details ⇒ ::Array<::String>
A list of messages that carry the error details.
-
#uri ⇒ ::String
A URL that refers to the target (a data source, a data sink, or an object) with which the error is associated.
Instance Attribute Details
#error_details ⇒ ::Array<::String>
Returns A list of messages that carry the error details.
514 515 516 517 |
# File 'proto_docs/google/cloud/parallelstore/v1beta/parallelstore.rb', line 514 class TransferErrorLogEntry include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#uri ⇒ ::String
Returns A URL that refers to the target (a data source, a data sink, or an object) with which the error is associated.
514 515 516 517 |
# File 'proto_docs/google/cloud/parallelstore/v1beta/parallelstore.rb', line 514 class TransferErrorLogEntry include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |