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()
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public AvailableUpdates.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Overrides
build()
public AvailableUpdates build()
buildPartial()
public AvailableUpdates buildPartial()
clear()
public AvailableUpdates.Builder clear()
Overrides
clearField(Descriptors.FieldDescriptor field)
public AvailableUpdates.Builder clearField(Descriptors.FieldDescriptor field)
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)
Overrides
clone()
public AvailableUpdates.Builder clone()
Overrides
getDefaultInstanceForType()
public AvailableUpdates getDefaultInstanceForType()
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
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;
Returns |
---|
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;
Returns |
---|
Type | Description |
boolean | Whether the newDeployableAppliance field is set.
|
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
isInitialized()
public final boolean isInitialized()
Overrides
mergeFrom(AvailableUpdates other)
public AvailableUpdates.Builder mergeFrom(AvailableUpdates other)
public AvailableUpdates.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Overrides
mergeFrom(Message other)
public AvailableUpdates.Builder mergeFrom(Message other)
Parameter |
---|
Name | Description |
other | Message
|
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)
Overrides
setField(Descriptors.FieldDescriptor field, Object value)
public AvailableUpdates.Builder setField(Descriptors.FieldDescriptor field, Object value)
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)
Overrides
setUnknownFields(UnknownFieldSet unknownFields)
public final AvailableUpdates.Builder setUnknownFields(UnknownFieldSet unknownFields)
Overrides