public interface ExportDataResponseOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
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 | |
|---|---|
| Name | Description |
index |
intThe index of the element to return. |
| Returns | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Name | Description |
index |
intThe index of the value to return. |
| Returns | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
List<String> |
A list containing the exportedFiles. |