[[["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 ListJobsResponseOrBuilder (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.ListJobsResponseOrBuilder)\n- [0.10.0](/java/docs/reference/google-cloud-storagebatchoperations/0.10.0/com.google.cloud.storagebatchoperations.v1.ListJobsResponseOrBuilder)\n- [0.8.0](/java/docs/reference/google-cloud-storagebatchoperations/0.8.0/com.google.cloud.storagebatchoperations.v1.ListJobsResponseOrBuilder)\n- [0.7.0](/java/docs/reference/google-cloud-storagebatchoperations/0.7.0/com.google.cloud.storagebatchoperations.v1.ListJobsResponseOrBuilder)\n- [0.4.0](/java/docs/reference/google-cloud-storagebatchoperations/0.4.0/com.google.cloud.storagebatchoperations.v1.ListJobsResponseOrBuilder)\n- [0.3.0](/java/docs/reference/google-cloud-storagebatchoperations/0.3.0/com.google.cloud.storagebatchoperations.v1.ListJobsResponseOrBuilder)\n- [0.2.0](/java/docs/reference/google-cloud-storagebatchoperations/0.2.0/com.google.cloud.storagebatchoperations.v1.ListJobsResponseOrBuilder) \n\n public interface ListJobsResponseOrBuilder 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### getJobs(int index)\n\n public abstract Job getJobs(int index)\n\nA list of storage batch jobs.\n\n`repeated .google.cloud.storagebatchoperations.v1.Job jobs = 1;`\n\n### getJobsCount()\n\n public abstract int getJobsCount()\n\nA list of storage batch jobs.\n\n`repeated .google.cloud.storagebatchoperations.v1.Job jobs = 1;`\n\n### getJobsList()\n\n public abstract List\u003cJob\u003e getJobsList()\n\nA list of storage batch jobs.\n\n`repeated .google.cloud.storagebatchoperations.v1.Job jobs = 1;`\n\n### getJobsOrBuilder(int index)\n\n public abstract JobOrBuilder getJobsOrBuilder(int index)\n\nA list of storage batch jobs.\n\n`repeated .google.cloud.storagebatchoperations.v1.Job jobs = 1;`\n\n### getJobsOrBuilderList()\n\n public abstract List\u003c? extends JobOrBuilder\u003e getJobsOrBuilderList()\n\nA list of storage batch jobs.\n\n`repeated .google.cloud.storagebatchoperations.v1.Job jobs = 1;`\n\n### getNextPageToken()\n\n public abstract String getNextPageToken()\n\nA token identifying a page of results.\n\n`string next_page_token = 2;`\n\n### getNextPageTokenBytes()\n\n public abstract ByteString getNextPageTokenBytes()\n\nA token identifying a page of results.\n\n`string next_page_token = 2;`\n\n### getUnreachable(int index)\n\n public abstract String getUnreachable(int index)\n\nLocations that could not be reached.\n\n`repeated string unreachable = 3;`\n\n### getUnreachableBytes(int index)\n\n public abstract ByteString getUnreachableBytes(int index)\n\nLocations that could not be reached.\n\n`repeated string unreachable = 3;`\n\n### getUnreachableCount()\n\n public abstract int getUnreachableCount()\n\nLocations that could not be reached.\n\n`repeated string unreachable = 3;`\n\n### getUnreachableList()\n\n public abstract List\u003cString\u003e getUnreachableList()\n\nLocations that could not be reached.\n\n`repeated string unreachable = 3;`"]]