If present, the next page token can be provided to a subsequent
ListResourceMaintenances call to list the next page.
If empty, there are no more pages.
If present, the next page token can be provided to a subsequent
ListResourceMaintenances call to list the next page.
If empty, there are no more pages.
[[["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 ListResourceMaintenancesResponseOrBuilder (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.ListResourceMaintenancesResponseOrBuilder)\n- [0.4.0](/java/docs/reference/google-cloud-maintenance/0.4.0/com.google.cloud.maintenance.api.v1beta.ListResourceMaintenancesResponseOrBuilder)\n- [0.2.0](/java/docs/reference/google-cloud-maintenance/0.2.0/com.google.cloud.maintenance.api.v1beta.ListResourceMaintenancesResponseOrBuilder)\n- [0.1.0](/java/docs/reference/google-cloud-maintenance/0.1.0/com.google.cloud.maintenance.api.v1beta.ListResourceMaintenancesResponseOrBuilder) \n\n public interface ListResourceMaintenancesResponseOrBuilder 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### getNextPageToken()\n\n public abstract String getNextPageToken()\n\nIf present, the next page token can be provided to a subsequent\nListResourceMaintenances 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\nListResourceMaintenances call to list the next page.\nIf empty, there are no more pages.\n\n`string next_page_token = 10510;`\n\n### getResourceMaintenances(int index)\n\n public abstract ResourceMaintenance getResourceMaintenances(int index)\n\nThe resulting resource maintenances.\n\n`\nrepeated .google.cloud.maintenance.api.v1beta.ResourceMaintenance resource_maintenances = 10509;\n`\n\n### getResourceMaintenancesCount()\n\n public abstract int getResourceMaintenancesCount()\n\nThe resulting resource maintenances.\n\n`\nrepeated .google.cloud.maintenance.api.v1beta.ResourceMaintenance resource_maintenances = 10509;\n`\n\n### getResourceMaintenancesList()\n\n public abstract List\u003cResourceMaintenance\u003e getResourceMaintenancesList()\n\nThe resulting resource maintenances.\n\n`\nrepeated .google.cloud.maintenance.api.v1beta.ResourceMaintenance resource_maintenances = 10509;\n`\n\n### getResourceMaintenancesOrBuilder(int index)\n\n public abstract ResourceMaintenanceOrBuilder getResourceMaintenancesOrBuilder(int index)\n\nThe resulting resource maintenances.\n\n`\nrepeated .google.cloud.maintenance.api.v1beta.ResourceMaintenance resource_maintenances = 10509;\n`\n\n### getResourceMaintenancesOrBuilderList()\n\n public abstract List\u003c? extends ResourceMaintenanceOrBuilder\u003e getResourceMaintenancesOrBuilderList()\n\nThe resulting resource maintenances.\n\n`\nrepeated .google.cloud.maintenance.api.v1beta.ResourceMaintenance resource_maintenances = 10509;\n`\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 = 10511;`\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 = 10511;`\n\n### getUnreachableCount()\n\n public abstract int getUnreachableCount()\n\nLocations that could not be reached.\n\n`repeated string unreachable = 10511;`\n\n### getUnreachableList()\n\n public abstract List\u003cString\u003e getUnreachableList()\n\nLocations that could not be reached.\n\n`repeated string unreachable = 10511;`"]]