[[["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 UpgradeStatusOrBuilder (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.UpgradeStatusOrBuilder)\n- [0.15.0](/java/docs/reference/google-cloudevent-types/0.15.0/com.google.events.cloud.vmmigration.v1.UpgradeStatusOrBuilder)\n- [0.14.1](/java/docs/reference/google-cloudevent-types/0.14.1/com.google.events.cloud.vmmigration.v1.UpgradeStatusOrBuilder) \n\n public interface UpgradeStatusOrBuilder 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### getError()\n\n public abstract Status getError()\n\nProvides details on the state of the upgrade operation in case of an error.\n\n`.google.rpc.Status error = 3;`\n\n### getErrorOrBuilder()\n\n public abstract StatusOrBuilder getErrorOrBuilder()\n\nProvides details on the state of the upgrade operation in case of an error.\n\n`.google.rpc.Status error = 3;`\n\n### getPreviousVersion()\n\n public abstract String getPreviousVersion()\n\nThe version from which we upgraded.\n\n`string previous_version = 5;`\n\n### getPreviousVersionBytes()\n\n public abstract ByteString getPreviousVersionBytes()\n\nThe version from which we upgraded.\n\n`string previous_version = 5;`\n\n### getStartTime()\n\n public abstract Timestamp getStartTime()\n\nThe time the operation was started.\n\n`.google.protobuf.Timestamp start_time = 4;`\n\n### getStartTimeOrBuilder()\n\n public abstract TimestampOrBuilder getStartTimeOrBuilder()\n\nThe time the operation was started.\n\n`.google.protobuf.Timestamp start_time = 4;`\n\n### getState()\n\n public abstract UpgradeStatus.State getState()\n\nThe state of the upgradeAppliance operation.\n\n`.google.events.cloud.vmmigration.v1.UpgradeStatus.State state = 2;`\n\n### getStateValue()\n\n public abstract int getStateValue()\n\nThe state of the upgradeAppliance operation.\n\n`.google.events.cloud.vmmigration.v1.UpgradeStatus.State state = 2;`\n\n### getVersion()\n\n public abstract String getVersion()\n\nThe version to upgrade to.\n\n`string version = 1;`\n\n### getVersionBytes()\n\n public abstract ByteString getVersionBytes()\n\nThe version to upgrade to.\n\n`string version = 1;`\n\n### hasError()\n\n public abstract boolean hasError()\n\nProvides details on the state of the upgrade operation in case of an error.\n\n`.google.rpc.Status error = 3;`\n\n### hasStartTime()\n\n public abstract boolean hasStartTime()\n\nThe time the operation was started.\n\n`.google.protobuf.Timestamp start_time = 4;`"]]