public interface ExportDataResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getExportedFiles(int index)
All of the files that are exported in this export operation.
|
com.google.protobuf.ByteString |
getExportedFilesBytes(int index)
All of the files that are exported in this export operation.
|
int |
getExportedFilesCount()
All of the files that are exported in this export operation.
|
List<String> |
getExportedFilesList()
All of the files that are exported in this export operation.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofList<String> getExportedFilesList()
All of the files that are exported in this export operation.
repeated string exported_files = 1;int getExportedFilesCount()
All of the files that are exported in this export operation.
repeated string exported_files = 1;String getExportedFiles(int index)
All of the files that are exported in this export operation.
repeated string exported_files = 1;index - The index of the element to return.com.google.protobuf.ByteString getExportedFilesBytes(int index)
All of the files that are exported in this export operation.
repeated string exported_files = 1;index - The index of the value to return.Copyright © 2023 Google LLC. All rights reserved.