public static final class AvailableUpdates.Builder extends GeneratedMessageV3.Builder<AvailableUpdates.Builder> implements AvailableUpdatesOrBuilder
   
   Holds informatiom about the available versions for upgrade.
 Protobuf type google.cloud.vmmigration.v1.AvailableUpdates
    Inherited Members
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
      com.google.protobuf.GeneratedMessageV3.Builder.getUnknownFieldSetBuilder()
    
    
    
    
    
    
    
    
    
    
    
    
      com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownLengthDelimitedField(int,com.google.protobuf.ByteString)
    
    
      com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownVarintField(int,int)
    
    
    
    
    
      com.google.protobuf.GeneratedMessageV3.Builder.parseUnknownField(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite,int)
    
    
    
    
      com.google.protobuf.GeneratedMessageV3.Builder.setUnknownFieldSetBuilder(com.google.protobuf.UnknownFieldSet.Builder)
    
    
    
    
    
    
    
    
    
    
    
    
   
  Static Methods
  
  
  getDescriptor()
  
    public static final Descriptors.Descriptor getDescriptor()
   
  Returns
  
  Methods
  
  
  addRepeatedField(Descriptors.FieldDescriptor field, Object value)
  
    public AvailableUpdates.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
   
  Parameters
  
  Returns
  
  Overrides
  
  
  build()
  
    public AvailableUpdates build()
   
  Returns
  
  
  buildPartial()
  
    public AvailableUpdates buildPartial()
   
  Returns
  
  
  clear()
  
    public AvailableUpdates.Builder clear()
   
  Returns
  
  Overrides
  
  
  clearField(Descriptors.FieldDescriptor field)
  
    public AvailableUpdates.Builder clearField(Descriptors.FieldDescriptor field)
   
  Parameter
  
  Returns
  
  Overrides
  
  
  clearInPlaceUpdate()
  
    public AvailableUpdates.Builder clearInPlaceUpdate()
   
   The latest version for in place update.
 The current appliance can be updated to this version using the API or m4c
 CLI.
 .google.cloud.vmmigration.v1.ApplianceVersion in_place_update = 2;
clearNewDeployableAppliance()
  
    public AvailableUpdates.Builder clearNewDeployableAppliance()
   
   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.
 .google.cloud.vmmigration.v1.ApplianceVersion new_deployable_appliance = 1;
clearOneof(Descriptors.OneofDescriptor oneof)
  
    public AvailableUpdates.Builder clearOneof(Descriptors.OneofDescriptor oneof)
   
  Parameter
  
  Returns
  
  Overrides
  
  
  clone()
  
    public AvailableUpdates.Builder clone()
   
  Returns
  
  Overrides
  
  
  getDefaultInstanceForType()
  
    public AvailableUpdates getDefaultInstanceForType()
   
  Returns
  
  
  getDescriptorForType()
  
    public Descriptors.Descriptor getDescriptorForType()
   
  Returns
  
  Overrides
  
  
  getInPlaceUpdate()
  
    public ApplianceVersion getInPlaceUpdate()
   
   The latest version for in place update.
 The current appliance can be updated to this version using the API or m4c
 CLI.
 .google.cloud.vmmigration.v1.ApplianceVersion in_place_update = 2;
getInPlaceUpdateBuilder()
  
    public ApplianceVersion.Builder getInPlaceUpdateBuilder()
   
   The latest version for in place update.
 The current appliance can be updated to this version using the API or m4c
 CLI.
 .google.cloud.vmmigration.v1.ApplianceVersion in_place_update = 2;
getInPlaceUpdateOrBuilder()
  
    public ApplianceVersionOrBuilder getInPlaceUpdateOrBuilder()
   
   The latest version for in place update.
 The current appliance can be updated to this version using the API or m4c
 CLI.
 .google.cloud.vmmigration.v1.ApplianceVersion in_place_update = 2;
getNewDeployableAppliance()
  
    public ApplianceVersion getNewDeployableAppliance()
   
   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.
 .google.cloud.vmmigration.v1.ApplianceVersion new_deployable_appliance = 1;
getNewDeployableApplianceBuilder()
  
    public ApplianceVersion.Builder getNewDeployableApplianceBuilder()
   
   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.
 .google.cloud.vmmigration.v1.ApplianceVersion new_deployable_appliance = 1;
getNewDeployableApplianceOrBuilder()
  
    public ApplianceVersionOrBuilder getNewDeployableApplianceOrBuilder()
   
   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.
 .google.cloud.vmmigration.v1.ApplianceVersion new_deployable_appliance = 1;
hasInPlaceUpdate()
  
    public boolean hasInPlaceUpdate()
   
   The latest version for in place update.
 The current appliance can be updated to this version using the API or m4c
 CLI.
 .google.cloud.vmmigration.v1.ApplianceVersion in_place_update = 2;
    
      
        | Type | Description | 
      
        | boolean | Whether the inPlaceUpdate field is set. | 
    
  
  
  hasNewDeployableAppliance()
  
    public boolean hasNewDeployableAppliance()
   
   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.
 .google.cloud.vmmigration.v1.ApplianceVersion new_deployable_appliance = 1;
    
      
        | Type | Description | 
      
        | boolean | Whether the newDeployableAppliance field is set. | 
    
  
  
  internalGetFieldAccessorTable()
  
    protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
   
  Returns
  
  Overrides
  
  
  isInitialized()
  
    public final boolean isInitialized()
   
  Returns
  
  Overrides
  
  
  mergeFrom(AvailableUpdates other)
  
    public AvailableUpdates.Builder mergeFrom(AvailableUpdates other)
   
  Parameter
  
  Returns
  
  
  
  
    public AvailableUpdates.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
   
  Parameters
  
  Returns
  
  Overrides
  
  Exceptions
  
  
  mergeFrom(Message other)
  
    public AvailableUpdates.Builder mergeFrom(Message other)
   
  Parameter
  
  Returns
  
  Overrides
  
  
  mergeInPlaceUpdate(ApplianceVersion value)
  
    public AvailableUpdates.Builder mergeInPlaceUpdate(ApplianceVersion value)
   
   The latest version for in place update.
 The current appliance can be updated to this version using the API or m4c
 CLI.
 .google.cloud.vmmigration.v1.ApplianceVersion in_place_update = 2;
mergeNewDeployableAppliance(ApplianceVersion value)
  
    public AvailableUpdates.Builder mergeNewDeployableAppliance(ApplianceVersion value)
   
   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.
 .google.cloud.vmmigration.v1.ApplianceVersion new_deployable_appliance = 1;
mergeUnknownFields(UnknownFieldSet unknownFields)
  
    public final AvailableUpdates.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
   
  Parameter
  
  Returns
  
  Overrides
  
  
  setField(Descriptors.FieldDescriptor field, Object value)
  
    public AvailableUpdates.Builder setField(Descriptors.FieldDescriptor field, Object value)
   
  Parameters
  
  Returns
  
  Overrides
  
  
  setInPlaceUpdate(ApplianceVersion value)
  
    public AvailableUpdates.Builder setInPlaceUpdate(ApplianceVersion value)
   
   The latest version for in place update.
 The current appliance can be updated to this version using the API or m4c
 CLI.
 .google.cloud.vmmigration.v1.ApplianceVersion in_place_update = 2;
setInPlaceUpdate(ApplianceVersion.Builder builderForValue)
  
    public AvailableUpdates.Builder setInPlaceUpdate(ApplianceVersion.Builder builderForValue)
   
   The latest version for in place update.
 The current appliance can be updated to this version using the API or m4c
 CLI.
 .google.cloud.vmmigration.v1.ApplianceVersion in_place_update = 2;
setNewDeployableAppliance(ApplianceVersion value)
  
    public AvailableUpdates.Builder setNewDeployableAppliance(ApplianceVersion value)
   
   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.
 .google.cloud.vmmigration.v1.ApplianceVersion new_deployable_appliance = 1;
setNewDeployableAppliance(ApplianceVersion.Builder builderForValue)
  
    public AvailableUpdates.Builder setNewDeployableAppliance(ApplianceVersion.Builder builderForValue)
   
   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.
 .google.cloud.vmmigration.v1.ApplianceVersion new_deployable_appliance = 1;
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
  
    public AvailableUpdates.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
   
  Parameters
  
  Returns
  
  Overrides
  
  
  setUnknownFields(UnknownFieldSet unknownFields)
  
    public final AvailableUpdates.Builder setUnknownFields(UnknownFieldSet unknownFields)
   
  Parameter
  
  Returns
  
  Overrides