Enum google_api_proto::google::ads::googleads::v17::resources::smart_campaign_setting::LandingPage
source · pub enum LandingPage {
FinalUrl(String),
AdOptimizedBusinessProfileSetting(AdOptimizedBusinessProfileSetting),
}
Expand description
The landing page of this campaign.
Variants§
FinalUrl(String)
The user-provided landing page URL for this Campaign.
AdOptimizedBusinessProfileSetting(AdOptimizedBusinessProfileSetting)
Settings for configuring a business profile optimized for ads as this campaign’s landing page. This campaign must be linked to a business profile to use this option. For more information on this feature, consult https://support.google.com/google-ads/answer/9827068.
Implementations§
source§impl LandingPage
impl LandingPage
sourcepub fn merge(
field: &mut Option<LandingPage>,
tag: u32,
wire_type: WireType,
buf: &mut impl Buf,
ctx: DecodeContext,
) -> Result<(), DecodeError>
pub fn merge( field: &mut Option<LandingPage>, tag: u32, wire_type: WireType, buf: &mut impl Buf, ctx: DecodeContext, ) -> Result<(), DecodeError>
Decodes an instance of the message from a buffer, and merges it into self.
sourcepub fn encoded_len(&self) -> usize
pub fn encoded_len(&self) -> usize
Returns the encoded length of the message without a length delimiter.
Trait Implementations§
source§impl Clone for LandingPage
impl Clone for LandingPage
source§fn clone(&self) -> LandingPage
fn clone(&self) -> LandingPage
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for LandingPage
impl Debug for LandingPage
source§impl PartialEq for LandingPage
impl PartialEq for LandingPage
source§fn eq(&self, other: &LandingPage) -> bool
fn eq(&self, other: &LandingPage) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for LandingPage
Auto Trait Implementations§
impl Freeze for LandingPage
impl RefUnwindSafe for LandingPage
impl Send for LandingPage
impl Sync for LandingPage
impl Unpin for LandingPage
impl UnwindSafe for LandingPage
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
Mutably borrows from an owned value. Read more
§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>
Wrap the input message
T
in a tonic::Request