Struct google_api_proto::google::cloud::dataplex::v1::EntrySource
source · pub struct EntrySource {
pub resource: String,
pub system: String,
pub platform: String,
pub display_name: String,
pub description: String,
pub labels: BTreeMap<String, String>,
pub ancestors: Vec<Ancestor>,
pub create_time: Option<Timestamp>,
pub update_time: Option<Timestamp>,
pub location: String,
}
Expand description
EntrySource contains source system related information for the entry.
Fields§
§resource: String
The name of the resource in the source system. The maximum size of the field is 4000 characters.
system: String
The name of the source system. The maximum size of the field is 64 characters.
platform: String
The platform containing the source system. The maximum size of the field is 64 characters.
display_name: String
User friendly display name. The maximum size of the field is 500 characters.
description: String
Description of the Entry. The maximum size of the field is 2000 characters.
labels: BTreeMap<String, String>
User-defined labels. The maximum size of keys and values is 128 characters each.
ancestors: Vec<Ancestor>
Immutable. The ancestors of the Entry in the source system.
create_time: Option<Timestamp>
The create time of the resource in the source system.
update_time: Option<Timestamp>
The update time of the resource in the source system.
location: String
Output only. Location of the resource in the source system. Entry will be searchable by this location. By default, this should match the location of the EntryGroup containing this entry. A different value allows capturing source location for data external to GCP.
Trait Implementations§
source§impl Clone for EntrySource
impl Clone for EntrySource
source§fn clone(&self) -> EntrySource
fn clone(&self) -> EntrySource
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moresource§impl Debug for EntrySource
impl Debug for EntrySource
source§impl Default for EntrySource
impl Default for EntrySource
source§impl Message for EntrySource
impl Message for EntrySource
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 EntrySource
impl PartialEq for EntrySource
source§fn eq(&self, other: &EntrySource) -> bool
fn eq(&self, other: &EntrySource) -> bool
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for EntrySource
Auto Trait Implementations§
impl Freeze for EntrySource
impl RefUnwindSafe for EntrySource
impl Send for EntrySource
impl Sync for EntrySource
impl Unpin for EntrySource
impl UnwindSafe for EntrySource
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