Class: Google::Cloud::StorageBatchOperations::V1::ErrorLogEntry
- Inherits:
-
Object
- Object
- Google::Cloud::StorageBatchOperations::V1::ErrorLogEntry
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/storagebatchoperations/v1/storage_batch_operations_types.rb
Overview
An entry describing an error that has occurred.
Instance Attribute Summary collapse
-
#error_details ⇒ ::Array<::String>
readonly
Optional.
-
#object_uri ⇒ ::String
readonly
Required.
Instance Attribute Details
#error_details ⇒ ::Array<::String> (readonly)
502 503 504 505 |
# File 'proto_docs/google/cloud/storagebatchoperations/v1/storage_batch_operations_types.rb', line 502 class ErrorLogEntry include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#object_uri ⇒ ::String (readonly)
502 503 504 505 |
# File 'proto_docs/google/cloud/storagebatchoperations/v1/storage_batch_operations_types.rb', line 502 class ErrorLogEntry include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |