Interface ExportDataResponseOrBuilder (3.11.0)

public interface ExportDataResponseOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getExportedFiles(int index)

public abstract String getExportedFiles(int index)

All of the files that are exported in this export operation.

repeated string exported_files = 1;

Parameter
NameDescription
indexint

The index of the element to return.

Returns
TypeDescription
String

The exportedFiles at the given index.

getExportedFilesBytes(int index)

public abstract ByteString getExportedFilesBytes(int index)

All of the files that are exported in this export operation.

repeated string exported_files = 1;

Parameter
NameDescription
indexint

The index of the value to return.

Returns
TypeDescription
ByteString

The bytes of the exportedFiles at the given index.

getExportedFilesCount()

public abstract int getExportedFilesCount()

All of the files that are exported in this export operation.

repeated string exported_files = 1;

Returns
TypeDescription
int

The count of exportedFiles.

getExportedFilesList()

public abstract List<String> getExportedFilesList()

All of the files that are exported in this export operation.

repeated string exported_files = 1;

Returns
TypeDescription
List<String>

A list containing the exportedFiles.