[][src]Struct gcp_client::google::cloud::datacatalog::v1beta1::GcsFileSpec

pub struct GcsFileSpec {
    pub file_path: String,
    pub gcs_timestamps: Option<SystemTimestamps>,
    pub size_bytes: i64,
}

Specifications of a single file in Cloud Storage.

Fields

file_path: String

Required. The full file path. Example: gs://bucket_name/a/b.txt.

gcs_timestamps: Option<SystemTimestamps>

Output only. Timestamps about the Cloud Storage file.

size_bytes: i64

Output only. The size of the file, in bytes.

Trait Implementations

impl Clone for GcsFileSpec[src]

impl Debug for GcsFileSpec[src]

impl Default for GcsFileSpec[src]

impl Message for GcsFileSpec[src]

impl PartialEq<GcsFileSpec> for GcsFileSpec[src]

impl StructuralPartialEq for GcsFileSpec[src]

Auto Trait Implementations

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, 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>, 

impl<T> WithSubscriber for T[src]