Struct gapi_grpc::google::cloud::privatecatalog::v1beta1::Catalog[][src]

pub struct Catalog {
    pub name: String,
    pub display_name: String,
    pub description: String,
    pub create_time: Option<Timestamp>,
    pub update_time: Option<Timestamp>,
}

The readonly representation of a catalog computed with a given resource context.

Fields

name: String

Output only. The resource name of the target catalog, in the format of `catalogs/{catalog}’.

display_name: String

Output only. The descriptive name of the catalog as it appears in UIs.

description: String

Output only. The description of the catalog.

create_time: Option<Timestamp>

Output only. The time when the catalog was created.

update_time: Option<Timestamp>

Output only. The time when the catalog was last updated.

Trait Implementations

impl Clone for Catalog[src]

impl Debug for Catalog[src]

impl Default for Catalog[src]

impl Message for Catalog[src]

impl PartialEq<Catalog> for Catalog[src]

impl StructuralPartialEq for Catalog[src]

Auto Trait Implementations

impl RefUnwindSafe for Catalog

impl Send for Catalog

impl Sync for Catalog

impl Unpin for Catalog

impl UnwindSafe for Catalog

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]