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

pub struct ContentLocation {
    pub container_name: String,
    pub container_timestamp: Option<Timestamp>,
    pub container_version: String,
    pub location: Option<Location>,
}

Precise location of the finding within a document, record, image, or metadata container.

Fields

container_name: String

Name of the container where the finding is located. The top level name is the source file name or table name. Names of some common storage containers are formatted as follows:

Nested names could be absent if the embedded object has no string identifier (for an example an image contained within a document).

container_timestamp: Option<Timestamp>

Findings container modification timestamp, if applicable. For Google Cloud Storage contains last file modification timestamp. For BigQuery table contains last_modified_time property. For Datastore - not populated.

container_version: String

Findings container version, if available (“generation” for Google Cloud Storage).

location: Option<Location>

Type of the container within the file with location of the finding.

Trait Implementations

impl Clone for ContentLocation[src]

impl Debug for ContentLocation[src]

impl Default for ContentLocation[src]

impl Message for ContentLocation[src]

impl PartialEq<ContentLocation> for ContentLocation[src]

impl StructuralPartialEq for ContentLocation[src]

Auto Trait Implementations

impl RefUnwindSafe for ContentLocation

impl Send for ContentLocation

impl Sync for ContentLocation

impl Unpin for ContentLocation

impl UnwindSafe for ContentLocation

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]