Struct gapi_grpc::google::cloud::bigquery::logging::v1::TableDataReadEvent[][src]

pub struct TableDataReadEvent {
    pub table_name: Option<TableName>,
    pub referenced_fields: Vec<String>,
}

Table data read event. Only present for tables, not views, and is only included in the log record for the project that owns the table.

Fields

table_name: Option<TableName>

Name of the accessed table.

referenced_fields: Vec<String>

A list of referenced fields. This information is not included by default. To enable this in the logs, please contact BigQuery support or open a bug in the BigQuery issue tracker.

Trait Implementations

impl Clone for TableDataReadEvent[src]

impl Debug for TableDataReadEvent[src]

impl Default for TableDataReadEvent[src]

impl Message for TableDataReadEvent[src]

impl PartialEq<TableDataReadEvent> for TableDataReadEvent[src]

impl StructuralPartialEq for TableDataReadEvent[src]

Auto Trait Implementations

impl RefUnwindSafe for TableDataReadEvent

impl Send for TableDataReadEvent

impl Sync for TableDataReadEvent

impl Unpin for TableDataReadEvent

impl UnwindSafe for TableDataReadEvent

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> From<T> for T[src]

impl<T> Instrument for T[src]

impl<T> Instrument for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> IntoRequest<T> for 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.

impl<V, T> VZip<V> for T where
    V: MultiLane<T>, 
[src]

impl<T> WithSubscriber for T[src]