[][src]Struct google_cloudprivatecatalogproducer1_beta1::GoogleCloudPrivatecatalogproducerV1beta1Catalog

pub struct GoogleCloudPrivatecatalogproducerV1beta1Catalog {
    pub update_time: Option<String>,
    pub display_name: Option<String>,
    pub description: Option<String>,
    pub parent: Option<String>,
    pub create_time: Option<String>,
    pub name: Option<String>,
}

The producer representation of a catalog which is a curated collection of solutions that can be managed, controlled, and shared by cloud admins.

Activities

This type is used in activities, which are methods you may call on this type or where this type is involved in. The list links the activity name, along with information about where it is used (one of request and response).

Fields

update_time: Option<String>

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

display_name: Option<String>

Required. The user-supplied descriptive name of the catalog as it appears in UIs. Maximum 256 characters in length.

description: Option<String>

Required. The user-supplied description of the catalog. Maximum of 512 characters.

parent: Option<String>

Required. The parent resource name of the catalog, which can't be changed after a catalog is created. It can only be an organization. Values are of the form //cloudresourcemanager.googleapis.com/organizations/<id>. Maximum 256 characters in length.

create_time: Option<String>

Output only. The time when the catalog was created.

name: Option<String>

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

A unique identifier for the catalog, which is generated by catalog service.

Trait Implementations

impl ResponseResult for GoogleCloudPrivatecatalogproducerV1beta1Catalog[src]

impl RequestValue for GoogleCloudPrivatecatalogproducerV1beta1Catalog[src]

impl Default for GoogleCloudPrivatecatalogproducerV1beta1Catalog[src]

impl Clone for GoogleCloudPrivatecatalogproducerV1beta1Catalog[src]

fn clone_from(&mut self, source: &Self)1.0.0[src]

Performs copy-assignment from source. Read more

impl Debug for GoogleCloudPrivatecatalogproducerV1beta1Catalog[src]

impl Serialize for GoogleCloudPrivatecatalogproducerV1beta1Catalog[src]

impl<'de> Deserialize<'de> for GoogleCloudPrivatecatalogproducerV1beta1Catalog[src]

Auto Trait Implementations

Blanket Implementations

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T> From<T> for T[src]

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

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<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Typeable for T where
    T: Any

fn get_type(&self) -> TypeId

Get the TypeId of this object.

impl<T> DeserializeOwned for T where
    T: Deserialize<'de>, 
[src]