- 1.78.0 (latest)
- 1.76.0
- 1.75.0
- 1.74.0
- 1.73.0
- 1.72.0
- 1.70.0
- 1.68.0
- 1.67.0
- 1.64.0
- 1.63.0
- 1.62.0
- 1.60.0
- 1.59.0
- 1.58.0
- 1.57.0
- 1.56.0
- 1.55.0
- 1.54.0
- 1.53.0
- 1.52.0
- 1.51.0
- 1.49.0
- 1.48.0
- 1.47.0
- 1.46.0
- 1.45.0
- 1.44.0
- 1.43.0
- 1.42.0
- 1.41.0
- 1.40.0
- 1.39.0
- 1.37.0
- 1.36.0
- 1.35.0
- 1.34.0
- 1.33.0
- 1.32.0
- 1.31.0
- 1.30.0
- 1.29.0
- 1.28.0
- 1.27.0
- 1.24.0
- 1.23.0
- 1.22.0
- 1.21.0
- 1.20.0
- 1.19.0
- 1.18.0
- 1.17.0
- 1.16.0
- 1.15.0
- 1.14.0
- 1.13.0
- 1.12.0
- 1.11.0
- 1.9.0
- 1.8.0
- 1.7.0
- 1.6.0
- 1.5.0
- 1.4.0
- 1.3.5
- 1.2.0
- 1.1.1
- 1.0.5
public static final class ImageImportStep.Builder extends GeneratedMessageV3.Builder<ImageImportStep.Builder> implements ImageImportStepOrBuilderImageImportStep holds information about the image import step progress.
 Protobuf type google.cloud.vmmigration.v1.ImageImportStep
Inheritance
Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessageV3.Builder > ImageImportStep.BuilderImplements
ImageImportStepOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description | 
| Descriptor | |
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public ImageImportStep.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)| Parameters | |
|---|---|
| Name | Description | 
| field | FieldDescriptor | 
| value | Object | 
| Returns | |
|---|---|
| Type | Description | 
| ImageImportStep.Builder | |
build()
public ImageImportStep build()| Returns | |
|---|---|
| Type | Description | 
| ImageImportStep | |
buildPartial()
public ImageImportStep buildPartial()| Returns | |
|---|---|
| Type | Description | 
| ImageImportStep | |
clear()
public ImageImportStep.Builder clear()| Returns | |
|---|---|
| Type | Description | 
| ImageImportStep.Builder | |
clearAdaptingOs()
public ImageImportStep.Builder clearAdaptingOs()Adapting OS step.
 .google.cloud.vmmigration.v1.AdaptingOSStep adapting_os = 5;
| Returns | |
|---|---|
| Type | Description | 
| ImageImportStep.Builder | |
clearCreatingImage()
public ImageImportStep.Builder clearCreatingImage()Creating image step.
 .google.cloud.vmmigration.v1.CreatingImageStep creating_image = 6;
| Returns | |
|---|---|
| Type | Description | 
| ImageImportStep.Builder | |
clearEndTime()
public ImageImportStep.Builder clearEndTime()Output only. The time the step has ended.
 .google.protobuf.Timestamp end_time = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
 
| Returns | |
|---|---|
| Type | Description | 
| ImageImportStep.Builder | |
clearField(Descriptors.FieldDescriptor field)
public ImageImportStep.Builder clearField(Descriptors.FieldDescriptor field)| Parameter | |
|---|---|
| Name | Description | 
| field | FieldDescriptor | 
| Returns | |
|---|---|
| Type | Description | 
| ImageImportStep.Builder | |
clearInitializing()
public ImageImportStep.Builder clearInitializing()Initializing step.
 .google.cloud.vmmigration.v1.InitializingImageImportStep initializing = 3;
| Returns | |
|---|---|
| Type | Description | 
| ImageImportStep.Builder | |
clearLoadingSourceFiles()
public ImageImportStep.Builder clearLoadingSourceFiles()Loading source files step.
 .google.cloud.vmmigration.v1.LoadingImageSourceFilesStep loading_source_files = 4;
 
| Returns | |
|---|---|
| Type | Description | 
| ImageImportStep.Builder | |
clearOneof(Descriptors.OneofDescriptor oneof)
public ImageImportStep.Builder clearOneof(Descriptors.OneofDescriptor oneof)| Parameter | |
|---|---|
| Name | Description | 
| oneof | OneofDescriptor | 
| Returns | |
|---|---|
| Type | Description | 
| ImageImportStep.Builder | |
clearStartTime()
public ImageImportStep.Builder clearStartTime()Output only. The time the step has started.
 .google.protobuf.Timestamp start_time = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
 
| Returns | |
|---|---|
| Type | Description | 
| ImageImportStep.Builder | |
clearStep()
public ImageImportStep.Builder clearStep()| Returns | |
|---|---|
| Type | Description | 
| ImageImportStep.Builder | |
clone()
public ImageImportStep.Builder clone()| Returns | |
|---|---|
| Type | Description | 
| ImageImportStep.Builder | |
getAdaptingOs()
public AdaptingOSStep getAdaptingOs()Adapting OS step.
 .google.cloud.vmmigration.v1.AdaptingOSStep adapting_os = 5;
| Returns | |
|---|---|
| Type | Description | 
| AdaptingOSStep | The adaptingOs. | 
getAdaptingOsBuilder()
public AdaptingOSStep.Builder getAdaptingOsBuilder()Adapting OS step.
 .google.cloud.vmmigration.v1.AdaptingOSStep adapting_os = 5;
| Returns | |
|---|---|
| Type | Description | 
| AdaptingOSStep.Builder | |
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. | 
getCreatingImageBuilder()
public CreatingImageStep.Builder getCreatingImageBuilder()Creating image step.
 .google.cloud.vmmigration.v1.CreatingImageStep creating_image = 6;
| Returns | |
|---|---|
| Type | Description | 
| CreatingImageStep.Builder | |
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 | |
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Returns | |
|---|---|
| Type | Description | 
| Descriptor | |
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. | 
getEndTimeBuilder()
public Timestamp.Builder getEndTimeBuilder()Output only. The time the step has ended.
 .google.protobuf.Timestamp end_time = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
 
| Returns | |
|---|---|
| Type | Description | 
| Builder | |
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. | 
getInitializingBuilder()
public InitializingImageImportStep.Builder getInitializingBuilder()Initializing step.
 .google.cloud.vmmigration.v1.InitializingImageImportStep initializing = 3;
| Returns | |
|---|---|
| Type | Description | 
| InitializingImageImportStep.Builder | |
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. | 
getLoadingSourceFilesBuilder()
public LoadingImageSourceFilesStep.Builder getLoadingSourceFilesBuilder()Loading source files step.
 .google.cloud.vmmigration.v1.LoadingImageSourceFilesStep loading_source_files = 4;
 
| Returns | |
|---|---|
| Type | Description | 
| LoadingImageSourceFilesStep.Builder | |
getLoadingSourceFilesOrBuilder()
public LoadingImageSourceFilesStepOrBuilder getLoadingSourceFilesOrBuilder()Loading source files step.
 .google.cloud.vmmigration.v1.LoadingImageSourceFilesStep loading_source_files = 4;
 
| Returns | |
|---|---|
| Type | Description | 
| LoadingImageSourceFilesStepOrBuilder | |
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. | 
getStartTimeBuilder()
public Timestamp.Builder getStartTimeBuilder()Output only. The time the step has started.
 .google.protobuf.Timestamp start_time = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
 
| Returns | |
|---|---|
| Type | Description | 
| Builder | |
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. | 
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description | 
| FieldAccessorTable | |
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description | 
| boolean | |
mergeAdaptingOs(AdaptingOSStep value)
public ImageImportStep.Builder mergeAdaptingOs(AdaptingOSStep value)Adapting OS step.
 .google.cloud.vmmigration.v1.AdaptingOSStep adapting_os = 5;
| Parameter | |
|---|---|
| Name | Description | 
| value | AdaptingOSStep | 
| Returns | |
|---|---|
| Type | Description | 
| ImageImportStep.Builder | |
mergeCreatingImage(CreatingImageStep value)
public ImageImportStep.Builder mergeCreatingImage(CreatingImageStep value)Creating image step.
 .google.cloud.vmmigration.v1.CreatingImageStep creating_image = 6;
| Parameter | |
|---|---|
| Name | Description | 
| value | CreatingImageStep | 
| Returns | |
|---|---|
| Type | Description | 
| ImageImportStep.Builder | |
mergeEndTime(Timestamp value)
public ImageImportStep.Builder mergeEndTime(Timestamp value)Output only. The time the step has ended.
 .google.protobuf.Timestamp end_time = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
 
| Parameter | |
|---|---|
| Name | Description | 
| value | Timestamp | 
| Returns | |
|---|---|
| Type | Description | 
| ImageImportStep.Builder | |
mergeFrom(ImageImportStep other)
public ImageImportStep.Builder mergeFrom(ImageImportStep other)| Parameter | |
|---|---|
| Name | Description | 
| other | ImageImportStep | 
| Returns | |
|---|---|
| Type | Description | 
| ImageImportStep.Builder | |
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public ImageImportStep.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description | 
| input | CodedInputStream | 
| extensionRegistry | ExtensionRegistryLite | 
| Returns | |
|---|---|
| Type | Description | 
| ImageImportStep.Builder | |
| Exceptions | |
|---|---|
| Type | Description | 
| IOException | |
mergeFrom(Message other)
public ImageImportStep.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description | 
| other | Message | 
| Returns | |
|---|---|
| Type | Description | 
| ImageImportStep.Builder | |
mergeInitializing(InitializingImageImportStep value)
public ImageImportStep.Builder mergeInitializing(InitializingImageImportStep value)Initializing step.
 .google.cloud.vmmigration.v1.InitializingImageImportStep initializing = 3;
| Parameter | |
|---|---|
| Name | Description | 
| value | InitializingImageImportStep | 
| Returns | |
|---|---|
| Type | Description | 
| ImageImportStep.Builder | |
mergeLoadingSourceFiles(LoadingImageSourceFilesStep value)
public ImageImportStep.Builder mergeLoadingSourceFiles(LoadingImageSourceFilesStep value)Loading source files step.
 .google.cloud.vmmigration.v1.LoadingImageSourceFilesStep loading_source_files = 4;
 
| Parameter | |
|---|---|
| Name | Description | 
| value | LoadingImageSourceFilesStep | 
| Returns | |
|---|---|
| Type | Description | 
| ImageImportStep.Builder | |
mergeStartTime(Timestamp value)
public ImageImportStep.Builder mergeStartTime(Timestamp value)Output only. The time the step has started.
 .google.protobuf.Timestamp start_time = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
 
| Parameter | |
|---|---|
| Name | Description | 
| value | Timestamp | 
| Returns | |
|---|---|
| Type | Description | 
| ImageImportStep.Builder | |
mergeUnknownFields(UnknownFieldSet unknownFields)
public final ImageImportStep.Builder mergeUnknownFields(UnknownFieldSet unknownFields)| Parameter | |
|---|---|
| Name | Description | 
| unknownFields | UnknownFieldSet | 
| Returns | |
|---|---|
| Type | Description | 
| ImageImportStep.Builder | |
setAdaptingOs(AdaptingOSStep value)
public ImageImportStep.Builder setAdaptingOs(AdaptingOSStep value)Adapting OS step.
 .google.cloud.vmmigration.v1.AdaptingOSStep adapting_os = 5;
| Parameter | |
|---|---|
| Name | Description | 
| value | AdaptingOSStep | 
| Returns | |
|---|---|
| Type | Description | 
| ImageImportStep.Builder | |
setAdaptingOs(AdaptingOSStep.Builder builderForValue)
public ImageImportStep.Builder setAdaptingOs(AdaptingOSStep.Builder builderForValue)Adapting OS step.
 .google.cloud.vmmigration.v1.AdaptingOSStep adapting_os = 5;
| Parameter | |
|---|---|
| Name | Description | 
| builderForValue | AdaptingOSStep.Builder | 
| Returns | |
|---|---|
| Type | Description | 
| ImageImportStep.Builder | |
setCreatingImage(CreatingImageStep value)
public ImageImportStep.Builder setCreatingImage(CreatingImageStep value)Creating image step.
 .google.cloud.vmmigration.v1.CreatingImageStep creating_image = 6;
| Parameter | |
|---|---|
| Name | Description | 
| value | CreatingImageStep | 
| Returns | |
|---|---|
| Type | Description | 
| ImageImportStep.Builder | |
setCreatingImage(CreatingImageStep.Builder builderForValue)
public ImageImportStep.Builder setCreatingImage(CreatingImageStep.Builder builderForValue)Creating image step.
 .google.cloud.vmmigration.v1.CreatingImageStep creating_image = 6;
| Parameter | |
|---|---|
| Name | Description | 
| builderForValue | CreatingImageStep.Builder | 
| Returns | |
|---|---|
| Type | Description | 
| ImageImportStep.Builder | |
setEndTime(Timestamp value)
public ImageImportStep.Builder setEndTime(Timestamp value)Output only. The time the step has ended.
 .google.protobuf.Timestamp end_time = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
 
| Parameter | |
|---|---|
| Name | Description | 
| value | Timestamp | 
| Returns | |
|---|---|
| Type | Description | 
| ImageImportStep.Builder | |
setEndTime(Timestamp.Builder builderForValue)
public ImageImportStep.Builder setEndTime(Timestamp.Builder builderForValue)Output only. The time the step has ended.
 .google.protobuf.Timestamp end_time = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
 
| Parameter | |
|---|---|
| Name | Description | 
| builderForValue | Builder | 
| Returns | |
|---|---|
| Type | Description | 
| ImageImportStep.Builder | |
setField(Descriptors.FieldDescriptor field, Object value)
public ImageImportStep.Builder setField(Descriptors.FieldDescriptor field, Object value)| Parameters | |
|---|---|
| Name | Description | 
| field | FieldDescriptor | 
| value | Object | 
| Returns | |
|---|---|
| Type | Description | 
| ImageImportStep.Builder | |
setInitializing(InitializingImageImportStep value)
public ImageImportStep.Builder setInitializing(InitializingImageImportStep value)Initializing step.
 .google.cloud.vmmigration.v1.InitializingImageImportStep initializing = 3;
| Parameter | |
|---|---|
| Name | Description | 
| value | InitializingImageImportStep | 
| Returns | |
|---|---|
| Type | Description | 
| ImageImportStep.Builder | |
setInitializing(InitializingImageImportStep.Builder builderForValue)
public ImageImportStep.Builder setInitializing(InitializingImageImportStep.Builder builderForValue)Initializing step.
 .google.cloud.vmmigration.v1.InitializingImageImportStep initializing = 3;
| Parameter | |
|---|---|
| Name | Description | 
| builderForValue | InitializingImageImportStep.Builder | 
| Returns | |
|---|---|
| Type | Description | 
| ImageImportStep.Builder | |
setLoadingSourceFiles(LoadingImageSourceFilesStep value)
public ImageImportStep.Builder setLoadingSourceFiles(LoadingImageSourceFilesStep value)Loading source files step.
 .google.cloud.vmmigration.v1.LoadingImageSourceFilesStep loading_source_files = 4;
 
| Parameter | |
|---|---|
| Name | Description | 
| value | LoadingImageSourceFilesStep | 
| Returns | |
|---|---|
| Type | Description | 
| ImageImportStep.Builder | |
setLoadingSourceFiles(LoadingImageSourceFilesStep.Builder builderForValue)
public ImageImportStep.Builder setLoadingSourceFiles(LoadingImageSourceFilesStep.Builder builderForValue)Loading source files step.
 .google.cloud.vmmigration.v1.LoadingImageSourceFilesStep loading_source_files = 4;
 
| Parameter | |
|---|---|
| Name | Description | 
| builderForValue | LoadingImageSourceFilesStep.Builder | 
| Returns | |
|---|---|
| Type | Description | 
| ImageImportStep.Builder | |
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public ImageImportStep.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)| Parameters | |
|---|---|
| Name | Description | 
| field | FieldDescriptor | 
| index | int | 
| value | Object | 
| Returns | |
|---|---|
| Type | Description | 
| ImageImportStep.Builder | |
setStartTime(Timestamp value)
public ImageImportStep.Builder setStartTime(Timestamp value)Output only. The time the step has started.
 .google.protobuf.Timestamp start_time = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
 
| Parameter | |
|---|---|
| Name | Description | 
| value | Timestamp | 
| Returns | |
|---|---|
| Type | Description | 
| ImageImportStep.Builder | |
setStartTime(Timestamp.Builder builderForValue)
public ImageImportStep.Builder setStartTime(Timestamp.Builder builderForValue)Output only. The time the step has started.
 .google.protobuf.Timestamp start_time = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
 
| Parameter | |
|---|---|
| Name | Description | 
| builderForValue | Builder | 
| Returns | |
|---|---|
| Type | Description | 
| ImageImportStep.Builder | |
setUnknownFields(UnknownFieldSet unknownFields)
public final ImageImportStep.Builder setUnknownFields(UnknownFieldSet unknownFields)| Parameter | |
|---|---|
| Name | Description | 
| unknownFields | UnknownFieldSet | 
| Returns | |
|---|---|
| Type | Description | 
| ImageImportStep.Builder | |