public interface ImportDataFileOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
com.google.protobuf.Timestamp |
getCreateTime()
Output only.
|
com.google.protobuf.TimestampOrBuilder |
getCreateTimeOrBuilder()
Output only.
|
String |
getDisplayName()
User-friendly display name.
|
com.google.protobuf.ByteString |
getDisplayNameBytes()
User-friendly display name.
|
ImportDataFile.FileInfoCase |
getFileInfoCase() |
ImportJobFormat |
getFormat()
Required.
|
int |
getFormatValue()
Required.
|
String |
getName()
Output only.
|
com.google.protobuf.ByteString |
getNameBytes()
Output only.
|
ImportDataFile.State |
getState()
Output only.
|
int |
getStateValue()
Output only.
|
UploadFileInfo |
getUploadFileInfo()
Information about a file that is uploaded to a storage service.
|
UploadFileInfoOrBuilder |
getUploadFileInfoOrBuilder()
Information about a file that is uploaded to a storage service.
|
boolean |
hasCreateTime()
Output only.
|
boolean |
hasUploadFileInfo()
Information about a file that is uploaded to a storage service.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getName()
Output only. The name of the file.
string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];com.google.protobuf.ByteString getNameBytes()
Output only. The name of the file.
string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];String getDisplayName()
User-friendly display name. Maximum length is 63 characters.
string display_name = 6;com.google.protobuf.ByteString getDisplayNameBytes()
User-friendly display name. Maximum length is 63 characters.
string display_name = 6;int getFormatValue()
Required. The payload format.
.google.cloud.migrationcenter.v1.ImportJobFormat format = 2 [(.google.api.field_behavior) = REQUIRED];
ImportJobFormat getFormat()
Required. The payload format.
.google.cloud.migrationcenter.v1.ImportJobFormat format = 2 [(.google.api.field_behavior) = REQUIRED];
boolean hasCreateTime()
Output only. The timestamp when the file was created.
.google.protobuf.Timestamp create_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
com.google.protobuf.Timestamp getCreateTime()
Output only. The timestamp when the file was created.
.google.protobuf.Timestamp create_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
com.google.protobuf.TimestampOrBuilder getCreateTimeOrBuilder()
Output only. The timestamp when the file was created.
.google.protobuf.Timestamp create_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
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];
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];
boolean hasUploadFileInfo()
Information about a file that is uploaded to a storage service.
.google.cloud.migrationcenter.v1.UploadFileInfo upload_file_info = 5;UploadFileInfo getUploadFileInfo()
Information about a file that is uploaded to a storage service.
.google.cloud.migrationcenter.v1.UploadFileInfo upload_file_info = 5;UploadFileInfoOrBuilder getUploadFileInfoOrBuilder()
Information about a file that is uploaded to a storage service.
.google.cloud.migrationcenter.v1.UploadFileInfo upload_file_info = 5;ImportDataFile.FileInfoCase getFileInfoCase()
Copyright © 2024 Google LLC. All rights reserved.