Enum gapi_grpc::google::ads::googleads::v7::resources::ad::AdData [−][src]
Details pertinent to the ad type. Exactly one value must be set.
Variants
TextAd(TextAdInfo)Immutable. Details pertaining to a text ad.
ExpandedTextAd(ExpandedTextAdInfo)Details pertaining to an expanded text ad.
CallOnlyAd(CallOnlyAdInfo)Details pertaining to a call-only ad.
ExpandedDynamicSearchAd(ExpandedDynamicSearchAdInfo)Immutable. Details pertaining to an Expanded Dynamic Search Ad.
This type of ad has its headline, final URLs, and display URL
auto-generated at serving time according to domain name specific
information provided by dynamic_search_ads_setting linked at the
campaign level.
HotelAd(HotelAdInfo)Details pertaining to a hotel ad.
ShoppingSmartAd(ShoppingSmartAdInfo)Details pertaining to a Smart Shopping ad.
ShoppingProductAd(ShoppingProductAdInfo)Details pertaining to a Shopping product ad.
GmailAd(GmailAdInfo)Immutable. Details pertaining to a Gmail ad.
ImageAd(ImageAdInfo)Immutable. Details pertaining to an Image ad.
VideoAd(VideoAdInfo)Details pertaining to a Video ad.
VideoResponsiveAd(VideoResponsiveAdInfo)Details pertaining to a Video responsive ad.
ResponsiveSearchAd(ResponsiveSearchAdInfo)Details pertaining to a responsive search ad.
LegacyResponsiveDisplayAd(LegacyResponsiveDisplayAdInfo)Details pertaining to a legacy responsive display ad.
AppAd(AppAdInfo)Details pertaining to an app ad.
LegacyAppInstallAd(LegacyAppInstallAdInfo)Immutable. Details pertaining to a legacy app install ad.
ResponsiveDisplayAd(ResponsiveDisplayAdInfo)Details pertaining to a responsive display ad.
LocalAd(LocalAdInfo)Details pertaining to a local ad.
DisplayUploadAd(DisplayUploadAdInfo)Details pertaining to a display upload ad.
AppEngagementAd(AppEngagementAdInfo)Details pertaining to an app engagement ad.
ShoppingComparisonListingAd(ShoppingComparisonListingAdInfo)Details pertaining to a Shopping Comparison Listing ad.
Implementations
impl AdData[src]
pub fn encode<B>(&self, buf: &mut B) where
B: BufMut, [src]
B: BufMut,
pub fn merge<B>(
field: &mut Option<AdData>,
tag: u32,
wire_type: WireType,
buf: &mut B,
ctx: DecodeContext
) -> Result<(), DecodeError> where
B: Buf, [src]
field: &mut Option<AdData>,
tag: u32,
wire_type: WireType,
buf: &mut B,
ctx: DecodeContext
) -> Result<(), DecodeError> where
B: Buf,
pub fn encoded_len(&self) -> usize[src]
Trait Implementations
impl Clone for AdData[src]
impl Debug for AdData[src]
impl PartialEq<AdData> for AdData[src]
impl StructuralPartialEq for AdData[src]
Auto Trait Implementations
impl RefUnwindSafe for AdData
impl Send for AdData
impl Sync for AdData
impl Unpin for AdData
impl UnwindSafe for AdData
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized, [src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized, [src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
T: ?Sized,
pub fn borrow_mut(&mut self) -> &mut T[src]
impl<T> From<T> for T[src]
impl<T> Instrument for T[src]
pub fn instrument(self, span: Span) -> Instrumented<Self>[src]
pub fn in_current_span(self) -> Instrumented<Self>[src]
impl<T> Instrument for T[src]
pub fn instrument(self, span: Span) -> Instrumented<Self>[src]
pub fn in_current_span(self) -> Instrumented<Self>[src]
impl<T, U> Into<U> for T where
U: From<T>, [src]
U: From<T>,
impl<T> IntoRequest<T> for T[src]
pub fn into_request(self) -> Request<T>[src]
impl<T> ToOwned for T where
T: Clone, [src]
T: Clone,
type Owned = T
The resulting type after obtaining ownership.
pub fn to_owned(&self) -> T[src]
pub fn clone_into(&self, target: &mut T)[src]
impl<T, U> TryFrom<U> for T where
U: Into<T>, [src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
pub fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>, [src]
U: TryFrom<T>,
type Error = <U as TryFrom<T>>::Error
The type returned in the event of a conversion error.
pub fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>[src]
impl<V, T> VZip<V> for T where
V: MultiLane<T>, [src]
V: MultiLane<T>,
impl<T> WithSubscriber for T[src]
pub fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self> where
S: Into<Dispatch>, [src]
S: Into<Dispatch>,