[[["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 ApplianceVersionOrBuilder (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.vmmigration.v1.ApplianceVersionOrBuilder)\n- [0.15.0](/java/docs/reference/google-cloudevent-types/0.15.0/com.google.events.cloud.vmmigration.v1.ApplianceVersionOrBuilder)\n- [0.14.1](/java/docs/reference/google-cloudevent-types/0.14.1/com.google.events.cloud.vmmigration.v1.ApplianceVersionOrBuilder) \n\n public interface ApplianceVersionOrBuilder 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### getCritical()\n\n public abstract boolean getCritical()\n\nDetermine whether it's critical to upgrade the appliance to this version.\n\n`bool critical = 3;`\n\n### getReleaseNotesUri()\n\n public abstract String getReleaseNotesUri()\n\nLink to a page that contains the version release notes.\n\n`string release_notes_uri = 4;`\n\n### getReleaseNotesUriBytes()\n\n public abstract ByteString getReleaseNotesUriBytes()\n\nLink to a page that contains the version release notes.\n\n`string release_notes_uri = 4;`\n\n### getUri()\n\n public abstract String getUri()\n\nA link for downloading the version.\n\n`string uri = 2;`\n\n### getUriBytes()\n\n public abstract ByteString getUriBytes()\n\nA link for downloading the version.\n\n`string uri = 2;`\n\n### getVersion()\n\n public abstract String getVersion()\n\nThe appliance version.\n\n`string version = 1;`\n\n### getVersionBytes()\n\n public abstract ByteString getVersionBytes()\n\nThe appliance version.\n\n`string version = 1;`"]]