Struct google_api_proto::google::cloud::dataplex::v1::EntryGroup
source · pub struct EntryGroup {
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 transfer_status: i32,
}
Expand description
An Entry Group represents a logical grouping of one or more Entries.
Fields§
§name: String
Output only. The relative resource name of the EntryGroup, of the form: projects/{project_number}/locations/{location_id}/entryGroups/{entry_group_id}.
uid: String
Output only. System generated globally unique ID for the EntryGroup. This ID will be different if the EntryGroup is deleted and re-created with the same name.
create_time: Option<Timestamp>
Output only. The time when the EntryGroup was created.
update_time: Option<Timestamp>
Output only. The time when the EntryGroup was last updated.
description: String
Optional. Description of the EntryGroup.
display_name: String
Optional. User friendly display name.
labels: BTreeMap<String, String>
Optional. User-defined labels for the EntryGroup.
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.
transfer_status: i32
Output only. Denotes the transfer status of the Entry Group. It is unspecified for Entry Group created from Dataplex API.
Implementations§
source§impl EntryGroup
impl EntryGroup
sourcepub fn transfer_status(&self) -> TransferStatus
pub fn transfer_status(&self) -> TransferStatus
Returns the enum value of transfer_status
, or the default if the field is set to an invalid enum value.
sourcepub fn set_transfer_status(&mut self, value: TransferStatus)
pub fn set_transfer_status(&mut self, value: TransferStatus)
Sets transfer_status
to the provided enum value.
Trait Implementations§
source§impl Clone for EntryGroup
impl Clone for EntryGroup
source§fn clone(&self) -> EntryGroup
fn clone(&self) -> EntryGroup
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moresource§impl Debug for EntryGroup
impl Debug for EntryGroup
source§impl Default for EntryGroup
impl Default for EntryGroup
source§impl Message for EntryGroup
impl Message for EntryGroup
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 EntryGroup
impl PartialEq for EntryGroup
source§fn eq(&self, other: &EntryGroup) -> bool
fn eq(&self, other: &EntryGroup) -> bool
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for EntryGroup
Auto Trait Implementations§
impl Freeze for EntryGroup
impl RefUnwindSafe for EntryGroup
impl Send for EntryGroup
impl Sync for EntryGroup
impl Unpin for EntryGroup
impl UnwindSafe for EntryGroup
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