[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-28 UTC."],[],[],null,["# Interface ErrorLogEntryOrBuilder (0.12.0)\n\nVersion latestkeyboard_arrow_down\n\n- [0.12.0 (latest)](/java/docs/reference/google-cloud-storagebatchoperations/latest/com.google.cloud.storagebatchoperations.v1.ErrorLogEntryOrBuilder)\n- [0.10.0](/java/docs/reference/google-cloud-storagebatchoperations/0.10.0/com.google.cloud.storagebatchoperations.v1.ErrorLogEntryOrBuilder)\n- [0.8.0](/java/docs/reference/google-cloud-storagebatchoperations/0.8.0/com.google.cloud.storagebatchoperations.v1.ErrorLogEntryOrBuilder)\n- [0.7.0](/java/docs/reference/google-cloud-storagebatchoperations/0.7.0/com.google.cloud.storagebatchoperations.v1.ErrorLogEntryOrBuilder)\n- [0.4.0](/java/docs/reference/google-cloud-storagebatchoperations/0.4.0/com.google.cloud.storagebatchoperations.v1.ErrorLogEntryOrBuilder)\n- [0.3.0](/java/docs/reference/google-cloud-storagebatchoperations/0.3.0/com.google.cloud.storagebatchoperations.v1.ErrorLogEntryOrBuilder)\n- [0.2.0](/java/docs/reference/google-cloud-storagebatchoperations/0.2.0/com.google.cloud.storagebatchoperations.v1.ErrorLogEntryOrBuilder) \n\n public interface ErrorLogEntryOrBuilder extends MessageOrBuilder\n\nImplements\n----------\n\n[MessageOrBuilder](https://cloud.google.com/java/docs/reference/protobuf/latest/com.google.protobuf.MessageOrBuilder.html)\n\nMethods\n-------\n\n### getErrorDetails(int index)\n\n public abstract String getErrorDetails(int index)\n\nOptional. Output only. At most 5 error log entries are recorded for a given\nerror code for a job.\n\n`\nrepeated string error_details = 3 [(.google.api.field_behavior) = OPTIONAL, (.google.api.field_behavior) = OUTPUT_ONLY];\n`\n\n### getErrorDetailsBytes(int index)\n\n public abstract ByteString getErrorDetailsBytes(int index)\n\nOptional. Output only. At most 5 error log entries are recorded for a given\nerror code for a job.\n\n`\nrepeated string error_details = 3 [(.google.api.field_behavior) = OPTIONAL, (.google.api.field_behavior) = OUTPUT_ONLY];\n`\n\n### getErrorDetailsCount()\n\n public abstract int getErrorDetailsCount()\n\nOptional. Output only. At most 5 error log entries are recorded for a given\nerror code for a job.\n\n`\nrepeated string error_details = 3 [(.google.api.field_behavior) = OPTIONAL, (.google.api.field_behavior) = OUTPUT_ONLY];\n`\n\n### getErrorDetailsList()\n\n public abstract List\u003cString\u003e getErrorDetailsList()\n\nOptional. Output only. At most 5 error log entries are recorded for a given\nerror code for a job.\n\n`\nrepeated string error_details = 3 [(.google.api.field_behavior) = OPTIONAL, (.google.api.field_behavior) = OUTPUT_ONLY];\n`\n\n### getObjectUri()\n\n public abstract String getObjectUri()\n\nRequired. Output only. Object URL. e.g. gs://my_bucket/object.txt\n\n`\nstring object_uri = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.field_behavior) = OUTPUT_ONLY];\n`\n\n### getObjectUriBytes()\n\n public abstract ByteString getObjectUriBytes()\n\nRequired. Output only. Object URL. e.g. gs://my_bucket/object.txt\n\n`\nstring object_uri = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.field_behavior) = OUTPUT_ONLY];\n`"]]