- 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 interface ImageImportJobOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getCloudStorageUri()
public abstract String getCloudStorageUri()Output only. The path to the Cloud Storage file from which the image should be imported.
 string cloud_storage_uri = 10 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description | 
| String | The cloudStorageUri. | 
getCloudStorageUriBytes()
public abstract ByteString getCloudStorageUriBytes()Output only. The path to the Cloud Storage file from which the image should be imported.
 string cloud_storage_uri = 10 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description | 
| ByteString | The bytes for cloudStorageUri. | 
getCreateTime()
public abstract Timestamp getCreateTime()Output only. The time the image import was created (as an API call, not when it was actually created in the target).
 .google.protobuf.Timestamp create_time = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
 
| Returns | |
|---|---|
| Type | Description | 
| Timestamp | The createTime. | 
getCreateTimeOrBuilder()
public abstract TimestampOrBuilder getCreateTimeOrBuilder()Output only. The time the image import was created (as an API call, not when it was actually created in the target).
 .google.protobuf.Timestamp create_time = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
 
| Returns | |
|---|---|
| Type | Description | 
| TimestampOrBuilder | |
getCreatedResources(int index)
public abstract String getCreatedResources(int index)Output only. The resource paths of the resources created by the image import job.
 repeated string created_resources = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
 
| Parameter | |
|---|---|
| Name | Description | 
| index | intThe index of the element to return. | 
| Returns | |
|---|---|
| Type | Description | 
| String | The createdResources at the given index. | 
getCreatedResourcesBytes(int index)
public abstract ByteString getCreatedResourcesBytes(int index)Output only. The resource paths of the resources created by the image import job.
 repeated string created_resources = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
 
| Parameter | |
|---|---|
| Name | Description | 
| index | intThe index of the value to return. | 
| Returns | |
|---|---|
| Type | Description | 
| ByteString | The bytes of the createdResources at the given index. | 
getCreatedResourcesCount()
public abstract int getCreatedResourcesCount()Output only. The resource paths of the resources created by the image import job.
 repeated string created_resources = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
 
| Returns | |
|---|---|
| Type | Description | 
| int | The count of createdResources. | 
getCreatedResourcesList()
public abstract List<String> getCreatedResourcesList()Output only. The resource paths of the resources created by the image import job.
 repeated string created_resources = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
 
| Returns | |
|---|---|
| Type | Description | 
| List<String> | A list containing the createdResources. | 
getDiskImageTargetDetails()
public abstract DiskImageTargetDetails getDiskImageTargetDetails()Output only. Target details used to import a disk image.
 
 .google.cloud.vmmigration.v1.DiskImageTargetDetails disk_image_target_details = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
 
| Returns | |
|---|---|
| Type | Description | 
| DiskImageTargetDetails | The diskImageTargetDetails. | 
getDiskImageTargetDetailsOrBuilder()
public abstract DiskImageTargetDetailsOrBuilder getDiskImageTargetDetailsOrBuilder()Output only. Target details used to import a disk image.
 
 .google.cloud.vmmigration.v1.DiskImageTargetDetails disk_image_target_details = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
 
| Returns | |
|---|---|
| Type | Description | 
| DiskImageTargetDetailsOrBuilder | |
getEndTime()
public abstract Timestamp getEndTime()Output only. The time the image import was ended.
 .google.protobuf.Timestamp end_time = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
 
| Returns | |
|---|---|
| Type | Description | 
| Timestamp | The endTime. | 
getEndTimeOrBuilder()
public abstract TimestampOrBuilder getEndTimeOrBuilder()Output only. The time the image import was ended.
 .google.protobuf.Timestamp end_time = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
 
| Returns | |
|---|---|
| Type | Description | 
| TimestampOrBuilder | |
getErrors(int index)
public abstract Status getErrors(int index)Output only. Provides details on the error that led to the image import state in case of an error.
 repeated .google.rpc.Status errors = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];
 
| Parameter | |
|---|---|
| Name | Description | 
| index | int | 
| Returns | |
|---|---|
| Type | Description | 
| com.google.rpc.Status | |
getErrorsCount()
public abstract int getErrorsCount()Output only. Provides details on the error that led to the image import state in case of an error.
 repeated .google.rpc.Status errors = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];
 
| Returns | |
|---|---|
| Type | Description | 
| int | |
getErrorsList()
public abstract List<Status> getErrorsList()Output only. Provides details on the error that led to the image import state in case of an error.
 repeated .google.rpc.Status errors = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];
 
| Returns | |
|---|---|
| Type | Description | 
| List<com.google.rpc.Status> | |
getErrorsOrBuilder(int index)
public abstract StatusOrBuilder getErrorsOrBuilder(int index)Output only. Provides details on the error that led to the image import state in case of an error.
 repeated .google.rpc.Status errors = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];
 
| Parameter | |
|---|---|
| Name | Description | 
| index | int | 
| Returns | |
|---|---|
| Type | Description | 
| com.google.rpc.StatusOrBuilder | |
getErrorsOrBuilderList()
public abstract List<? extends StatusOrBuilder> getErrorsOrBuilderList()Output only. Provides details on the error that led to the image import state in case of an error.
 repeated .google.rpc.Status errors = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];
 
| Returns | |
|---|---|
| Type | Description | 
| List<? extends com.google.rpc.StatusOrBuilder> | |
getMachineImageTargetDetails()
public abstract MachineImageTargetDetails getMachineImageTargetDetails()Output only. Target details used to import a machine image.
 
 .google.cloud.vmmigration.v1.MachineImageTargetDetails machine_image_target_details = 11 [(.google.api.field_behavior) = OUTPUT_ONLY];
 
| Returns | |
|---|---|
| Type | Description | 
| MachineImageTargetDetails | The machineImageTargetDetails. | 
getMachineImageTargetDetailsOrBuilder()
public abstract MachineImageTargetDetailsOrBuilder getMachineImageTargetDetailsOrBuilder()Output only. Target details used to import a machine image.
 
 .google.cloud.vmmigration.v1.MachineImageTargetDetails machine_image_target_details = 11 [(.google.api.field_behavior) = OUTPUT_ONLY];
 
| Returns | |
|---|---|
| Type | Description | 
| MachineImageTargetDetailsOrBuilder | |
getName()
public abstract String getName()Output only. The resource path of the ImageImportJob.
 string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description | 
| String | The name. | 
getNameBytes()
public abstract ByteString getNameBytes()Output only. The resource path of the ImageImportJob.
 string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description | 
| ByteString | The bytes for name. | 
getSourceCase()
public abstract ImageImportJob.SourceCase getSourceCase()| Returns | |
|---|---|
| Type | Description | 
| ImageImportJob.SourceCase | |
getState()
public abstract ImageImportJob.State getState()Output only. The state of the image import.
 
 .google.cloud.vmmigration.v1.ImageImportJob.State state = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
 
| Returns | |
|---|---|
| Type | Description | 
| ImageImportJob.State | The state. | 
getStateValue()
public abstract int getStateValue()Output only. The state of the image import.
 
 .google.cloud.vmmigration.v1.ImageImportJob.State state = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
 
| Returns | |
|---|---|
| Type | Description | 
| int | The enum numeric value on the wire for state. | 
getSteps(int index)
public abstract ImageImportStep getSteps(int index)Output only. The image import steps list representing its progress.
 
 repeated .google.cloud.vmmigration.v1.ImageImportStep steps = 9 [(.google.api.field_behavior) = OUTPUT_ONLY];
 
| Parameter | |
|---|---|
| Name | Description | 
| index | int | 
| Returns | |
|---|---|
| Type | Description | 
| ImageImportStep | |
getStepsCount()
public abstract int getStepsCount()Output only. The image import steps list representing its progress.
 
 repeated .google.cloud.vmmigration.v1.ImageImportStep steps = 9 [(.google.api.field_behavior) = OUTPUT_ONLY];
 
| Returns | |
|---|---|
| Type | Description | 
| int | |
getStepsList()
public abstract List<ImageImportStep> getStepsList()Output only. The image import steps list representing its progress.
 
 repeated .google.cloud.vmmigration.v1.ImageImportStep steps = 9 [(.google.api.field_behavior) = OUTPUT_ONLY];
 
| Returns | |
|---|---|
| Type | Description | 
| List<ImageImportStep> | |
getStepsOrBuilder(int index)
public abstract ImageImportStepOrBuilder getStepsOrBuilder(int index)Output only. The image import steps list representing its progress.
 
 repeated .google.cloud.vmmigration.v1.ImageImportStep steps = 9 [(.google.api.field_behavior) = OUTPUT_ONLY];
 
| Parameter | |
|---|---|
| Name | Description | 
| index | int | 
| Returns | |
|---|---|
| Type | Description | 
| ImageImportStepOrBuilder | |
getStepsOrBuilderList()
public abstract List<? extends ImageImportStepOrBuilder> getStepsOrBuilderList()Output only. The image import steps list representing its progress.
 
 repeated .google.cloud.vmmigration.v1.ImageImportStep steps = 9 [(.google.api.field_behavior) = OUTPUT_ONLY];
 
| Returns | |
|---|---|
| Type | Description | 
| List<? extends com.google.cloud.vmmigration.v1.ImageImportStepOrBuilder> | |
getTargetDetailsCase()
public abstract ImageImportJob.TargetDetailsCase getTargetDetailsCase()| Returns | |
|---|---|
| Type | Description | 
| ImageImportJob.TargetDetailsCase | |
getWarnings(int index)
public abstract MigrationWarning getWarnings(int index)Output only. Warnings that occurred during the image import.
 
 repeated .google.cloud.vmmigration.v1.MigrationWarning warnings = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];
 
| Parameter | |
|---|---|
| Name | Description | 
| index | int | 
| Returns | |
|---|---|
| Type | Description | 
| MigrationWarning | |
getWarningsCount()
public abstract int getWarningsCount()Output only. Warnings that occurred during the image import.
 
 repeated .google.cloud.vmmigration.v1.MigrationWarning warnings = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];
 
| Returns | |
|---|---|
| Type | Description | 
| int | |
getWarningsList()
public abstract List<MigrationWarning> getWarningsList()Output only. Warnings that occurred during the image import.
 
 repeated .google.cloud.vmmigration.v1.MigrationWarning warnings = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];
 
| Returns | |
|---|---|
| Type | Description | 
| List<MigrationWarning> | |
getWarningsOrBuilder(int index)
public abstract MigrationWarningOrBuilder getWarningsOrBuilder(int index)Output only. Warnings that occurred during the image import.
 
 repeated .google.cloud.vmmigration.v1.MigrationWarning warnings = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];
 
| Parameter | |
|---|---|
| Name | Description | 
| index | int | 
| Returns | |
|---|---|
| Type | Description | 
| MigrationWarningOrBuilder | |
getWarningsOrBuilderList()
public abstract List<? extends MigrationWarningOrBuilder> getWarningsOrBuilderList()Output only. Warnings that occurred during the image import.
 
 repeated .google.cloud.vmmigration.v1.MigrationWarning warnings = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];
 
| Returns | |
|---|---|
| Type | Description | 
| List<? extends com.google.cloud.vmmigration.v1.MigrationWarningOrBuilder> | |
hasCloudStorageUri()
public abstract boolean hasCloudStorageUri()Output only. The path to the Cloud Storage file from which the image should be imported.
 string cloud_storage_uri = 10 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description | 
| boolean | Whether the cloudStorageUri field is set. | 
hasCreateTime()
public abstract boolean hasCreateTime()Output only. The time the image import was created (as an API call, not when it was actually created in the target).
 .google.protobuf.Timestamp create_time = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
 
| Returns | |
|---|---|
| Type | Description | 
| boolean | Whether the createTime field is set. | 
hasDiskImageTargetDetails()
public abstract boolean hasDiskImageTargetDetails()Output only. Target details used to import a disk image.
 
 .google.cloud.vmmigration.v1.DiskImageTargetDetails disk_image_target_details = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
 
| Returns | |
|---|---|
| Type | Description | 
| boolean | Whether the diskImageTargetDetails field is set. | 
hasEndTime()
public abstract boolean hasEndTime()Output only. The time the image import was ended.
 .google.protobuf.Timestamp end_time = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
 
| Returns | |
|---|---|
| Type | Description | 
| boolean | Whether the endTime field is set. | 
hasMachineImageTargetDetails()
public abstract boolean hasMachineImageTargetDetails()Output only. Target details used to import a machine image.
 
 .google.cloud.vmmigration.v1.MachineImageTargetDetails machine_image_target_details = 11 [(.google.api.field_behavior) = OUTPUT_ONLY];
 
| Returns | |
|---|---|
| Type | Description | 
| boolean | Whether the machineImageTargetDetails field is set. |