Interface ImportDataFileOrBuilder (0.4.0)

public interface ImportDataFileOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getCreateTime()

public abstract Timestamp getCreateTime()

Output only. The timestamp when the file was created.

.google.protobuf.Timestamp create_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
Timestamp

The createTime.

getCreateTimeOrBuilder()

public abstract TimestampOrBuilder getCreateTimeOrBuilder()

Output only. The timestamp when the file was created.

.google.protobuf.Timestamp create_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
TimestampOrBuilder

getDisplayName()

public abstract String getDisplayName()

User-friendly display name. Maximum length is 63 characters.

string display_name = 6;

Returns
TypeDescription
String

The displayName.

getDisplayNameBytes()

public abstract ByteString getDisplayNameBytes()

User-friendly display name. Maximum length is 63 characters.

string display_name = 6;

Returns
TypeDescription
ByteString

The bytes for displayName.

getFileInfoCase()

public abstract ImportDataFile.FileInfoCase getFileInfoCase()
Returns
TypeDescription
ImportDataFile.FileInfoCase

getFormat()

public abstract ImportJobFormat getFormat()

Required. The payload format.

.google.cloud.migrationcenter.v1.ImportJobFormat format = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
ImportJobFormat

The format.

getFormatValue()

public abstract int getFormatValue()

Required. The payload format.

.google.cloud.migrationcenter.v1.ImportJobFormat format = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
int

The enum numeric value on the wire for format.

getName()

public abstract String getName()

Output only. The name of the file.

string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
String

The name.

getNameBytes()

public abstract ByteString getNameBytes()

Output only. The name of the file.

string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
ByteString

The bytes for name.

getState()

public abstract ImportDataFile.State getState()

Output only. The state of the import data file.

.google.cloud.migrationcenter.v1.ImportDataFile.State state = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
ImportDataFile.State

The state.

getStateValue()

public abstract int getStateValue()

Output only. The state of the import data file.

.google.cloud.migrationcenter.v1.ImportDataFile.State state = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
int

The enum numeric value on the wire for state.

getUploadFileInfo()

public abstract UploadFileInfo getUploadFileInfo()

Information about a file that is uploaded to a storage service.

.google.cloud.migrationcenter.v1.UploadFileInfo upload_file_info = 5;

Returns
TypeDescription
UploadFileInfo

The uploadFileInfo.

getUploadFileInfoOrBuilder()

public abstract UploadFileInfoOrBuilder getUploadFileInfoOrBuilder()

Information about a file that is uploaded to a storage service.

.google.cloud.migrationcenter.v1.UploadFileInfo upload_file_info = 5;

Returns
TypeDescription
UploadFileInfoOrBuilder

hasCreateTime()

public abstract boolean hasCreateTime()

Output only. The timestamp when the file was created.

.google.protobuf.Timestamp create_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
boolean

Whether the createTime field is set.

hasUploadFileInfo()

public abstract boolean hasUploadFileInfo()

Information about a file that is uploaded to a storage service.

.google.cloud.migrationcenter.v1.UploadFileInfo upload_file_info = 5;

Returns
TypeDescription
boolean

Whether the uploadFileInfo field is set.