pub struct GoogleCloudDataplexV1MetadataJobImportJobResult {
pub created_entries: Option<i64>,
pub created_entry_links: Option<i64>,
pub deleted_entries: Option<i64>,
pub deleted_entry_links: Option<i64>,
pub recreated_entries: Option<i64>,
pub unchanged_entries: Option<i64>,
pub unchanged_entry_links: Option<i64>,
pub update_time: Option<DateTime<Utc>>,
pub updated_entries: Option<i64>,
}Expand description
Results from a metadata import job.
This type is not used in any activity, and only used as part of another schema.
Fields§
§created_entries: Option<i64>Output only. The total number of entries that were created.
created_entry_links: Option<i64>Output only. The total number of entry links that were successfully created.
deleted_entries: Option<i64>Output only. The total number of entries that were deleted.
deleted_entry_links: Option<i64>Output only. The total number of entry links that were successfully deleted.
recreated_entries: Option<i64>Output only. The total number of entries that were recreated.
unchanged_entries: Option<i64>Output only. The total number of entries that were unchanged.
unchanged_entry_links: Option<i64>Output only. The total number of entry links that were left unchanged.
update_time: Option<DateTime<Utc>>Output only. The time when the status was updated.
updated_entries: Option<i64>Output only. The total number of entries that were updated.
Trait Implementations§
Source§impl Clone for GoogleCloudDataplexV1MetadataJobImportJobResult
impl Clone for GoogleCloudDataplexV1MetadataJobImportJobResult
Source§fn clone(&self) -> GoogleCloudDataplexV1MetadataJobImportJobResult
fn clone(&self) -> GoogleCloudDataplexV1MetadataJobImportJobResult
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 GoogleCloudDataplexV1MetadataJobImportJobResult
impl Default for GoogleCloudDataplexV1MetadataJobImportJobResult
Source§fn default() -> GoogleCloudDataplexV1MetadataJobImportJobResult
fn default() -> GoogleCloudDataplexV1MetadataJobImportJobResult
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for GoogleCloudDataplexV1MetadataJobImportJobResult
impl<'de> Deserialize<'de> for GoogleCloudDataplexV1MetadataJobImportJobResult
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 GoogleCloudDataplexV1MetadataJobImportJobResult
Auto Trait Implementations§
impl Freeze for GoogleCloudDataplexV1MetadataJobImportJobResult
impl RefUnwindSafe for GoogleCloudDataplexV1MetadataJobImportJobResult
impl Send for GoogleCloudDataplexV1MetadataJobImportJobResult
impl Sync for GoogleCloudDataplexV1MetadataJobImportJobResult
impl Unpin for GoogleCloudDataplexV1MetadataJobImportJobResult
impl UnsafeUnpin for GoogleCloudDataplexV1MetadataJobImportJobResult
impl UnwindSafe for GoogleCloudDataplexV1MetadataJobImportJobResult
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