Class ImageImportStep (1.74.0)

public final class ImageImportStep extends GeneratedMessageV3 implements ImageImportStepOrBuilder

ImageImportStep holds information about the image import step progress.

Protobuf type google.cloud.vmmigration.v1.ImageImportStep

Static Fields

ADAPTING_OS_FIELD_NUMBER

public static final int ADAPTING_OS_FIELD_NUMBER
Field Value
Type Description
int

CREATING_IMAGE_FIELD_NUMBER

public static final int CREATING_IMAGE_FIELD_NUMBER
Field Value
Type Description
int

END_TIME_FIELD_NUMBER

public static final int END_TIME_FIELD_NUMBER
Field Value
Type Description
int

INITIALIZING_FIELD_NUMBER

public static final int INITIALIZING_FIELD_NUMBER
Field Value
Type Description
int

LOADING_SOURCE_FILES_FIELD_NUMBER

public static final int LOADING_SOURCE_FILES_FIELD_NUMBER
Field Value
Type Description
int

START_TIME_FIELD_NUMBER

public static final int START_TIME_FIELD_NUMBER
Field Value
Type Description
int

Static Methods

getDefaultInstance()

public static ImageImportStep getDefaultInstance()
Returns
Type Description
ImageImportStep

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
Type Description
Descriptor

newBuilder()

public static ImageImportStep.Builder newBuilder()
Returns
Type Description
ImageImportStep.Builder

newBuilder(ImageImportStep prototype)

public static ImageImportStep.Builder newBuilder(ImageImportStep prototype)
Parameter
Name Description
prototype ImageImportStep
Returns
Type Description
ImageImportStep.Builder

parseDelimitedFrom(InputStream input)

public static ImageImportStep parseDelimitedFrom(InputStream input)
Parameter
Name Description
input InputStream
Returns
Type Description
ImageImportStep
Exceptions
Type Description
IOException

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static ImageImportStep parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input InputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
ImageImportStep
Exceptions
Type Description
IOException

parseFrom(byte[] data)

public static ImageImportStep parseFrom(byte[] data)
Parameter
Name Description
data byte[]
Returns
Type Description
ImageImportStep
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

public static ImageImportStep parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data byte[]
extensionRegistry ExtensionRegistryLite
Returns
Type Description
ImageImportStep
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteString data)

public static ImageImportStep parseFrom(ByteString data)
Parameter
Name Description
data ByteString
Returns
Type Description
ImageImportStep
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

public static ImageImportStep parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data ByteString
extensionRegistry ExtensionRegistryLite
Returns
Type Description
ImageImportStep
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(CodedInputStream input)

public static ImageImportStep parseFrom(CodedInputStream input)
Parameter
Name Description
input CodedInputStream
Returns
Type Description
ImageImportStep
Exceptions
Type Description
IOException

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public static ImageImportStep parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
ImageImportStep
Exceptions
Type Description
IOException

parseFrom(InputStream input)

public static ImageImportStep parseFrom(InputStream input)
Parameter
Name Description
input InputStream
Returns
Type Description
ImageImportStep
Exceptions
Type Description
IOException

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static ImageImportStep parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input InputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
ImageImportStep
Exceptions
Type Description
IOException

parseFrom(ByteBuffer data)

public static ImageImportStep parseFrom(ByteBuffer data)
Parameter
Name Description
data ByteBuffer
Returns
Type Description
ImageImportStep
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

public static ImageImportStep parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data ByteBuffer
extensionRegistry ExtensionRegistryLite
Returns
Type Description
ImageImportStep
Exceptions
Type Description
InvalidProtocolBufferException

parser()

public static Parser<ImageImportStep> parser()
Returns
Type Description
Parser<ImageImportStep>

Methods

equals(Object obj)

public boolean equals(Object obj)
Parameter
Name Description
obj Object
Returns
Type Description
boolean
Overrides

getAdaptingOs()

public AdaptingOSStep getAdaptingOs()

Adapting OS step.

.google.cloud.vmmigration.v1.AdaptingOSStep adapting_os = 5;

Returns
Type Description
AdaptingOSStep

The adaptingOs.

getAdaptingOsOrBuilder()

public AdaptingOSStepOrBuilder getAdaptingOsOrBuilder()

Adapting OS step.

.google.cloud.vmmigration.v1.AdaptingOSStep adapting_os = 5;

Returns
Type Description
AdaptingOSStepOrBuilder

getCreatingImage()

public CreatingImageStep getCreatingImage()

Creating image step.

.google.cloud.vmmigration.v1.CreatingImageStep creating_image = 6;

Returns
Type Description
CreatingImageStep

The creatingImage.

getCreatingImageOrBuilder()

public CreatingImageStepOrBuilder getCreatingImageOrBuilder()

Creating image step.

.google.cloud.vmmigration.v1.CreatingImageStep creating_image = 6;

Returns
Type Description
CreatingImageStepOrBuilder

getDefaultInstanceForType()

public ImageImportStep getDefaultInstanceForType()
Returns
Type Description
ImageImportStep

getEndTime()

public Timestamp getEndTime()

Output only. The time the step has ended.

.google.protobuf.Timestamp end_time = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
Timestamp

The endTime.

getEndTimeOrBuilder()

public TimestampOrBuilder getEndTimeOrBuilder()

Output only. The time the step has ended.

.google.protobuf.Timestamp end_time = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
TimestampOrBuilder

getInitializing()

public InitializingImageImportStep getInitializing()

Initializing step.

.google.cloud.vmmigration.v1.InitializingImageImportStep initializing = 3;

Returns
Type Description
InitializingImageImportStep

The initializing.

getInitializingOrBuilder()

public InitializingImageImportStepOrBuilder getInitializingOrBuilder()

Initializing step.

.google.cloud.vmmigration.v1.InitializingImageImportStep initializing = 3;

Returns
Type Description
InitializingImageImportStepOrBuilder

getLoadingSourceFiles()

public LoadingImageSourceFilesStep getLoadingSourceFiles()

Loading source files step.

.google.cloud.vmmigration.v1.LoadingImageSourceFilesStep loading_source_files = 4;

Returns
Type Description
LoadingImageSourceFilesStep

The loadingSourceFiles.

getLoadingSourceFilesOrBuilder()

public LoadingImageSourceFilesStepOrBuilder getLoadingSourceFilesOrBuilder()

Loading source files step.

.google.cloud.vmmigration.v1.LoadingImageSourceFilesStep loading_source_files = 4;

Returns
Type Description
LoadingImageSourceFilesStepOrBuilder

getParserForType()

public Parser<ImageImportStep> getParserForType()
Returns
Type Description
Parser<ImageImportStep>
Overrides

getSerializedSize()

public int getSerializedSize()
Returns
Type Description
int
Overrides

getStartTime()

public Timestamp getStartTime()

Output only. The time the step has started.

.google.protobuf.Timestamp start_time = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
Timestamp

The startTime.

getStartTimeOrBuilder()

public TimestampOrBuilder getStartTimeOrBuilder()

Output only. The time the step has started.

.google.protobuf.Timestamp start_time = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
TimestampOrBuilder

getStepCase()

public ImageImportStep.StepCase getStepCase()
Returns
Type Description
ImageImportStep.StepCase

hasAdaptingOs()

public boolean hasAdaptingOs()

Adapting OS step.

.google.cloud.vmmigration.v1.AdaptingOSStep adapting_os = 5;

Returns
Type Description
boolean

Whether the adaptingOs field is set.

hasCreatingImage()

public boolean hasCreatingImage()

Creating image step.

.google.cloud.vmmigration.v1.CreatingImageStep creating_image = 6;

Returns
Type Description
boolean

Whether the creatingImage field is set.

hasEndTime()

public boolean hasEndTime()

Output only. The time the step has ended.

.google.protobuf.Timestamp end_time = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
boolean

Whether the endTime field is set.

hasInitializing()

public boolean hasInitializing()

Initializing step.

.google.cloud.vmmigration.v1.InitializingImageImportStep initializing = 3;

Returns
Type Description
boolean

Whether the initializing field is set.

hasLoadingSourceFiles()

public boolean hasLoadingSourceFiles()

Loading source files step.

.google.cloud.vmmigration.v1.LoadingImageSourceFilesStep loading_source_files = 4;

Returns
Type Description
boolean

Whether the loadingSourceFiles field is set.

hasStartTime()

public boolean hasStartTime()

Output only. The time the step has started.

.google.protobuf.Timestamp start_time = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
boolean

Whether the startTime field is set.

hashCode()

public int hashCode()
Returns
Type Description
int
Overrides

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Type Description
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

newBuilderForType()

public ImageImportStep.Builder newBuilderForType()
Returns
Type Description
ImageImportStep.Builder

newBuilderForType(GeneratedMessageV3.BuilderParent parent)

protected ImageImportStep.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
Name Description
parent BuilderParent
Returns
Type Description
ImageImportStep.Builder
Overrides

newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)

protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
Name Description
unused UnusedPrivateParameter
Returns
Type Description
Object
Overrides

toBuilder()

public ImageImportStep.Builder toBuilder()
Returns
Type Description
ImageImportStep.Builder

writeTo(CodedOutputStream output)

public void writeTo(CodedOutputStream output)
Parameter
Name Description
output CodedOutputStream
Overrides
Exceptions
Type Description
IOException