Struct google_api_proto::google::cloud::dataplex::v1::DataTaxonomy
source · pub struct DataTaxonomy {
pub name: String,
pub uid: String,
pub create_time: Option<Timestamp>,
pub update_time: Option<Timestamp>,
pub description: String,
pub display_name: String,
pub labels: BTreeMap<String, String>,
pub attribute_count: i32,
pub etag: String,
pub class_count: i32,
}
Expand description
DataTaxonomy represents a set of hierarchical DataAttributes resources, grouped with a common theme Eg: ‘SensitiveDataTaxonomy’ can have attributes to manage PII data. It is defined at project level.
Fields§
§name: String
Output only. The relative resource name of the DataTaxonomy, of the form: projects/{project_number}/locations/{location_id}/dataTaxonomies/{data_taxonomy_id}.
uid: String
Output only. System generated globally unique ID for the dataTaxonomy. This ID will be different if the DataTaxonomy is deleted and re-created with the same name.
create_time: Option<Timestamp>
Output only. The time when the DataTaxonomy was created.
update_time: Option<Timestamp>
Output only. The time when the DataTaxonomy was last updated.
description: String
Optional. Description of the DataTaxonomy.
display_name: String
Optional. User friendly display name.
labels: BTreeMap<String, String>
Optional. User-defined labels for the DataTaxonomy.
attribute_count: i32
Output only. The number of attributes in the DataTaxonomy.
etag: String
This checksum is computed by the server based on the value of other fields, and may be sent on update and delete requests to ensure the client has an up-to-date value before proceeding.
class_count: i32
Output only. The number of classes in the DataTaxonomy.
Trait Implementations§
source§impl Clone for DataTaxonomy
impl Clone for DataTaxonomy
source§fn clone(&self) -> DataTaxonomy
fn clone(&self) -> DataTaxonomy
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moresource§impl Debug for DataTaxonomy
impl Debug for DataTaxonomy
source§impl Default for DataTaxonomy
impl Default for DataTaxonomy
source§impl Message for DataTaxonomy
impl Message for DataTaxonomy
source§fn encoded_len(&self) -> usize
fn encoded_len(&self) -> usize
source§fn encode(&self, buf: &mut impl BufMut) -> Result<(), EncodeError>where
Self: Sized,
fn encode(&self, buf: &mut impl BufMut) -> Result<(), EncodeError>where
Self: Sized,
source§fn encode_to_vec(&self) -> Vec<u8>where
Self: Sized,
fn encode_to_vec(&self) -> Vec<u8>where
Self: Sized,
source§fn encode_length_delimited(
&self,
buf: &mut impl BufMut,
) -> Result<(), EncodeError>where
Self: Sized,
fn encode_length_delimited(
&self,
buf: &mut impl BufMut,
) -> Result<(), EncodeError>where
Self: Sized,
source§fn encode_length_delimited_to_vec(&self) -> Vec<u8>where
Self: Sized,
fn encode_length_delimited_to_vec(&self) -> Vec<u8>where
Self: Sized,
source§fn decode(buf: impl Buf) -> Result<Self, DecodeError>where
Self: Default,
fn decode(buf: impl Buf) -> Result<Self, DecodeError>where
Self: Default,
source§fn decode_length_delimited(buf: impl Buf) -> Result<Self, DecodeError>where
Self: Default,
fn decode_length_delimited(buf: impl Buf) -> Result<Self, DecodeError>where
Self: Default,
source§fn merge(&mut self, buf: impl Buf) -> Result<(), DecodeError>where
Self: Sized,
fn merge(&mut self, buf: impl Buf) -> Result<(), DecodeError>where
Self: Sized,
self
. Read moresource§fn merge_length_delimited(&mut self, buf: impl Buf) -> Result<(), DecodeError>where
Self: Sized,
fn merge_length_delimited(&mut self, buf: impl Buf) -> Result<(), DecodeError>where
Self: Sized,
self
.source§impl PartialEq for DataTaxonomy
impl PartialEq for DataTaxonomy
source§fn eq(&self, other: &DataTaxonomy) -> bool
fn eq(&self, other: &DataTaxonomy) -> bool
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for DataTaxonomy
Auto Trait Implementations§
impl Freeze for DataTaxonomy
impl RefUnwindSafe for DataTaxonomy
impl Send for DataTaxonomy
impl Sync for DataTaxonomy
impl Unpin for DataTaxonomy
impl UnwindSafe for DataTaxonomy
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
§impl<T> Instrument for T
impl<T> Instrument for T
§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
source§impl<T> IntoRequest<T> for T
impl<T> IntoRequest<T> for T
source§fn into_request(self) -> Request<T>
fn into_request(self) -> Request<T>
T
in a tonic::Request