Interface BackgroundJobLogEntry.ImportRulesJobDetailsOrBuilder (2.18.0)

public static interface BackgroundJobLogEntry.ImportRulesJobDetailsOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getFileFormat()

public abstract ImportRulesFileFormat getFileFormat()

The requested file format.

.google.cloud.clouddms.v1.ImportRulesFileFormat file_format = 2;

Returns
TypeDescription
ImportRulesFileFormat

The fileFormat.

getFileFormatValue()

public abstract int getFileFormatValue()

The requested file format.

.google.cloud.clouddms.v1.ImportRulesFileFormat file_format = 2;

Returns
TypeDescription
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
NameDescription
indexint

The index of the element to return.

Returns
TypeDescription
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
NameDescription
indexint

The index of the value to return.

Returns
TypeDescription
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
TypeDescription
int

The count of files.

getFilesList()

public abstract List<String> getFilesList()

File names used for the import rules job.

repeated string files = 1;

Returns
TypeDescription
List<String>

A list containing the files.