Send feedback
Class ImageImportOsAdaptationParameters (1.74.0)
Stay organized with collections
Save and categorize content based on your preferences.
Version latestkeyboard_arrow_down
public final class ImageImportOsAdaptationParameters extends GeneratedMessageV3 implements ImageImportOsAdaptationParametersOrBuilder
Parameters affecting the OS adaptation process.
Protobuf type google.cloud.vmmigration.v1.ImageImportOsAdaptationParameters
Inherited Members
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT)
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT,int)
com.google.protobuf.GeneratedMessageV3.<T>emptyList(java.lang.Class<T>)
com.google.protobuf.GeneratedMessageV3.internalGetMapFieldReflection(int)
Static Fields
BOOT_CONVERSION_FIELD_NUMBER
public static final int BOOT_CONVERSION_FIELD_NUMBER
Field Value
Type
Description
int
GENERALIZE_FIELD_NUMBER
public static final int GENERALIZE_FIELD_NUMBER
Field Value
Type
Description
int
LICENSE_TYPE_FIELD_NUMBER
public static final int LICENSE_TYPE_FIELD_NUMBER
Field Value
Type
Description
int
Static Methods
getDefaultInstance()
public static ImageImportOsAdaptationParameters getDefaultInstance ()
getDescriptor()
public static final Descriptors . Descriptor getDescriptor ()
newBuilder()
public static ImageImportOsAdaptationParameters . Builder newBuilder ()
newBuilder(ImageImportOsAdaptationParameters prototype)
public static ImageImportOsAdaptationParameters . Builder newBuilder ( ImageImportOsAdaptationParameters prototype )
public static ImageImportOsAdaptationParameters parseDelimitedFrom ( InputStream input )
public static ImageImportOsAdaptationParameters parseDelimitedFrom ( InputStream input , ExtensionRegistryLite extensionRegistry )
parseFrom(byte[] data)
public static ImageImportOsAdaptationParameters parseFrom ( byte [] data )
Parameter
Name
Description
data
byte []
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static ImageImportOsAdaptationParameters parseFrom ( byte [] data , ExtensionRegistryLite extensionRegistry )
parseFrom(ByteString data)
public static ImageImportOsAdaptationParameters parseFrom ( ByteString data )
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static ImageImportOsAdaptationParameters parseFrom ( ByteString data , ExtensionRegistryLite extensionRegistry )
public static ImageImportOsAdaptationParameters parseFrom ( CodedInputStream input )
public static ImageImportOsAdaptationParameters parseFrom ( CodedInputStream input , ExtensionRegistryLite extensionRegistry )
public static ImageImportOsAdaptationParameters parseFrom ( InputStream input )
public static ImageImportOsAdaptationParameters parseFrom ( InputStream input , ExtensionRegistryLite extensionRegistry )
parseFrom(ByteBuffer data)
public static ImageImportOsAdaptationParameters parseFrom ( ByteBuffer data )
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static ImageImportOsAdaptationParameters parseFrom ( ByteBuffer data , ExtensionRegistryLite extensionRegistry )
parser()
public static Parser<ImageImportOsAdaptationParameters> parser ()
Methods
equals(Object obj)
public boolean equals ( Object obj )
Parameter
Name
Description
obj
Object
Overrides
getBootConversion()
public BootConversion getBootConversion ()
Optional. By default the image will keep its existing boot option. Setting
this property will trigger an internal process which will convert the
image from using the existing boot option to another.
The size of the boot disk might be increased to allow the conversion
.google.cloud.vmmigration.v1.BootConversion boot_conversion = 3 [(.google.api.field_behavior) = OPTIONAL];
getBootConversionValue()
public int getBootConversionValue ()
Optional. By default the image will keep its existing boot option. Setting
this property will trigger an internal process which will convert the
image from using the existing boot option to another.
The size of the boot disk might be increased to allow the conversion
.google.cloud.vmmigration.v1.BootConversion boot_conversion = 3 [(.google.api.field_behavior) = OPTIONAL];
Returns
Type
Description
int
The enum numeric value on the wire for bootConversion.
getDefaultInstanceForType()
public ImageImportOsAdaptationParameters getDefaultInstanceForType ()
getGeneralize()
public boolean getGeneralize ()
Optional. Set to true in order to generalize the imported image.
The generalization process enables co-existence of multiple VMs created
from the same image.
For Windows, generalizing the image removes computer-specific information
such as installed drivers and the computer security identifier (SID).
bool generalize = 1 [(.google.api.field_behavior) = OPTIONAL];
Returns
Type
Description
boolean
The generalize.
getLicenseType()
public ComputeEngineLicenseType getLicenseType ()
Optional. Choose which type of license to apply to the imported image.
.google.cloud.vmmigration.v1.ComputeEngineLicenseType license_type = 2 [(.google.api.field_behavior) = OPTIONAL];
getLicenseTypeValue()
public int getLicenseTypeValue ()
Optional. Choose which type of license to apply to the imported image.
.google.cloud.vmmigration.v1.ComputeEngineLicenseType license_type = 2 [(.google.api.field_behavior) = OPTIONAL];
Returns
Type
Description
int
The enum numeric value on the wire for licenseType.
getParserForType()
public Parser<ImageImportOsAdaptationParameters> getParserForType ()
Overrides
getSerializedSize()
public int getSerializedSize ()
Returns
Type
Description
int
Overrides
hashCode()
Returns
Type
Description
int
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3 . FieldAccessorTable internalGetFieldAccessorTable ()
Overrides
isInitialized()
public final boolean isInitialized ()
Overrides
newBuilderForType()
public ImageImportOsAdaptationParameters . Builder newBuilderForType ()
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected ImageImportOsAdaptationParameters . Builder newBuilderForType ( GeneratedMessageV3 . BuilderParent parent )
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance ( GeneratedMessageV3 . UnusedPrivateParameter unused )
Returns
Type
Description
Object
Overrides
toBuilder()
public ImageImportOsAdaptationParameters . Builder toBuilder ()
writeTo(CodedOutputStream output)
public void writeTo ( CodedOutputStream output )
Overrides
Send feedback
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License , and code samples are licensed under the Apache 2.0 License . For details, see the Google Developers Site Policies . Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-09-15 UTC.
Need to tell us more?
[[["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-09-15 UTC."],[],[],null,[]]