Enum googapis::google::ads::googleads::v7::resources::attribute_field_mapping::Field[][src]

pub enum Field {
Show 22 variants SitelinkField(i32), CallField(i32), AppField(i32), LocationField(i32), AffiliateLocationField(i32), CalloutField(i32), StructuredSnippetField(i32), MessageField(i32), PriceField(i32), PromotionField(i32), AdCustomizerField(i32), DsaPageFeedField(i32), LocationExtensionTargetingField(i32), EducationField(i32), FlightField(i32), CustomField(i32), HotelField(i32), RealEstateField(i32), TravelField(i32), LocalField(i32), JobField(i32), ImageField(i32),
}
Expand description

Placeholder or criterion field to be populated using data from the above feed attribute. Required.

Variants

SitelinkField(i32)

Immutable. Sitelink Placeholder Fields.

Tuple Fields of SitelinkField

0: i32
CallField(i32)

Immutable. Call Placeholder Fields.

Tuple Fields of CallField

0: i32
AppField(i32)

Immutable. App Placeholder Fields.

Tuple Fields of AppField

0: i32
LocationField(i32)

Output only. Location Placeholder Fields. This field is read-only.

Tuple Fields of LocationField

0: i32
AffiliateLocationField(i32)

Output only. Affiliate Location Placeholder Fields. This field is read-only.

Tuple Fields of AffiliateLocationField

0: i32
CalloutField(i32)

Immutable. Callout Placeholder Fields.

Tuple Fields of CalloutField

0: i32
StructuredSnippetField(i32)

Immutable. Structured Snippet Placeholder Fields.

Tuple Fields of StructuredSnippetField

0: i32
MessageField(i32)

Immutable. Message Placeholder Fields.

Tuple Fields of MessageField

0: i32
PriceField(i32)

Immutable. Price Placeholder Fields.

Tuple Fields of PriceField

0: i32
PromotionField(i32)

Immutable. Promotion Placeholder Fields.

Tuple Fields of PromotionField

0: i32
AdCustomizerField(i32)

Immutable. Ad Customizer Placeholder Fields

Tuple Fields of AdCustomizerField

0: i32
DsaPageFeedField(i32)

Immutable. Dynamic Search Ad Page Feed Fields.

Tuple Fields of DsaPageFeedField

0: i32
LocationExtensionTargetingField(i32)

Immutable. Location Target Fields.

Tuple Fields of LocationExtensionTargetingField

0: i32
EducationField(i32)

Immutable. Education Placeholder Fields

Tuple Fields of EducationField

0: i32
FlightField(i32)

Immutable. Flight Placeholder Fields

Tuple Fields of FlightField

0: i32
CustomField(i32)

Immutable. Custom Placeholder Fields

Tuple Fields of CustomField

0: i32
HotelField(i32)

Immutable. Hotel Placeholder Fields

Tuple Fields of HotelField

0: i32
RealEstateField(i32)

Immutable. Real Estate Placeholder Fields

Tuple Fields of RealEstateField

0: i32
TravelField(i32)

Immutable. Travel Placeholder Fields

Tuple Fields of TravelField

0: i32
LocalField(i32)

Immutable. Local Placeholder Fields

Tuple Fields of LocalField

0: i32
JobField(i32)

Immutable. Job Placeholder Fields

Tuple Fields of JobField

0: i32
ImageField(i32)

Immutable. Image Placeholder Fields

Tuple Fields of ImageField

0: i32

Implementations

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Formats the value using the given formatter. Read more

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Instruments this type with the provided Span, returning an Instrumented wrapper. Read more

Instruments this type with the current Span, returning an Instrumented wrapper. Read more

Performs the conversion.

Wrap the input message T in a tonic::Request

The resulting type after obtaining ownership.

Creates owned data from borrowed data, usually by cloning. Read more

🔬 This is a nightly-only experimental API. (toowned_clone_into)

recently added

Uses borrowed data to replace owned data, usually by cloning. Read more

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

Attaches the provided Subscriber to this type, returning a WithDispatch wrapper. Read more

Attaches the current default Subscriber to this type, returning a WithDispatch wrapper. Read more