Enum google_api_proto::google::ads::googleads::v15::enums::app_placeholder_field_enum::AppPlaceholderField
source · #[repr(i32)]pub enum AppPlaceholderField {
Unspecified = 0,
Unknown = 1,
Store = 2,
Id = 3,
LinkText = 4,
Url = 5,
FinalUrls = 6,
FinalMobileUrls = 7,
TrackingUrl = 8,
FinalUrlSuffix = 9,
}
Expand description
Possible values for App placeholder fields.
Variants§
Unspecified = 0
Not specified.
Unknown = 1
Used for return value only. Represents value unknown in this version.
Store = 2
Data Type: INT64. The application store that the target application belongs to. Valid values are: 1 = Apple iTunes Store; 2 = Google Play Store.
Id = 3
Data Type: STRING. The store-specific ID for the target application.
LinkText = 4
Data Type: STRING. The visible text displayed when the link is rendered in an ad.
Url = 5
Data Type: STRING. The destination URL of the in-app link.
FinalUrls = 6
Data Type: URL_LIST. Final URLs for the in-app link when using Upgraded URLs.
FinalMobileUrls = 7
Data Type: URL_LIST. Final Mobile URLs for the in-app link when using Upgraded URLs.
TrackingUrl = 8
Data Type: URL. Tracking template for the in-app link when using Upgraded URLs.
FinalUrlSuffix = 9
Data Type: STRING. Final URL suffix for the in-app link when using parallel tracking.
Implementations§
source§impl AppPlaceholderField
impl AppPlaceholderField
sourcepub fn from_i32(value: i32) -> Option<AppPlaceholderField>
👎Deprecated: Use the TryFrom<i32> implementation instead
pub fn from_i32(value: i32) -> Option<AppPlaceholderField>
Converts an i32
to a AppPlaceholderField
, or None
if value
is not a valid variant.
source§impl AppPlaceholderField
impl AppPlaceholderField
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 AppPlaceholderField
impl Clone for AppPlaceholderField
source§fn clone(&self) -> AppPlaceholderField
fn clone(&self) -> AppPlaceholderField
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moresource§impl Debug for AppPlaceholderField
impl Debug for AppPlaceholderField
source§impl Default for AppPlaceholderField
impl Default for AppPlaceholderField
source§fn default() -> AppPlaceholderField
fn default() -> AppPlaceholderField
source§impl From<AppPlaceholderField> for i32
impl From<AppPlaceholderField> for i32
source§fn from(value: AppPlaceholderField) -> i32
fn from(value: AppPlaceholderField) -> i32
source§impl Hash for AppPlaceholderField
impl Hash for AppPlaceholderField
source§impl Ord for AppPlaceholderField
impl Ord for AppPlaceholderField
source§fn cmp(&self, other: &AppPlaceholderField) -> Ordering
fn cmp(&self, other: &AppPlaceholderField) -> 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 AppPlaceholderField
impl PartialEq for AppPlaceholderField
source§fn eq(&self, other: &AppPlaceholderField) -> bool
fn eq(&self, other: &AppPlaceholderField) -> bool
self
and other
values to be equal, and is used
by ==
.source§impl PartialOrd for AppPlaceholderField
impl PartialOrd for AppPlaceholderField
source§fn partial_cmp(&self, other: &AppPlaceholderField) -> Option<Ordering>
fn partial_cmp(&self, other: &AppPlaceholderField) -> 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 AppPlaceholderField
impl TryFrom<i32> for AppPlaceholderField
§type Error = UnknownEnumValue
type Error = UnknownEnumValue
source§fn try_from(value: i32) -> Result<AppPlaceholderField, UnknownEnumValue>
fn try_from(value: i32) -> Result<AppPlaceholderField, UnknownEnumValue>
impl Copy for AppPlaceholderField
impl Eq for AppPlaceholderField
impl StructuralPartialEq for AppPlaceholderField
Auto Trait Implementations§
impl Freeze for AppPlaceholderField
impl RefUnwindSafe for AppPlaceholderField
impl Send for AppPlaceholderField
impl Sync for AppPlaceholderField
impl Unpin for AppPlaceholderField
impl UnwindSafe for AppPlaceholderField
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