Enum google_api_proto::google::ads::googleads::v17::enums::job_placeholder_field_enum::JobPlaceholderField
source · #[repr(i32)]pub enum JobPlaceholderField {
Show 19 variants
Unspecified = 0,
Unknown = 1,
JobId = 2,
LocationId = 3,
Title = 4,
Subtitle = 5,
Description = 6,
ImageUrl = 7,
Category = 8,
ContextualKeywords = 9,
Address = 10,
Salary = 11,
FinalUrls = 12,
FinalMobileUrls = 14,
TrackingUrl = 15,
AndroidAppLink = 16,
SimilarJobIds = 17,
IosAppLink = 18,
IosAppStoreId = 19,
}
Expand description
Possible values for Job placeholder fields.
Variants§
Unspecified = 0
Not specified.
Unknown = 1
Used for return value only. Represents value unknown in this version.
JobId = 2
Data Type: STRING. Required. If only JOB_ID is specified, then it must be unique. If both JOB_ID and LOCATION_ID are specified, then the pair must be unique. ID) pair must be unique.
LocationId = 3
Data Type: STRING. Combination of JOB_ID and LOCATION_ID must be unique per offer.
Title = 4
Data Type: STRING. Required. Main headline with job title to be shown in dynamic ad.
Subtitle = 5
Data Type: STRING. Job subtitle to be shown in dynamic ad.
Description = 6
Data Type: STRING. Description of job to be shown in dynamic ad.
ImageUrl = 7
Data Type: URL. Image to be displayed in the ad. Highly recommended for image ads.
Category = 8
Data Type: STRING. Category of property used to group like items together for recommendation engine.
ContextualKeywords = 9
Data Type: STRING_LIST. Keywords used for product retrieval.
Address = 10
Data Type: STRING. Complete property address, including postal code.
Salary = 11
Data Type: STRING. Salary or salary range of job to be shown in dynamic ad.
FinalUrls = 12
Data Type: URL_LIST. Required. Final URLs to be used in ad when using Upgraded URLs; the more specific the better (for example, the individual URL of a specific job and its location).
FinalMobileUrls = 14
Data Type: URL_LIST. Final mobile URLs for the ad when using Upgraded URLs.
TrackingUrl = 15
Data Type: URL. Tracking template for the ad when using Upgraded URLs.
AndroidAppLink = 16
Data Type: STRING. Android app link. Must be formatted as: android-app://{package_id}/{scheme}/{host_path}. The components are defined as follows: package_id: app ID as specified in Google Play. scheme: the scheme to pass to the application. Can be HTTP, or a custom scheme. host_path: identifies the specific content within your application.
SimilarJobIds = 17
Data Type: STRING_LIST. List of recommended job IDs to show together with this item.
IosAppLink = 18
Data Type: STRING. iOS app link.
IosAppStoreId = 19
Data Type: INT64. iOS app store ID.
Implementations§
source§impl JobPlaceholderField
impl JobPlaceholderField
sourcepub fn from_i32(value: i32) -> Option<JobPlaceholderField>
👎Deprecated: Use the TryFrom<i32> implementation instead
pub fn from_i32(value: i32) -> Option<JobPlaceholderField>
Converts an i32
to a JobPlaceholderField
, or None
if value
is not a valid variant.
source§impl JobPlaceholderField
impl JobPlaceholderField
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 JobPlaceholderField
impl Clone for JobPlaceholderField
source§fn clone(&self) -> JobPlaceholderField
fn clone(&self) -> JobPlaceholderField
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moresource§impl Debug for JobPlaceholderField
impl Debug for JobPlaceholderField
source§impl Default for JobPlaceholderField
impl Default for JobPlaceholderField
source§fn default() -> JobPlaceholderField
fn default() -> JobPlaceholderField
source§impl From<JobPlaceholderField> for i32
impl From<JobPlaceholderField> for i32
source§fn from(value: JobPlaceholderField) -> i32
fn from(value: JobPlaceholderField) -> i32
source§impl Hash for JobPlaceholderField
impl Hash for JobPlaceholderField
source§impl Ord for JobPlaceholderField
impl Ord for JobPlaceholderField
source§fn cmp(&self, other: &JobPlaceholderField) -> Ordering
fn cmp(&self, other: &JobPlaceholderField) -> 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 JobPlaceholderField
impl PartialEq for JobPlaceholderField
source§fn eq(&self, other: &JobPlaceholderField) -> bool
fn eq(&self, other: &JobPlaceholderField) -> bool
self
and other
values to be equal, and is used
by ==
.source§impl PartialOrd for JobPlaceholderField
impl PartialOrd for JobPlaceholderField
source§fn partial_cmp(&self, other: &JobPlaceholderField) -> Option<Ordering>
fn partial_cmp(&self, other: &JobPlaceholderField) -> 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 JobPlaceholderField
impl TryFrom<i32> for JobPlaceholderField
§type Error = UnknownEnumValue
type Error = UnknownEnumValue
source§fn try_from(value: i32) -> Result<JobPlaceholderField, UnknownEnumValue>
fn try_from(value: i32) -> Result<JobPlaceholderField, UnknownEnumValue>
impl Copy for JobPlaceholderField
impl Eq for JobPlaceholderField
impl StructuralPartialEq for JobPlaceholderField
Auto Trait Implementations§
impl Freeze for JobPlaceholderField
impl RefUnwindSafe for JobPlaceholderField
impl Send for JobPlaceholderField
impl Sync for JobPlaceholderField
impl Unpin for JobPlaceholderField
impl UnwindSafe for JobPlaceholderField
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