Interface ExportDocumentsResponseOrBuilder (3.7.2)

public interface ExportDocumentsResponseOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

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

The bytes for outputUriPrefix.