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)
Returns Optional. Output only. At most 5 error log entries are recorded for a given error code for a job.
347 348 349 350 |
# File 'proto_docs/google/cloud/storagebatchoperations/v1/storage_batch_operations_types.rb', line 347 class ErrorLogEntry include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#object_uri ⇒ ::String (readonly)
Returns Required. Output only. Object URL. e.g. gs://my_bucket/object.txt.
347 348 349 350 |
# File 'proto_docs/google/cloud/storagebatchoperations/v1/storage_batch_operations_types.rb', line 347 class ErrorLogEntry include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |