Struct google_metastore1_beta::api::Restore[][src]

pub struct Restore {
    pub backup: Option<String>,
    pub details: Option<String>,
    pub end_time: Option<String>,
    pub start_time: Option<String>,
    pub state: Option<String>,
    pub type_: Option<String>,
}

The details of a metadata restore operation.

This type is not used in any activity, and only used as part of another schema.

Fields

backup: Option<String>

Output only. The relative resource name of the metastore service backup to restore from, in the following form:projects/{project_id}/locations/{location_id}/services/{service_id}/backups/{backup_id}.

details: Option<String>

Output only. The restore details containing the revision of the service to be restored to, in format of JSON.

end_time: Option<String>

Output only. The time when the restore ended.

start_time: Option<String>

Output only. The time when the restore started.

state: Option<String>

Output only. The current state of the restore.

type_: Option<String>

Output only. The type of restore.

Trait Implementations

impl Clone for Restore[src]

impl Debug for Restore[src]

impl Default for Restore[src]

impl<'de> Deserialize<'de> for Restore[src]

impl Part for Restore[src]

impl Serialize for Restore[src]

Auto Trait Implementations

impl RefUnwindSafe for Restore

impl Send for Restore

impl Sync for Restore

impl Unpin for Restore

impl UnwindSafe for Restore

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> DeserializeOwned for T where
    T: for<'de> Deserialize<'de>, 
[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> 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.