[][src]Struct gcp_client::google::datastore::admin::v1beta1::ExportEntitiesMetadata

pub struct ExportEntitiesMetadata {
    pub common: Option<CommonMetadata>,
    pub progress_entities: Option<Progress>,
    pub progress_bytes: Option<Progress>,
    pub entity_filter: Option<EntityFilter>,
    pub output_url_prefix: String,
}

Metadata for ExportEntities operations.

Fields

common: Option<CommonMetadata>

Metadata common to all Datastore Admin operations.

progress_entities: Option<Progress>

An estimate of the number of entities processed.

progress_bytes: Option<Progress>

An estimate of the number of bytes processed.

entity_filter: Option<EntityFilter>

Description of which entities are being exported.

output_url_prefix: String

Location for the export metadata and data files. This will be the same value as the [google.datastore.admin.v1beta1.ExportEntitiesRequest.output_url_prefix][google.datastore.admin.v1beta1.ExportEntitiesRequest.output_url_prefix] field. The final output location is provided in [google.datastore.admin.v1beta1.ExportEntitiesResponse.output_url][google.datastore.admin.v1beta1.ExportEntitiesResponse.output_url].

Trait Implementations

impl Clone for ExportEntitiesMetadata[src]

impl Debug for ExportEntitiesMetadata[src]

impl Default for ExportEntitiesMetadata[src]

impl Message for ExportEntitiesMetadata[src]

impl PartialEq<ExportEntitiesMetadata> for ExportEntitiesMetadata[src]

impl StructuralPartialEq for ExportEntitiesMetadata[src]

Auto Trait Implementations

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, 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>, 

impl<T> WithSubscriber for T[src]