public static interface BackgroundJobLogEntry.ImportRulesJobDetailsOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getFileFormat()
public abstract ImportRulesFileFormat getFileFormat()Output only. The requested file format.
.google.cloud.clouddms.v1.ImportRulesFileFormat file_format = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
ImportRulesFileFormat |
The fileFormat. |
getFileFormatValue()
public abstract int getFileFormatValue()Output only. The requested file format.
.google.cloud.clouddms.v1.ImportRulesFileFormat file_format = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
int |
The enum numeric value on the wire for fileFormat. |
getFiles(int index)
public abstract String getFiles(int index)Output only. File names used for the import rules job.
repeated string files = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Parameter | |
|---|---|
| Name | Description |
index |
intThe index of the element to return. |
| Returns | |
|---|---|
| Type | Description |
String |
The files at the given index. |
getFilesBytes(int index)
public abstract ByteString getFilesBytes(int index)Output only. File names used for the import rules job.
repeated string files = 1 [(.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 files at the given index. |
getFilesCount()
public abstract int getFilesCount()Output only. File names used for the import rules job.
repeated string files = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
int |
The count of files. |
getFilesList()
public abstract List<String> getFilesList()Output only. File names used for the import rules job.
repeated string files = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
List<String> |
A list containing the files. |