#[non_exhaustive]pub struct TableDataImportJobMetadata { /* private fields */ }Expand description
The metadata associated with the table data import job that was submitted.
Implementations§
source§impl TableDataImportJobMetadata
impl TableDataImportJobMetadata
sourcepub fn submitter(&self) -> Option<&ImportJobSubmitter>
pub fn submitter(&self) -> Option<&ImportJobSubmitter>
Details about the submitter of the import request.
sourcepub fn submit_time(&self) -> Option<&DateTime>
pub fn submit_time(&self) -> Option<&DateTime>
The timestamp when the job was submitted for import.
sourcepub fn import_options(&self) -> Option<&ImportOptions>
pub fn import_options(&self) -> Option<&ImportOptions>
The options that was specified at the time of submitting the import request.
sourcepub fn data_source(&self) -> Option<&ImportDataSource>
pub fn data_source(&self) -> Option<&ImportDataSource>
The source of the data that was submitted for import.
source§impl TableDataImportJobMetadata
impl TableDataImportJobMetadata
sourcepub fn builder() -> TableDataImportJobMetadataBuilder
pub fn builder() -> TableDataImportJobMetadataBuilder
Creates a new builder-style object to manufacture TableDataImportJobMetadata.
Trait Implementations§
source§impl Clone for TableDataImportJobMetadata
impl Clone for TableDataImportJobMetadata
source§fn clone(&self) -> TableDataImportJobMetadata
fn clone(&self) -> TableDataImportJobMetadata
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl Debug for TableDataImportJobMetadata
impl Debug for TableDataImportJobMetadata
source§impl PartialEq<TableDataImportJobMetadata> for TableDataImportJobMetadata
impl PartialEq<TableDataImportJobMetadata> for TableDataImportJobMetadata
source§fn eq(&self, other: &TableDataImportJobMetadata) -> bool
fn eq(&self, other: &TableDataImportJobMetadata) -> bool
This method tests for
self and other values to be equal, and is used
by ==.