Package com.google.firestore.admin.v1
Interface ImportDocumentsRequestOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ImportDocumentsRequest,ImportDocumentsRequest.Builder
public interface ImportDocumentsRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetCollectionIds(int index) Which collection IDs to import.com.google.protobuf.ByteStringgetCollectionIdsBytes(int index) Which collection IDs to import.intWhich collection IDs to import.Which collection IDs to import.Location of the exported files.com.google.protobuf.ByteStringLocation of the exported files.getName()Required.com.google.protobuf.ByteStringRequired.getNamespaceIds(int index) An empty list represents all namespaces.com.google.protobuf.ByteStringgetNamespaceIdsBytes(int index) An empty list represents all namespaces.intAn empty list represents all namespaces.An empty list represents all namespaces.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
-
getName
String getName()Required. Database to import into. Should be of the form: `projects/{project_id}/databases/{database_id}`.string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }- Returns:
- The name.
-
getNameBytes
com.google.protobuf.ByteString getNameBytes()Required. Database to import into. Should be of the form: `projects/{project_id}/databases/{database_id}`.string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }- Returns:
- The bytes for name.
-
getCollectionIdsList
Which collection IDs to import. Unspecified means all collections included in the import. Each collection ID in this list must be unique.
repeated string collection_ids = 2;- Returns:
- A list containing the collectionIds.
-
getCollectionIdsCount
int getCollectionIdsCount()Which collection IDs to import. Unspecified means all collections included in the import. Each collection ID in this list must be unique.
repeated string collection_ids = 2;- Returns:
- The count of collectionIds.
-
getCollectionIds
Which collection IDs to import. Unspecified means all collections included in the import. Each collection ID in this list must be unique.
repeated string collection_ids = 2;- Parameters:
index- The index of the element to return.- Returns:
- The collectionIds at the given index.
-
getCollectionIdsBytes
com.google.protobuf.ByteString getCollectionIdsBytes(int index) Which collection IDs to import. Unspecified means all collections included in the import. Each collection ID in this list must be unique.
repeated string collection_ids = 2;- Parameters:
index- The index of the value to return.- Returns:
- The bytes of the collectionIds at the given index.
-
getInputUriPrefix
String getInputUriPrefix()Location of the exported files. This must match the output_uri_prefix of an ExportDocumentsResponse from an export that has completed successfully. See: [google.firestore.admin.v1.ExportDocumentsResponse.output_uri_prefix][google.firestore.admin.v1.ExportDocumentsResponse.output_uri_prefix].
string input_uri_prefix = 3;- Returns:
- The inputUriPrefix.
-
getInputUriPrefixBytes
com.google.protobuf.ByteString getInputUriPrefixBytes()Location of the exported files. This must match the output_uri_prefix of an ExportDocumentsResponse from an export that has completed successfully. See: [google.firestore.admin.v1.ExportDocumentsResponse.output_uri_prefix][google.firestore.admin.v1.ExportDocumentsResponse.output_uri_prefix].
string input_uri_prefix = 3;- Returns:
- The bytes for inputUriPrefix.
-
getNamespaceIdsList
An empty list represents all namespaces. This is the preferred usage for databases that don't use namespaces. An empty string element represents the default namespace. This should be used if the database has data in non-default namespaces, but doesn't want to include them. Each namespace in this list must be unique.
repeated string namespace_ids = 4;- Returns:
- A list containing the namespaceIds.
-
getNamespaceIdsCount
int getNamespaceIdsCount()An empty list represents all namespaces. This is the preferred usage for databases that don't use namespaces. An empty string element represents the default namespace. This should be used if the database has data in non-default namespaces, but doesn't want to include them. Each namespace in this list must be unique.
repeated string namespace_ids = 4;- Returns:
- The count of namespaceIds.
-
getNamespaceIds
An empty list represents all namespaces. This is the preferred usage for databases that don't use namespaces. An empty string element represents the default namespace. This should be used if the database has data in non-default namespaces, but doesn't want to include them. Each namespace in this list must be unique.
repeated string namespace_ids = 4;- Parameters:
index- The index of the element to return.- Returns:
- The namespaceIds at the given index.
-
getNamespaceIdsBytes
com.google.protobuf.ByteString getNamespaceIdsBytes(int index) An empty list represents all namespaces. This is the preferred usage for databases that don't use namespaces. An empty string element represents the default namespace. This should be used if the database has data in non-default namespaces, but doesn't want to include them. Each namespace in this list must be unique.
repeated string namespace_ids = 4;- Parameters:
index- The index of the value to return.- Returns:
- The bytes of the namespaceIds at the given index.
-