Enum gapi_grpc::google::ads::googleads::v4::enums::app_placeholder_field_enum::AppPlaceholderField[][src]

#[repr(i32)]pub enum AppPlaceholderField {
    Unspecified,
    Unknown,
    Store,
    Id,
    LinkText,
    Url,
    FinalUrls,
    FinalMobileUrls,
    TrackingUrl,
    FinalUrlSuffix,
}

Possible values for App placeholder fields.

Variants

Unspecified

Not specified.

Unknown

Used for return value only. Represents value unknown in this version.

Store

Data Type: INT64. The application store that the target application belongs to. Valid values are: 1 = Apple iTunes Store; 2 = Google Play Store.

Id

Data Type: STRING. The store-specific ID for the target application.

LinkText

Data Type: STRING. The visible text displayed when the link is rendered in an ad.

Url

Data Type: STRING. The destination URL of the in-app link.

FinalUrls

Data Type: URL_LIST. Final URLs for the in-app link when using Upgraded URLs.

FinalMobileUrls

Data Type: URL_LIST. Final Mobile URLs for the in-app link when using Upgraded URLs.

TrackingUrl

Data Type: URL. Tracking template for the in-app link when using Upgraded URLs.

FinalUrlSuffix

Data Type: STRING. Final URL suffix for the in-app link when using parallel tracking.

Implementations

impl AppPlaceholderField[src]

pub fn is_valid(value: i32) -> bool[src]

Returns true if value is a variant of AppPlaceholderField.

pub fn from_i32(value: i32) -> Option<AppPlaceholderField>[src]

Converts an i32 to a AppPlaceholderField, or None if value is not a valid variant.

Trait Implementations

impl Clone for AppPlaceholderField[src]

impl Copy for AppPlaceholderField[src]

impl Debug for AppPlaceholderField[src]

impl Default for AppPlaceholderField[src]

impl Eq for AppPlaceholderField[src]

impl From<AppPlaceholderField> for i32[src]

impl Hash for AppPlaceholderField[src]

impl Ord for AppPlaceholderField[src]

impl PartialEq<AppPlaceholderField> for AppPlaceholderField[src]

impl PartialOrd<AppPlaceholderField> for AppPlaceholderField[src]

impl StructuralEq for AppPlaceholderField[src]

impl StructuralPartialEq for AppPlaceholderField[src]

Auto Trait Implementations

impl RefUnwindSafe for AppPlaceholderField

impl Send for AppPlaceholderField

impl Sync for AppPlaceholderField

impl Unpin for AppPlaceholderField

impl UnwindSafe for AppPlaceholderField

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<Q, K> Equivalent<K> for Q where
    K: Borrow<Q> + ?Sized,
    Q: Eq + ?Sized
[src]

impl<T> From<T> for T[src]

impl<T> Instrument for T[src]

impl<T> Instrument for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> IntoRequest<T> for T[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<V, T> VZip<V> for T where
    V: MultiLane<T>, 
[src]

impl<T> WithSubscriber for T[src]