- 1.74.0 (latest)
- 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 ImageImportOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getCloudStorageUri()
public abstract String getCloudStorageUri()
Immutable. The path to the Cloud Storage file from which the image should be imported.
string cloud_storage_uri = 2 [(.google.api.field_behavior) = IMMUTABLE];
Returns | |
---|---|
Type | Description |
String |
The cloudStorageUri. |
getCloudStorageUriBytes()
public abstract ByteString getCloudStorageUriBytes()
Immutable. The path to the Cloud Storage file from which the image should be imported.
string cloud_storage_uri = 2 [(.google.api.field_behavior) = IMMUTABLE];
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for cloudStorageUri. |
getCreateTime()
public abstract Timestamp getCreateTime()
Output only. The time the image import was created.
.google.protobuf.Timestamp create_time = 3 [(.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.
.google.protobuf.Timestamp create_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns | |
---|---|
Type | Description |
TimestampOrBuilder |
getDiskImageTargetDefaults()
public abstract DiskImageTargetDetails getDiskImageTargetDefaults()
Immutable. Target details for importing a disk image, will be used by ImageImportJob.
.google.cloud.vmmigration.v1.DiskImageTargetDetails disk_image_target_defaults = 4 [(.google.api.field_behavior) = IMMUTABLE];
Returns | |
---|---|
Type | Description |
DiskImageTargetDetails |
The diskImageTargetDefaults. |
getDiskImageTargetDefaultsOrBuilder()
public abstract DiskImageTargetDetailsOrBuilder getDiskImageTargetDefaultsOrBuilder()
Immutable. Target details for importing a disk image, will be used by ImageImportJob.
.google.cloud.vmmigration.v1.DiskImageTargetDetails disk_image_target_defaults = 4 [(.google.api.field_behavior) = IMMUTABLE];
Returns | |
---|---|
Type | Description |
DiskImageTargetDetailsOrBuilder |
getEncryption()
public abstract Encryption getEncryption()
Immutable. The encryption details used by the image import process during the image adaptation for Compute Engine.
.google.cloud.vmmigration.v1.Encryption encryption = 6 [(.google.api.field_behavior) = IMMUTABLE];
Returns | |
---|---|
Type | Description |
Encryption |
The encryption. |
getEncryptionOrBuilder()
public abstract EncryptionOrBuilder getEncryptionOrBuilder()
Immutable. The encryption details used by the image import process during the image adaptation for Compute Engine.
.google.cloud.vmmigration.v1.Encryption encryption = 6 [(.google.api.field_behavior) = IMMUTABLE];
Returns | |
---|---|
Type | Description |
EncryptionOrBuilder |
getMachineImageTargetDefaults()
public abstract MachineImageTargetDetails getMachineImageTargetDefaults()
Immutable. Target details for importing a machine image, will be used by ImageImportJob.
.google.cloud.vmmigration.v1.MachineImageTargetDetails machine_image_target_defaults = 7 [(.google.api.field_behavior) = IMMUTABLE];
Returns | |
---|---|
Type | Description |
MachineImageTargetDetails |
The machineImageTargetDefaults. |
getMachineImageTargetDefaultsOrBuilder()
public abstract MachineImageTargetDetailsOrBuilder getMachineImageTargetDefaultsOrBuilder()
Immutable. Target details for importing a machine image, will be used by ImageImportJob.
.google.cloud.vmmigration.v1.MachineImageTargetDetails machine_image_target_defaults = 7 [(.google.api.field_behavior) = IMMUTABLE];
Returns | |
---|---|
Type | Description |
MachineImageTargetDetailsOrBuilder |
getName()
public abstract String getName()
Output only. The resource path of the ImageImport.
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 ImageImport.
string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for name. |
getRecentImageImportJobs(int index)
public abstract ImageImportJob getRecentImageImportJobs(int index)
Output only. The result of the most recent runs for this ImageImport. All jobs for this ImageImport can be listed via ListImageImportJobs.
repeated .google.cloud.vmmigration.v1.ImageImportJob recent_image_import_jobs = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
Parameter | |
---|---|
Name | Description |
index |
int |
Returns | |
---|---|
Type | Description |
ImageImportJob |
getRecentImageImportJobsCount()
public abstract int getRecentImageImportJobsCount()
Output only. The result of the most recent runs for this ImageImport. All jobs for this ImageImport can be listed via ListImageImportJobs.
repeated .google.cloud.vmmigration.v1.ImageImportJob recent_image_import_jobs = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns | |
---|---|
Type | Description |
int |
getRecentImageImportJobsList()
public abstract List<ImageImportJob> getRecentImageImportJobsList()
Output only. The result of the most recent runs for this ImageImport. All jobs for this ImageImport can be listed via ListImageImportJobs.
repeated .google.cloud.vmmigration.v1.ImageImportJob recent_image_import_jobs = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns | |
---|---|
Type | Description |
List<ImageImportJob> |
getRecentImageImportJobsOrBuilder(int index)
public abstract ImageImportJobOrBuilder getRecentImageImportJobsOrBuilder(int index)
Output only. The result of the most recent runs for this ImageImport. All jobs for this ImageImport can be listed via ListImageImportJobs.
repeated .google.cloud.vmmigration.v1.ImageImportJob recent_image_import_jobs = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
Parameter | |
---|---|
Name | Description |
index |
int |
Returns | |
---|---|
Type | Description |
ImageImportJobOrBuilder |
getRecentImageImportJobsOrBuilderList()
public abstract List<? extends ImageImportJobOrBuilder> getRecentImageImportJobsOrBuilderList()
Output only. The result of the most recent runs for this ImageImport. All jobs for this ImageImport can be listed via ListImageImportJobs.
repeated .google.cloud.vmmigration.v1.ImageImportJob recent_image_import_jobs = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns | |
---|---|
Type | Description |
List<? extends com.google.cloud.vmmigration.v1.ImageImportJobOrBuilder> |
getSourceCase()
public abstract ImageImport.SourceCase getSourceCase()
Returns | |
---|---|
Type | Description |
ImageImport.SourceCase |
getTargetDefaultsCase()
public abstract ImageImport.TargetDefaultsCase getTargetDefaultsCase()
Returns | |
---|---|
Type | Description |
ImageImport.TargetDefaultsCase |
hasCloudStorageUri()
public abstract boolean hasCloudStorageUri()
Immutable. The path to the Cloud Storage file from which the image should be imported.
string cloud_storage_uri = 2 [(.google.api.field_behavior) = IMMUTABLE];
Returns | |
---|---|
Type | Description |
boolean |
Whether the cloudStorageUri field is set. |
hasCreateTime()
public abstract boolean hasCreateTime()
Output only. The time the image import was created.
.google.protobuf.Timestamp create_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns | |
---|---|
Type | Description |
boolean |
Whether the createTime field is set. |
hasDiskImageTargetDefaults()
public abstract boolean hasDiskImageTargetDefaults()
Immutable. Target details for importing a disk image, will be used by ImageImportJob.
.google.cloud.vmmigration.v1.DiskImageTargetDetails disk_image_target_defaults = 4 [(.google.api.field_behavior) = IMMUTABLE];
Returns | |
---|---|
Type | Description |
boolean |
Whether the diskImageTargetDefaults field is set. |
hasEncryption()
public abstract boolean hasEncryption()
Immutable. The encryption details used by the image import process during the image adaptation for Compute Engine.
.google.cloud.vmmigration.v1.Encryption encryption = 6 [(.google.api.field_behavior) = IMMUTABLE];
Returns | |
---|---|
Type | Description |
boolean |
Whether the encryption field is set. |
hasMachineImageTargetDefaults()
public abstract boolean hasMachineImageTargetDefaults()
Immutable. Target details for importing a machine image, will be used by ImageImportJob.
.google.cloud.vmmigration.v1.MachineImageTargetDetails machine_image_target_defaults = 7 [(.google.api.field_behavior) = IMMUTABLE];
Returns | |
---|---|
Type | Description |
boolean |
Whether the machineImageTargetDefaults field is set. |