public final class AvailableUpdates extends GeneratedMessageV3 implements AvailableUpdatesOrBuilder
Holds informatiom about the available versions for upgrade.
Protobuf type google.cloud.vmmigration.v1.AvailableUpdates
Static Fields
IN_PLACE_UPDATE_FIELD_NUMBER
public static final int IN_PLACE_UPDATE_FIELD_NUMBER
Field Value
NEW_DEPLOYABLE_APPLIANCE_FIELD_NUMBER
public static final int NEW_DEPLOYABLE_APPLIANCE_FIELD_NUMBER
Field Value
Static Methods
getDefaultInstance()
public static AvailableUpdates getDefaultInstance()
Returns
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Returns
newBuilder()
public static AvailableUpdates.Builder newBuilder()
Returns
newBuilder(AvailableUpdates prototype)
public static AvailableUpdates.Builder newBuilder(AvailableUpdates prototype)
Parameter
Returns
public static AvailableUpdates parseDelimitedFrom(InputStream input)
Parameter
Returns
Exceptions
public static AvailableUpdates parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parseFrom(byte[] data)
public static AvailableUpdates parseFrom(byte[] data)
Parameter
Name | Description |
data | byte[]
|
Returns
Exceptions
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static AvailableUpdates parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parseFrom(ByteString data)
public static AvailableUpdates parseFrom(ByteString data)
Parameter
Returns
Exceptions
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static AvailableUpdates parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
public static AvailableUpdates parseFrom(CodedInputStream input)
Parameter
Returns
Exceptions
public static AvailableUpdates parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
public static AvailableUpdates parseFrom(InputStream input)
Parameter
Returns
Exceptions
public static AvailableUpdates parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parseFrom(ByteBuffer data)
public static AvailableUpdates parseFrom(ByteBuffer data)
Parameter
Returns
Exceptions
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static AvailableUpdates parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parser()
public static Parser<AvailableUpdates> parser()
Returns
Methods
equals(Object obj)
public boolean equals(Object obj)
Parameter
Returns
Overrides
getDefaultInstanceForType()
public AvailableUpdates getDefaultInstanceForType()
Returns
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;
Returns
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;
Returns
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;
Returns
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;
Returns
getParserForType()
public Parser<AvailableUpdates> getParserForType()
Returns
Overrides
getSerializedSize()
public int getSerializedSize()
Returns
Overrides
getUnknownFields()
public final UnknownFieldSet getUnknownFields()
Returns
Overrides
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.
|
hashCode()
Returns
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Overrides
isInitialized()
public final boolean isInitialized()
Returns
Overrides
newBuilderForType()
public AvailableUpdates.Builder newBuilderForType()
Returns
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected AvailableUpdates.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
Returns
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
Returns
Overrides
toBuilder()
public AvailableUpdates.Builder toBuilder()
Returns
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Parameter
Overrides
Exceptions