pub struct GoogleCloudDataplexV1MetadataJobExportJobResult {
pub error_message: Option<String>,
pub exported_entries: Option<i64>,
}Expand description
Summary results from a metadata export job. The results are a snapshot of the metadata at the time when the job was created. The exported entries are saved to a Cloud Storage bucket.
This type is not used in any activity, and only used as part of another schema.
Fields§
§error_message: Option<String>Output only. The error message if the metadata export job failed.
exported_entries: Option<i64>Output only. The number of entries that were exported.
Trait Implementations§
Source§impl Clone for GoogleCloudDataplexV1MetadataJobExportJobResult
impl Clone for GoogleCloudDataplexV1MetadataJobExportJobResult
Source§fn clone(&self) -> GoogleCloudDataplexV1MetadataJobExportJobResult
fn clone(&self) -> GoogleCloudDataplexV1MetadataJobExportJobResult
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 GoogleCloudDataplexV1MetadataJobExportJobResult
impl Default for GoogleCloudDataplexV1MetadataJobExportJobResult
Source§fn default() -> GoogleCloudDataplexV1MetadataJobExportJobResult
fn default() -> GoogleCloudDataplexV1MetadataJobExportJobResult
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for GoogleCloudDataplexV1MetadataJobExportJobResult
impl<'de> Deserialize<'de> for GoogleCloudDataplexV1MetadataJobExportJobResult
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 GoogleCloudDataplexV1MetadataJobExportJobResult
Auto Trait Implementations§
impl Freeze for GoogleCloudDataplexV1MetadataJobExportJobResult
impl RefUnwindSafe for GoogleCloudDataplexV1MetadataJobExportJobResult
impl Send for GoogleCloudDataplexV1MetadataJobExportJobResult
impl Sync for GoogleCloudDataplexV1MetadataJobExportJobResult
impl Unpin for GoogleCloudDataplexV1MetadataJobExportJobResult
impl UnsafeUnpin for GoogleCloudDataplexV1MetadataJobExportJobResult
impl UnwindSafe for GoogleCloudDataplexV1MetadataJobExportJobResult
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