Struct google_api_proto::google::cloud::dataplex::v1::DataAttributeBinding
source · pub struct DataAttributeBinding {
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 etag: String,
pub attributes: Vec<String>,
pub paths: Vec<Path>,
pub resource_reference: Option<ResourceReference>,
}
Expand description
DataAttributeBinding represents binding of attributes to resources. Eg: Bind ‘CustomerInfo’ entity with ‘PII’ attribute.
Fields§
§name: String
Output only. The relative resource name of the Data Attribute Binding, of the form: projects/{project_number}/locations/{location}/dataAttributeBindings/{data_attribute_binding_id}
uid: String
Output only. System generated globally unique ID for the DataAttributeBinding. This ID will be different if the DataAttributeBinding is deleted and re-created with the same name.
create_time: Option<Timestamp>
Output only. The time when the DataAttributeBinding was created.
update_time: Option<Timestamp>
Output only. The time when the DataAttributeBinding was last updated.
description: String
Optional. Description of the DataAttributeBinding.
display_name: String
Optional. User friendly display name.
labels: BTreeMap<String, String>
Optional. User-defined labels for the DataAttributeBinding.
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. Etags must be used when calling the DeleteDataAttributeBinding and the UpdateDataAttributeBinding method.
attributes: Vec<String>
Optional. List of attributes to be associated with the resource, provided in the form: projects/{project}/locations/{location}/dataTaxonomies/{dataTaxonomy}/attributes/{data_attribute_id}
paths: Vec<Path>
Optional. The list of paths for items within the associated resource (eg. columns and partitions within a table) along with attribute bindings.
resource_reference: Option<ResourceReference>
The reference to the resource that is associated to attributes, or the query to match resources and associate attributes.
Trait Implementations§
source§impl Clone for DataAttributeBinding
impl Clone for DataAttributeBinding
source§fn clone(&self) -> DataAttributeBinding
fn clone(&self) -> DataAttributeBinding
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moresource§impl Debug for DataAttributeBinding
impl Debug for DataAttributeBinding
source§impl Default for DataAttributeBinding
impl Default for DataAttributeBinding
source§impl Message for DataAttributeBinding
impl Message for DataAttributeBinding
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 DataAttributeBinding
impl PartialEq for DataAttributeBinding
source§fn eq(&self, other: &DataAttributeBinding) -> bool
fn eq(&self, other: &DataAttributeBinding) -> bool
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for DataAttributeBinding
Auto Trait Implementations§
impl Freeze for DataAttributeBinding
impl RefUnwindSafe for DataAttributeBinding
impl Send for DataAttributeBinding
impl Sync for DataAttributeBinding
impl Unpin for DataAttributeBinding
impl UnwindSafe for DataAttributeBinding
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