[][src]Struct google_datacatalog1_beta1::GoogleCloudDatacatalogV1beta1SerializedPolicyTag

pub struct GoogleCloudDatacatalogV1beta1SerializedPolicyTag {
    pub child_policy_tags: Option<Vec<GoogleCloudDatacatalogV1beta1SerializedPolicyTag>>,
    pub display_name: Option<String>,
    pub description: Option<String>,
    pub policy_tag: Option<String>,
}

Message representing one policy tag when exported as a nested proto.

This type is not used in any activity, and only used as part of another schema.

Fields

child_policy_tags: Option<Vec<GoogleCloudDatacatalogV1beta1SerializedPolicyTag>>

Children of the policy tag if any.

display_name: Option<String>

Required. Display name of the policy tag. Max 200 bytes when encoded in UTF-8.

description: Option<String>

Description of the serialized policy tag. The length of the description is limited to 2000 bytes when encoded in UTF-8. If not set, defaults to an empty description.

policy_tag: Option<String>

Resource name of the policy tag.

This field will be ignored when calling ImportTaxonomies.

Trait Implementations

impl Clone for GoogleCloudDatacatalogV1beta1SerializedPolicyTag[src]

impl Debug for GoogleCloudDatacatalogV1beta1SerializedPolicyTag[src]

impl Default for GoogleCloudDatacatalogV1beta1SerializedPolicyTag[src]

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

impl Part for GoogleCloudDatacatalogV1beta1SerializedPolicyTag[src]

impl Serialize for GoogleCloudDatacatalogV1beta1SerializedPolicyTag[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> DeserializeOwned for T where
    T: for<'de> Deserialize<'de>, 
[src]

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

impl<T, U> Into<U> for T where
    U: From<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<T> Typeable for T where
    T: Any