Interface BackgroundJobLogEntry.ImportRulesJobDetailsOrBuilder (2.39.0)

public static interface BackgroundJobLogEntry.ImportRulesJobDetailsOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

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
TypeDescription
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
TypeDescription
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
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)

Output only. File names used for the import rules job.

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

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()

Output only. File names used for the import rules job.

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

Returns
TypeDescription
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
TypeDescription
List<String>

A list containing the files.