Struct google_api_proto::google::firestore::admin::v1::BulkDeleteDocumentsRequest
source · pub struct BulkDeleteDocumentsRequest {
pub name: String,
pub collection_ids: Vec<String>,
pub namespace_ids: Vec<String>,
}
Expand description
The request for [FirestoreAdmin.BulkDeleteDocuments][google.firestore.admin.v1.FirestoreAdmin.BulkDeleteDocuments].
When both collection_ids and namespace_ids are set, only documents satisfying both conditions will be deleted.
Requests with namespace_ids and collection_ids both empty will be rejected. Please use [FirestoreAdmin.DeleteDatabase][google.firestore.admin.v1.FirestoreAdmin.DeleteDatabase] instead.
Fields§
§name: String
Required. Database to operate. Should be of the form:
projects/{project_id}/databases/{database_id}
.
collection_ids: Vec<String>
Optional. IDs of the collection groups to delete. Unspecified means all collection groups.
Each collection group in this list must be unique.
namespace_ids: Vec<String>
Optional. Namespaces to delete.
An empty list means all namespaces. This is the recommended 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 delete from them.
Each namespace in this list must be unique.
Trait Implementations§
source§impl Clone for BulkDeleteDocumentsRequest
impl Clone for BulkDeleteDocumentsRequest
source§fn clone(&self) -> BulkDeleteDocumentsRequest
fn clone(&self) -> BulkDeleteDocumentsRequest
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moresource§impl Debug for BulkDeleteDocumentsRequest
impl Debug for BulkDeleteDocumentsRequest
source§impl Default for BulkDeleteDocumentsRequest
impl Default for BulkDeleteDocumentsRequest
source§impl Message for BulkDeleteDocumentsRequest
impl Message for BulkDeleteDocumentsRequest
source§fn encoded_len(&self) -> usize
fn encoded_len(&self) -> usize
source§fn encode(&self, buf: &mut impl BufMut) -> Result<(), EncodeError>where
Self: Sized,
fn encode(&self, buf: &mut impl BufMut) -> Result<(), EncodeError>where
Self: Sized,
source§fn encode_to_vec(&self) -> Vec<u8>where
Self: Sized,
fn encode_to_vec(&self) -> Vec<u8>where
Self: Sized,
source§fn encode_length_delimited(
&self,
buf: &mut impl BufMut,
) -> Result<(), EncodeError>where
Self: Sized,
fn encode_length_delimited(
&self,
buf: &mut impl BufMut,
) -> Result<(), EncodeError>where
Self: Sized,
source§fn encode_length_delimited_to_vec(&self) -> Vec<u8>where
Self: Sized,
fn encode_length_delimited_to_vec(&self) -> Vec<u8>where
Self: Sized,
source§fn decode(buf: impl Buf) -> Result<Self, DecodeError>where
Self: Default,
fn decode(buf: impl Buf) -> Result<Self, DecodeError>where
Self: Default,
source§fn decode_length_delimited(buf: impl Buf) -> Result<Self, DecodeError>where
Self: Default,
fn decode_length_delimited(buf: impl Buf) -> Result<Self, DecodeError>where
Self: Default,
source§fn merge(&mut self, buf: impl Buf) -> Result<(), DecodeError>where
Self: Sized,
fn merge(&mut self, buf: impl Buf) -> Result<(), DecodeError>where
Self: Sized,
self
. Read moresource§fn merge_length_delimited(&mut self, buf: impl Buf) -> Result<(), DecodeError>where
Self: Sized,
fn merge_length_delimited(&mut self, buf: impl Buf) -> Result<(), DecodeError>where
Self: Sized,
self
.source§impl PartialEq for BulkDeleteDocumentsRequest
impl PartialEq for BulkDeleteDocumentsRequest
source§fn eq(&self, other: &BulkDeleteDocumentsRequest) -> bool
fn eq(&self, other: &BulkDeleteDocumentsRequest) -> bool
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for BulkDeleteDocumentsRequest
Auto Trait Implementations§
impl Freeze for BulkDeleteDocumentsRequest
impl RefUnwindSafe for BulkDeleteDocumentsRequest
impl Send for BulkDeleteDocumentsRequest
impl Sync for BulkDeleteDocumentsRequest
impl Unpin for BulkDeleteDocumentsRequest
impl UnwindSafe for BulkDeleteDocumentsRequest
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
§impl<T> Instrument for T
impl<T> Instrument for T
§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
source§impl<T> IntoRequest<T> for T
impl<T> IntoRequest<T> for T
source§fn into_request(self) -> Request<T>
fn into_request(self) -> Request<T>
T
in a tonic::Request