[[["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 ResourceMaintenance.MaintenanceOrBuilder (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.ResourceMaintenance.MaintenanceOrBuilder)\n- [0.4.0](/java/docs/reference/google-cloud-maintenance/0.4.0/com.google.cloud.maintenance.api.v1beta.ResourceMaintenance.MaintenanceOrBuilder)\n- [0.2.0](/java/docs/reference/google-cloud-maintenance/0.2.0/com.google.cloud.maintenance.api.v1beta.ResourceMaintenance.MaintenanceOrBuilder)\n- [0.1.0](/java/docs/reference/google-cloud-maintenance/0.1.0/com.google.cloud.maintenance.api.v1beta.ResourceMaintenance.MaintenanceOrBuilder) \n\n public static interface ResourceMaintenance.MaintenanceOrBuilder 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### getCategory()\n\n public abstract MaintenanceCategory getCategory()\n\nOutput only. The category of the maintenance.\n\n`\n.google.cloud.maintenance.api.v1beta.MaintenanceCategory category = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];\n`\n\n### getCategoryValue()\n\n public abstract int getCategoryValue()\n\nOutput only. The category of the maintenance.\n\n`\n.google.cloud.maintenance.api.v1beta.MaintenanceCategory category = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];\n`\n\n### getDescription()\n\n public abstract String getDescription()\n\nOutput only. The description of the maintenance.\n\n`string description = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];`\n\n### getDescriptionBytes()\n\n public abstract ByteString getDescriptionBytes()\n\nOutput only. The description of the maintenance.\n\n`string description = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];`\n\n### getMaintenanceName()\n\n public abstract String getMaintenanceName()\n\nMaintenance is the name of the corresponding maintenance resource\nfollowing the standard naming scheme: `\"{maintenance-id}\"`\n\n`string maintenance_name = 1;`\n\n### getMaintenanceNameBytes()\n\n public abstract ByteString getMaintenanceNameBytes()\n\nMaintenance is the name of the corresponding maintenance resource\nfollowing the standard naming scheme: `\"{maintenance-id}\"`\n\n`string maintenance_name = 1;`\n\n### getTitle()\n\n public abstract String getTitle()\n\nOutput only. The title of the maintenance.\n\n`string title = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];`\n\n### getTitleBytes()\n\n public abstract ByteString getTitleBytes()\n\nOutput only. The title of the maintenance.\n\n`string title = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];`"]]