public interface ExportDocumentsResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
String |
getOutputUriPrefix()
Location of the output files.
|
com.google.protobuf.ByteString |
getOutputUriPrefixBytes()
Location of the output files.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
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;
com.google.protobuf.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;
Copyright © 2023 Google LLC. All rights reserved.