public interface ExportDocumentsResponseOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getOutputUriPrefix()
public abstract String getOutputUriPrefix()
Location of the output files. This can be used to begin an import into Cloud Firestore (this project or another project) after the operation completes successfully.
string output_uri_prefix = 1;
Returns | |
---|---|
Type | Description |
String |
The outputUriPrefix. |
getOutputUriPrefixBytes()
public abstract ByteString getOutputUriPrefixBytes()
Location of the output files. This can be used to begin an import into Cloud Firestore (this project or another project) after the operation completes successfully.
string output_uri_prefix = 1;
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for outputUriPrefix. |