[[["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-09-04 UTC."],[],[],null,["# Interface SummarizeMaintenancesResponseOrBuilder (0.6.0)\n\nVersion latestkeyboard_arrow_down\n\n- [0.6.0 (latest)](/java/docs/reference/google-cloud-maintenance/latest/com.google.cloud.maintenance.api.v1beta.SummarizeMaintenancesResponseOrBuilder)\n- [0.4.0](/java/docs/reference/google-cloud-maintenance/0.4.0/com.google.cloud.maintenance.api.v1beta.SummarizeMaintenancesResponseOrBuilder)\n- [0.2.0](/java/docs/reference/google-cloud-maintenance/0.2.0/com.google.cloud.maintenance.api.v1beta.SummarizeMaintenancesResponseOrBuilder)\n- [0.1.0](/java/docs/reference/google-cloud-maintenance/0.1.0/com.google.cloud.maintenance.api.v1beta.SummarizeMaintenancesResponseOrBuilder) \n\n public interface SummarizeMaintenancesResponseOrBuilder 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### getMaintenances(int index)\n\n public abstract MaintenanceSummary getMaintenances(int index)\n\nThe resulting summaries.\n\n`repeated .google.cloud.maintenance.api.v1beta.MaintenanceSummary maintenances = 10509;\n`\n\n### getMaintenancesCount()\n\n public abstract int getMaintenancesCount()\n\nThe resulting summaries.\n\n`repeated .google.cloud.maintenance.api.v1beta.MaintenanceSummary maintenances = 10509;\n`\n\n### getMaintenancesList()\n\n public abstract List\u003cMaintenanceSummary\u003e getMaintenancesList()\n\nThe resulting summaries.\n\n`repeated .google.cloud.maintenance.api.v1beta.MaintenanceSummary maintenances = 10509;\n`\n\n### getMaintenancesOrBuilder(int index)\n\n public abstract MaintenanceSummaryOrBuilder getMaintenancesOrBuilder(int index)\n\nThe resulting summaries.\n\n`repeated .google.cloud.maintenance.api.v1beta.MaintenanceSummary maintenances = 10509;\n`\n\n### getMaintenancesOrBuilderList()\n\n public abstract List\u003c? extends MaintenanceSummaryOrBuilder\u003e getMaintenancesOrBuilderList()\n\nThe resulting summaries.\n\n`repeated .google.cloud.maintenance.api.v1beta.MaintenanceSummary maintenances = 10509;\n`\n\n### getNextPageToken()\n\n public abstract String getNextPageToken()\n\nIf present, the next page token can be provided to a subsequent\nSummarizeMaintenances call to list the next page.\nIf empty, there are no more pages.\n\n`string next_page_token = 10510;`\n\n### getNextPageTokenBytes()\n\n public abstract ByteString getNextPageTokenBytes()\n\nIf present, the next page token can be provided to a subsequent\nSummarizeMaintenances call to list the next page.\nIf empty, there are no more pages.\n\n`string next_page_token = 10510;`\n\n### getUnreachable(int index)\n\n public abstract String getUnreachable(int index)\n\nUnordered list. Locations that could not be reached.\n\n`repeated string unreachable = 10511 [(.google.api.field_behavior) = UNORDERED_LIST];\n`\n\n### getUnreachableBytes(int index)\n\n public abstract ByteString getUnreachableBytes(int index)\n\nUnordered list. Locations that could not be reached.\n\n`repeated string unreachable = 10511 [(.google.api.field_behavior) = UNORDERED_LIST];\n`\n\n### getUnreachableCount()\n\n public abstract int getUnreachableCount()\n\nUnordered list. Locations that could not be reached.\n\n`repeated string unreachable = 10511 [(.google.api.field_behavior) = UNORDERED_LIST];\n`\n\n### getUnreachableList()\n\n public abstract List\u003cString\u003e getUnreachableList()\n\nUnordered list. Locations that could not be reached.\n\n`repeated string unreachable = 10511 [(.google.api.field_behavior) = UNORDERED_LIST];\n`"]]