Enum google_api_proto::google::ads::googleads::v16::enums::call_placeholder_field_enum::CallPlaceholderField
source · #[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 is_valid(value: i32) -> bool
pub fn is_valid(value: i32) -> bool
Returns true
if value
is a variant of CallPlaceholderField
.
sourcepub fn from_i32(value: i32) -> Option<CallPlaceholderField>
👎Deprecated: Use the TryFrom<i32> implementation instead
pub fn from_i32(value: i32) -> Option<CallPlaceholderField>
Converts an i32
to a CallPlaceholderField
, or None
if value
is not a valid variant.
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§fn eq(&self, other: &CallPlaceholderField) -> bool
fn eq(&self, other: &CallPlaceholderField) -> bool
self
and other
values to be equal, and is used
by ==
.source§impl PartialOrd for CallPlaceholderField
impl PartialOrd for CallPlaceholderField
source§fn partial_cmp(&self, other: &CallPlaceholderField) -> Option<Ordering>
fn partial_cmp(&self, other: &CallPlaceholderField) -> 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 CallPlaceholderField
impl TryFrom<i32> for CallPlaceholderField
§type Error = UnknownEnumValue
type Error = UnknownEnumValue
source§fn try_from(value: i32) -> Result<CallPlaceholderField, UnknownEnumValue>
fn try_from(value: i32) -> Result<CallPlaceholderField, UnknownEnumValue>
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
§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