The newest deployable version of the appliance.
The current appliance can't be updated into this version, and the owner
must manually deploy this OVA to a new appliance.
The newest deployable version of the appliance.
The current appliance can't be updated into this version, and the owner
must manually deploy this OVA to a new appliance.
The newest deployable version of the appliance.
The current appliance can't be updated into this version, and the owner
must manually deploy this OVA to a new appliance.
[[["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 AvailableUpdatesOrBuilder (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.AvailableUpdatesOrBuilder)\n- [0.15.0](/java/docs/reference/google-cloudevent-types/0.15.0/com.google.events.cloud.vmmigration.v1.AvailableUpdatesOrBuilder)\n- [0.14.1](/java/docs/reference/google-cloudevent-types/0.14.1/com.google.events.cloud.vmmigration.v1.AvailableUpdatesOrBuilder) \n\n public interface AvailableUpdatesOrBuilder 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### getInPlaceUpdate()\n\n public abstract ApplianceVersion getInPlaceUpdate()\n\nThe latest version for in place update.\nThe current appliance can be updated to this version using the API or m4c\nCLI.\n\n`.google.events.cloud.vmmigration.v1.ApplianceVersion in_place_update = 2;`\n\n### getInPlaceUpdateOrBuilder()\n\n public abstract ApplianceVersionOrBuilder getInPlaceUpdateOrBuilder()\n\nThe latest version for in place update.\nThe current appliance can be updated to this version using the API or m4c\nCLI.\n\n`.google.events.cloud.vmmigration.v1.ApplianceVersion in_place_update = 2;`\n\n### getNewDeployableAppliance()\n\n public abstract ApplianceVersion getNewDeployableAppliance()\n\nThe newest deployable version of the appliance.\nThe current appliance can't be updated into this version, and the owner\nmust manually deploy this OVA to a new appliance.\n\n`.google.events.cloud.vmmigration.v1.ApplianceVersion new_deployable_appliance = 1;`\n\n### getNewDeployableApplianceOrBuilder()\n\n public abstract ApplianceVersionOrBuilder getNewDeployableApplianceOrBuilder()\n\nThe newest deployable version of the appliance.\nThe current appliance can't be updated into this version, and the owner\nmust manually deploy this OVA to a new appliance.\n\n`.google.events.cloud.vmmigration.v1.ApplianceVersion new_deployable_appliance = 1;`\n\n### hasInPlaceUpdate()\n\n public abstract boolean hasInPlaceUpdate()\n\nThe latest version for in place update.\nThe current appliance can be updated to this version using the API or m4c\nCLI.\n\n`.google.events.cloud.vmmigration.v1.ApplianceVersion in_place_update = 2;`\n\n### hasNewDeployableAppliance()\n\n public abstract boolean hasNewDeployableAppliance()\n\nThe newest deployable version of the appliance.\nThe current appliance can't be updated into this version, and the owner\nmust manually deploy this OVA to a new appliance.\n\n`.google.events.cloud.vmmigration.v1.ApplianceVersion new_deployable_appliance = 1;`"]]