Struct gapi_grpc::google::firestore::admin::v1beta1::ImportDocumentsRequest[][src]

pub struct ImportDocumentsRequest {
    pub name: String,
    pub collection_ids: Vec<String>,
    pub input_uri_prefix: String,
}

The request for [FirestoreAdmin.ImportDocuments][google.firestore.admin.v1beta1.FirestoreAdmin.ImportDocuments].

Fields

name: String

Database to import into. Should be of the form: projects/{project_id}/databases/{database_id}.

collection_ids: Vec<String>

Which collection ids to import. Unspecified means all collections included in the import.

input_uri_prefix: String

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.v1beta1.ExportDocumentsResponse.output_uri_prefix][google.firestore.admin.v1beta1.ExportDocumentsResponse.output_uri_prefix].

Trait Implementations

impl Clone for ImportDocumentsRequest[src]

impl Debug for ImportDocumentsRequest[src]

impl Default for ImportDocumentsRequest[src]

impl Message for ImportDocumentsRequest[src]

impl PartialEq<ImportDocumentsRequest> for ImportDocumentsRequest[src]

impl StructuralPartialEq for ImportDocumentsRequest[src]

Auto Trait Implementations

impl RefUnwindSafe for ImportDocumentsRequest

impl Send for ImportDocumentsRequest

impl Sync for ImportDocumentsRequest

impl Unpin for ImportDocumentsRequest

impl UnwindSafe for ImportDocumentsRequest

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T> Instrument for T[src]

impl<T> Instrument for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> IntoRequest<T> for T[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<V, T> VZip<V> for T where
    V: MultiLane<T>, 
[src]

impl<T> WithSubscriber for T[src]