pub struct GoogleCloudDataplexV1MetadataJobStatus {
pub completion_percent: Option<i32>,
pub message: Option<String>,
pub state: Option<String>,
pub update_time: Option<DateTime<Utc>>,
}Expand description
Metadata job status.
This type is not used in any activity, and only used as part of another schema.
Fields§
§completion_percent: Option<i32>Output only. Progress tracking.
message: Option<String>Output only. Message relating to the progression of a metadata job.
state: Option<String>Output only. State of the metadata job.
update_time: Option<DateTime<Utc>>Output only. The time when the status was updated.
Trait Implementations§
Source§impl Clone for GoogleCloudDataplexV1MetadataJobStatus
impl Clone for GoogleCloudDataplexV1MetadataJobStatus
Source§fn clone(&self) -> GoogleCloudDataplexV1MetadataJobStatus
fn clone(&self) -> GoogleCloudDataplexV1MetadataJobStatus
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Default for GoogleCloudDataplexV1MetadataJobStatus
impl Default for GoogleCloudDataplexV1MetadataJobStatus
Source§fn default() -> GoogleCloudDataplexV1MetadataJobStatus
fn default() -> GoogleCloudDataplexV1MetadataJobStatus
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for GoogleCloudDataplexV1MetadataJobStatus
impl<'de> Deserialize<'de> for GoogleCloudDataplexV1MetadataJobStatus
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
impl Part for GoogleCloudDataplexV1MetadataJobStatus
Auto Trait Implementations§
impl Freeze for GoogleCloudDataplexV1MetadataJobStatus
impl RefUnwindSafe for GoogleCloudDataplexV1MetadataJobStatus
impl Send for GoogleCloudDataplexV1MetadataJobStatus
impl Sync for GoogleCloudDataplexV1MetadataJobStatus
impl Unpin for GoogleCloudDataplexV1MetadataJobStatus
impl UnsafeUnpin for GoogleCloudDataplexV1MetadataJobStatus
impl UnwindSafe for GoogleCloudDataplexV1MetadataJobStatus
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
Mutably borrows from an owned value. Read more