Package com.google.firestore.admin.v1
Interface ExportDocumentsResponseOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ExportDocumentsResponse,ExportDocumentsResponse.Builder
@Generated
public interface ExportDocumentsResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionLocation of the output files.com.google.protobuf.ByteStringLocation of the output files.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getOutputUriPrefix
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:
- The outputUriPrefix.
-
getOutputUriPrefixBytes
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;- Returns:
- The bytes for outputUriPrefix.
-