pub struct GoogleCloudDataplexV1EntryLinkEntryReference {
pub name: Option<String>,
pub path: Option<String>,
pub type_: Option<String>,
}Expand description
Reference to the Entry that is linked through the Entry Link.
This type is not used in any activity, and only used as part of another schema.
Fields§
§name: Option<String>Required. Immutable. The relative resource name of the referenced Entry, of the form: projects/{project_id_or_number}/locations/{location_id}/entryGroups/{entry_group_id}/entries/{entry_id}
path: Option<String>Immutable. The path in the Entry that is referenced in the Entry Link. Empty path denotes that the Entry itself is referenced in the Entry Link.
type_: Option<String>Required. Immutable. The reference type of the Entry.
Trait Implementations§
Source§impl Clone for GoogleCloudDataplexV1EntryLinkEntryReference
impl Clone for GoogleCloudDataplexV1EntryLinkEntryReference
Source§fn clone(&self) -> GoogleCloudDataplexV1EntryLinkEntryReference
fn clone(&self) -> GoogleCloudDataplexV1EntryLinkEntryReference
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Default for GoogleCloudDataplexV1EntryLinkEntryReference
impl Default for GoogleCloudDataplexV1EntryLinkEntryReference
Source§fn default() -> GoogleCloudDataplexV1EntryLinkEntryReference
fn default() -> GoogleCloudDataplexV1EntryLinkEntryReference
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for GoogleCloudDataplexV1EntryLinkEntryReference
impl<'de> Deserialize<'de> for GoogleCloudDataplexV1EntryLinkEntryReference
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
impl Part for GoogleCloudDataplexV1EntryLinkEntryReference
Auto Trait Implementations§
impl Freeze for GoogleCloudDataplexV1EntryLinkEntryReference
impl RefUnwindSafe for GoogleCloudDataplexV1EntryLinkEntryReference
impl Send for GoogleCloudDataplexV1EntryLinkEntryReference
impl Sync for GoogleCloudDataplexV1EntryLinkEntryReference
impl Unpin for GoogleCloudDataplexV1EntryLinkEntryReference
impl UnsafeUnpin for GoogleCloudDataplexV1EntryLinkEntryReference
impl UnwindSafe for GoogleCloudDataplexV1EntryLinkEntryReference
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
Mutably borrows from an owned value. Read more