[][src]Struct gcp_client::google::datastore::admin::v1::ImportEntitiesMetadata

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

Metadata for ImportEntities 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 imported.

input_url: String

The location of the import metadata file. This will be the same value as the [google.datastore.admin.v1.ExportEntitiesResponse.output_url][google.datastore.admin.v1.ExportEntitiesResponse.output_url] field.

Trait Implementations

impl Clone for ImportEntitiesMetadata[src]

impl Debug for ImportEntitiesMetadata[src]

impl Default for ImportEntitiesMetadata[src]

impl Message for ImportEntitiesMetadata[src]

impl PartialEq<ImportEntitiesMetadata> for ImportEntitiesMetadata[src]

impl StructuralPartialEq for ImportEntitiesMetadata[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]