Enum google_api_proto::google::cloud::dataplex::v1::TransferStatus
source · #[repr(i32)]pub enum TransferStatus {
Unspecified = 0,
Migrated = 1,
Transferred = 2,
}
Expand description
Denotes the transfer status of a resource. It is unspecified for resources created from Dataplex API.
Variants§
Unspecified = 0
The default value. It is set for resources that were not subject for migration from Data Catalog service.
Migrated = 1
Indicates that a resource was migrated from Data Catalog service but it hasn’t been transferred yet. In particular the resource cannot be updated from Dataplex API.
Transferred = 2
Indicates that a resource was transferred from Data Catalog service. The resource can only be updated from Dataplex API.
Implementations§
source§impl TransferStatus
impl TransferStatus
sourcepub fn as_str_name(&self) -> &'static str
pub fn as_str_name(&self) -> &'static str
String value of the enum field names used in the ProtoBuf definition.
The values are not transformed in any way and thus are considered stable (if the ProtoBuf definition does not change) and safe for programmatic use.
sourcepub fn from_str_name(value: &str) -> Option<Self>
pub fn from_str_name(value: &str) -> Option<Self>
Creates an enum from field names used in the ProtoBuf definition.
Trait Implementations§
source§impl Clone for TransferStatus
impl Clone for TransferStatus
source§fn clone(&self) -> TransferStatus
fn clone(&self) -> TransferStatus
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moresource§impl Debug for TransferStatus
impl Debug for TransferStatus
source§impl Default for TransferStatus
impl Default for TransferStatus
source§fn default() -> TransferStatus
fn default() -> TransferStatus
source§impl From<TransferStatus> for i32
impl From<TransferStatus> for i32
source§fn from(value: TransferStatus) -> i32
fn from(value: TransferStatus) -> i32
source§impl Hash for TransferStatus
impl Hash for TransferStatus
source§impl Ord for TransferStatus
impl Ord for TransferStatus
source§fn cmp(&self, other: &TransferStatus) -> Ordering
fn cmp(&self, other: &TransferStatus) -> Ordering
1.21.0 · source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
source§impl PartialEq for TransferStatus
impl PartialEq for TransferStatus
source§fn eq(&self, other: &TransferStatus) -> bool
fn eq(&self, other: &TransferStatus) -> bool
self
and other
values to be equal, and is used
by ==
.source§impl PartialOrd for TransferStatus
impl PartialOrd for TransferStatus
source§fn partial_cmp(&self, other: &TransferStatus) -> Option<Ordering>
fn partial_cmp(&self, other: &TransferStatus) -> Option<Ordering>
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
self
and other
) and is used by the <=
operator. Read moresource§impl TryFrom<i32> for TransferStatus
impl TryFrom<i32> for TransferStatus
§type Error = UnknownEnumValue
type Error = UnknownEnumValue
source§fn try_from(value: i32) -> Result<TransferStatus, UnknownEnumValue>
fn try_from(value: i32) -> Result<TransferStatus, UnknownEnumValue>
impl Copy for TransferStatus
impl Eq for TransferStatus
impl StructuralPartialEq for TransferStatus
Auto Trait Implementations§
impl Freeze for TransferStatus
impl RefUnwindSafe for TransferStatus
impl Send for TransferStatus
impl Sync for TransferStatus
impl Unpin for TransferStatus
impl UnwindSafe for TransferStatus
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<Q, K> Comparable<K> for Q
impl<Q, K> Comparable<K> for Q
source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
key
and return true
if they are equal.§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
key
and return true
if they are equal.§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