#[repr(i32)]pub enum CallPlaceholderField {
Unspecified = 0,
Unknown = 1,
PhoneNumber = 2,
CountryCode = 3,
Tracked = 4,
ConversionTypeId = 5,
ConversionReportingState = 6,
}
Expand description
Possible values for Call placeholder fields.
Variants§
Unspecified = 0
Not specified.
Unknown = 1
Used for return value only. Represents value unknown in this version.
PhoneNumber = 2
Data Type: STRING. The advertiser’s phone number to append to the ad.
CountryCode = 3
Data Type: STRING. Uppercase two-letter country code of the advertiser’s phone number.
Tracked = 4
Data Type: BOOLEAN. Indicates whether call tracking is enabled. Default: true.
ConversionTypeId = 5
Data Type: INT64. The ID of an AdCallMetricsConversion object. This object contains the phoneCallDurationfield which is the minimum duration (in seconds) of a call to be considered a conversion.
ConversionReportingState = 6
Data Type: STRING. Indicates whether this call extension uses its own call conversion setting or follows the account level setting. Valid values are: USE_ACCOUNT_LEVEL_CALL_CONVERSION_ACTION and USE_RESOURCE_LEVEL_CALL_CONVERSION_ACTION.
Implementations§
Source§impl CallPlaceholderField
impl CallPlaceholderField
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 CallPlaceholderField
impl Clone for CallPlaceholderField
Source§fn clone(&self) -> CallPlaceholderField
fn clone(&self) -> CallPlaceholderField
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moreSource§impl Debug for CallPlaceholderField
impl Debug for CallPlaceholderField
Source§impl Default for CallPlaceholderField
impl Default for CallPlaceholderField
Source§fn default() -> CallPlaceholderField
fn default() -> CallPlaceholderField
Source§impl From<CallPlaceholderField> for i32
impl From<CallPlaceholderField> for i32
Source§fn from(value: CallPlaceholderField) -> i32
fn from(value: CallPlaceholderField) -> i32
Source§impl Hash for CallPlaceholderField
impl Hash for CallPlaceholderField
Source§impl Ord for CallPlaceholderField
impl Ord for CallPlaceholderField
Source§fn cmp(&self, other: &CallPlaceholderField) -> Ordering
fn cmp(&self, other: &CallPlaceholderField) -> 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 CallPlaceholderField
impl PartialEq for CallPlaceholderField
Source§impl PartialOrd for CallPlaceholderField
impl PartialOrd for CallPlaceholderField
impl Copy for CallPlaceholderField
impl Eq for CallPlaceholderField
impl StructuralPartialEq for CallPlaceholderField
Auto Trait Implementations§
impl Freeze for CallPlaceholderField
impl RefUnwindSafe for CallPlaceholderField
impl Send for CallPlaceholderField
impl Sync for CallPlaceholderField
impl Unpin for CallPlaceholderField
impl UnwindSafe for CallPlaceholderField
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§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.Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<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.Source§impl<T> Instrument for T
impl<T> Instrument for T
Source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
Source§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