public static interface BackgroundJobLogEntry.ImportRulesJobDetailsOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getFileFormat()
public abstract ImportRulesFileFormat getFileFormat()The requested file format.
.google.cloud.clouddms.v1.ImportRulesFileFormat file_format = 2;
| Returns | |
|---|---|
| Type | Description |
ImportRulesFileFormat |
The fileFormat. |
getFileFormatValue()
public abstract int getFileFormatValue()The requested file format.
.google.cloud.clouddms.v1.ImportRulesFileFormat file_format = 2;
| Returns | |
|---|---|
| Type | Description |
int |
The enum numeric value on the wire for fileFormat. |
getFiles(int index)
public abstract String getFiles(int index)File names used for the import rules job.
repeated string files = 1;
| 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)File names used for the import rules job.
repeated string files = 1;
| 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()File names used for the import rules job.
repeated string files = 1;
| Returns | |
|---|---|
| Type | Description |
int |
The count of files. |
getFilesList()
public abstract List<String> getFilesList()File names used for the import rules job.
repeated string files = 1;
| Returns | |
|---|---|
| Type | Description |
List<String> |
A list containing the files. |