Struct gapi_grpc::google::privacy::dlp::v2::BigQueryKey[][src]

pub struct BigQueryKey {
    pub table_reference: Option<BigQueryTable>,
    pub row_number: i64,
}

Row key for identifying a record in BigQuery table.

Fields

table_reference: Option<BigQueryTable>

Complete BigQuery table reference.

row_number: i64

Row number inferred at the time the table was scanned. This value is nondeterministic, cannot be queried, and may be null for inspection jobs. To locate findings within a table, specify inspect_job.storage_config.big_query_options.identifying_fields in CreateDlpJobRequest.

Trait Implementations

impl Clone for BigQueryKey[src]

impl Debug for BigQueryKey[src]

impl Default for BigQueryKey[src]

impl Message for BigQueryKey[src]

impl PartialEq<BigQueryKey> for BigQueryKey[src]

impl StructuralPartialEq for BigQueryKey[src]

Auto Trait Implementations

impl RefUnwindSafe for BigQueryKey

impl Send for BigQueryKey

impl Sync for BigQueryKey

impl Unpin for BigQueryKey

impl UnwindSafe for BigQueryKey

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]