public interface ImportDocumentsRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
String |
getCollectionIds(int index)
Which collection ids to import.
|
com.google.protobuf.ByteString |
getCollectionIdsBytes(int index)
Which collection ids to import.
|
int |
getCollectionIdsCount()
Which collection ids to import.
|
List<String> |
getCollectionIdsList()
Which collection ids to import.
|
String |
getInputUriPrefix()
Location of the exported files.
|
com.google.protobuf.ByteString |
getInputUriPrefixBytes()
Location of the exported files.
|
String |
getName()
Required.
|
com.google.protobuf.ByteString |
getNameBytes()
Required.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
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) = { ... }
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) = { ... }
List<String> getCollectionIdsList()
Which collection ids to import. Unspecified means all collections included in the import.
repeated string collection_ids = 2;
int getCollectionIdsCount()
Which collection ids to import. Unspecified means all collections included in the import.
repeated string collection_ids = 2;
String getCollectionIds(int index)
Which collection ids to import. Unspecified means all collections included in the import.
repeated string collection_ids = 2;
index
- The index of the element to return.com.google.protobuf.ByteString getCollectionIdsBytes(int index)
Which collection ids to import. Unspecified means all collections included in the import.
repeated string collection_ids = 2;
index
- The index of the value to return.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;
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;
Copyright © 2023 Google LLC. All rights reserved.