Enum googapis::google::ads::googleads::v8::resources::extension_feed_item::Extension[][src]

pub enum Extension {
    SitelinkFeedItem(SitelinkFeedItem),
    StructuredSnippetFeedItem(StructuredSnippetFeedItem),
    AppFeedItem(AppFeedItem),
    CallFeedItem(CallFeedItem),
    CalloutFeedItem(CalloutFeedItem),
    TextMessageFeedItem(TextMessageFeedItem),
    PriceFeedItem(PriceFeedItem),
    PromotionFeedItem(PromotionFeedItem),
    LocationFeedItem(LocationFeedItem),
    AffiliateLocationFeedItem(AffiliateLocationFeedItem),
    HotelCalloutFeedItem(HotelCalloutFeedItem),
    ImageFeedItem(ImageFeedItem),
}
Expand description

Extension type.

Variants

SitelinkFeedItem(SitelinkFeedItem)

Sitelink extension.

Tuple Fields of SitelinkFeedItem

0: SitelinkFeedItem
StructuredSnippetFeedItem(StructuredSnippetFeedItem)

Structured snippet extension.

Tuple Fields of StructuredSnippetFeedItem

0: StructuredSnippetFeedItem
AppFeedItem(AppFeedItem)

App extension.

Tuple Fields of AppFeedItem

0: AppFeedItem
CallFeedItem(CallFeedItem)

Call extension.

Tuple Fields of CallFeedItem

0: CallFeedItem
CalloutFeedItem(CalloutFeedItem)

Callout extension.

Tuple Fields of CalloutFeedItem

0: CalloutFeedItem
TextMessageFeedItem(TextMessageFeedItem)

Text message extension.

Tuple Fields of TextMessageFeedItem

0: TextMessageFeedItem
PriceFeedItem(PriceFeedItem)

Price extension.

Tuple Fields of PriceFeedItem

0: PriceFeedItem
PromotionFeedItem(PromotionFeedItem)

Promotion extension.

Tuple Fields of PromotionFeedItem

0: PromotionFeedItem
LocationFeedItem(LocationFeedItem)

Output only. Location extension. Locations are synced from a GMB account into a feed. This field is read-only.

Tuple Fields of LocationFeedItem

0: LocationFeedItem
AffiliateLocationFeedItem(AffiliateLocationFeedItem)

Output only. Affiliate location extension. Feed locations are populated by Google Ads based on a chain ID. This field is read-only.

Tuple Fields of AffiliateLocationFeedItem

0: AffiliateLocationFeedItem
HotelCalloutFeedItem(HotelCalloutFeedItem)

Hotel Callout extension.

Tuple Fields of HotelCalloutFeedItem

0: HotelCalloutFeedItem
ImageFeedItem(ImageFeedItem)

Immutable. Advertiser provided image extension.

Tuple Fields of ImageFeedItem

0: ImageFeedItem

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