[[["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-07 UTC."],[],[],null,["# Interface Release.SkaffoldSupportedConditionOrBuilder (0.16.0)\n\nVersion latestkeyboard_arrow_down\n\n- [0.16.0 (latest)](/java/docs/reference/google-cloudevent-types/latest/com.google.events.cloud.deploy.v1.Release.SkaffoldSupportedConditionOrBuilder)\n- [0.15.0](/java/docs/reference/google-cloudevent-types/0.15.0/com.google.events.cloud.deploy.v1.Release.SkaffoldSupportedConditionOrBuilder)\n- [0.14.1](/java/docs/reference/google-cloudevent-types/0.14.1/com.google.events.cloud.deploy.v1.Release.SkaffoldSupportedConditionOrBuilder) \n\n public static interface Release.SkaffoldSupportedConditionOrBuilder 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### getMaintenanceModeTime()\n\n public abstract Timestamp getMaintenanceModeTime()\n\nThe time at which this release's version of Skaffold will enter\nmaintenance mode.\n\n`.google.protobuf.Timestamp maintenance_mode_time = 3;`\n\n### getMaintenanceModeTimeOrBuilder()\n\n public abstract TimestampOrBuilder getMaintenanceModeTimeOrBuilder()\n\nThe time at which this release's version of Skaffold will enter\nmaintenance mode.\n\n`.google.protobuf.Timestamp maintenance_mode_time = 3;`\n\n### getSkaffoldSupportState()\n\n public abstract SkaffoldSupportState getSkaffoldSupportState()\n\nThe Skaffold support state for this release's version of Skaffold.\n\n`.google.events.cloud.deploy.v1.SkaffoldSupportState skaffold_support_state = 2;`\n\n### getSkaffoldSupportStateValue()\n\n public abstract int getSkaffoldSupportStateValue()\n\nThe Skaffold support state for this release's version of Skaffold.\n\n`.google.events.cloud.deploy.v1.SkaffoldSupportState skaffold_support_state = 2;`\n\n### getStatus()\n\n public abstract boolean getStatus()\n\nTrue if the version of Skaffold used by this release is supported.\n\n`bool status = 1;`\n\n### getSupportExpirationTime()\n\n public abstract Timestamp getSupportExpirationTime()\n\nThe time at which this release's version of Skaffold will no longer be\nsupported.\n\n`.google.protobuf.Timestamp support_expiration_time = 4;`\n\n### getSupportExpirationTimeOrBuilder()\n\n public abstract TimestampOrBuilder getSupportExpirationTimeOrBuilder()\n\nThe time at which this release's version of Skaffold will no longer be\nsupported.\n\n`.google.protobuf.Timestamp support_expiration_time = 4;`\n\n### hasMaintenanceModeTime()\n\n public abstract boolean hasMaintenanceModeTime()\n\nThe time at which this release's version of Skaffold will enter\nmaintenance mode.\n\n`.google.protobuf.Timestamp maintenance_mode_time = 3;`\n\n### hasSupportExpirationTime()\n\n public abstract boolean hasSupportExpirationTime()\n\nThe time at which this release's version of Skaffold will no longer be\nsupported.\n\n`.google.protobuf.Timestamp support_expiration_time = 4;`"]]