Enum google_api_proto::google::ads::googleads::v17::enums::account_link_status_enum::AccountLinkStatus
source · #[repr(i32)]pub enum AccountLinkStatus {
Unspecified = 0,
Unknown = 1,
Enabled = 2,
Removed = 3,
Requested = 4,
PendingApproval = 5,
Rejected = 6,
Revoked = 7,
}
Expand description
Describes the possible statuses for a link between a Google Ads customer and another account.
Variants§
Unspecified = 0
Not specified.
Unknown = 1
Used for return value only. Represents value unknown in this version.
Enabled = 2
The link is enabled.
Removed = 3
The link is removed/disabled.
Requested = 4
The link to the other account has been requested. A user on the other account may now approve the link by setting the status to ENABLED.
PendingApproval = 5
This link has been requested by a user on the other account. It may be approved by a user on this account by setting the status to ENABLED.
Rejected = 6
The link is rejected by the approver.
Revoked = 7
The link is revoked by the user who requested the link.
Implementations§
source§impl AccountLinkStatus
impl AccountLinkStatus
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 AccountLinkStatus
impl Clone for AccountLinkStatus
source§fn clone(&self) -> AccountLinkStatus
fn clone(&self) -> AccountLinkStatus
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moresource§impl Debug for AccountLinkStatus
impl Debug for AccountLinkStatus
source§impl Default for AccountLinkStatus
impl Default for AccountLinkStatus
source§fn default() -> AccountLinkStatus
fn default() -> AccountLinkStatus
source§impl From<AccountLinkStatus> for i32
impl From<AccountLinkStatus> for i32
source§fn from(value: AccountLinkStatus) -> i32
fn from(value: AccountLinkStatus) -> i32
source§impl Hash for AccountLinkStatus
impl Hash for AccountLinkStatus
source§impl Ord for AccountLinkStatus
impl Ord for AccountLinkStatus
source§fn cmp(&self, other: &AccountLinkStatus) -> Ordering
fn cmp(&self, other: &AccountLinkStatus) -> 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 AccountLinkStatus
impl PartialEq for AccountLinkStatus
source§fn eq(&self, other: &AccountLinkStatus) -> bool
fn eq(&self, other: &AccountLinkStatus) -> bool
self
and other
values to be equal, and is used
by ==
.source§impl PartialOrd for AccountLinkStatus
impl PartialOrd for AccountLinkStatus
source§fn partial_cmp(&self, other: &AccountLinkStatus) -> Option<Ordering>
fn partial_cmp(&self, other: &AccountLinkStatus) -> 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 AccountLinkStatus
impl TryFrom<i32> for AccountLinkStatus
§type Error = UnknownEnumValue
type Error = UnknownEnumValue
source§fn try_from(value: i32) -> Result<AccountLinkStatus, UnknownEnumValue>
fn try_from(value: i32) -> Result<AccountLinkStatus, UnknownEnumValue>
impl Copy for AccountLinkStatus
impl Eq for AccountLinkStatus
impl StructuralPartialEq for AccountLinkStatus
Auto Trait Implementations§
impl Freeze for AccountLinkStatus
impl RefUnwindSafe for AccountLinkStatus
impl Send for AccountLinkStatus
impl Sync for AccountLinkStatus
impl Unpin for AccountLinkStatus
impl UnwindSafe for AccountLinkStatus
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