pub struct DynamicSearchAdsSearchTermView {
pub resource_name: String,
pub search_term: String,
pub headline: String,
pub landing_page: String,
pub page_url: String,
pub has_negative_keyword: bool,
pub has_matching_keyword: bool,
pub has_negative_url: bool,
}
Expand description
A dynamic search ads search term view.
Fields§
§resource_name: String
Output only. The resource name of the dynamic search ads search term view. Dynamic search ads search term view resource names have the form:
customers/{customer_id}/dynamicSearchAdsSearchTermViews/{ad_group_id}~{search_term_fingerprint}~{headline_fingerprint}~{landing_page_fingerprint}~{page_url_fingerprint}
search_term: String
Output only. Search term
This field is read-only.
headline: String
Output only. The dynamically generated headline of the Dynamic Search Ad.
This field is read-only.
landing_page: String
Output only. The dynamically selected landing page URL of the impression.
This field is read-only.
page_url: String
Output only. The URL of page feed item served for the impression.
This field is read-only.
has_negative_keyword: bool
Output only. True if query matches a negative keyword.
This field is read-only.
has_matching_keyword: bool
Output only. True if query is added to targeted keywords.
This field is read-only.
has_negative_url: bool
Output only. True if query matches a negative url.
This field is read-only.
Trait Implementations§
Source§impl Clone for DynamicSearchAdsSearchTermView
impl Clone for DynamicSearchAdsSearchTermView
Source§fn clone(&self) -> DynamicSearchAdsSearchTermView
fn clone(&self) -> DynamicSearchAdsSearchTermView
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moreSource§impl Message for DynamicSearchAdsSearchTermView
impl Message for DynamicSearchAdsSearchTermView
Source§fn encoded_len(&self) -> usize
fn encoded_len(&self) -> usize
Source§fn encode<B>(&self, buf: &mut B) -> Result<(), EncodeError>
fn encode<B>(&self, buf: &mut B) -> Result<(), EncodeError>
Source§fn encode_to_vec(&self) -> Vec<u8>where
Self: Sized,
fn encode_to_vec(&self) -> Vec<u8>where
Self: Sized,
Source§fn encode_length_delimited<B>(&self, buf: &mut B) -> Result<(), EncodeError>
fn encode_length_delimited<B>(&self, buf: &mut B) -> Result<(), EncodeError>
Source§fn encode_length_delimited_to_vec(&self) -> Vec<u8>where
Self: Sized,
fn encode_length_delimited_to_vec(&self) -> Vec<u8>where
Self: Sized,
Source§fn decode<B>(buf: B) -> Result<Self, DecodeError>
fn decode<B>(buf: B) -> Result<Self, DecodeError>
Source§fn decode_length_delimited<B>(buf: B) -> Result<Self, DecodeError>
fn decode_length_delimited<B>(buf: B) -> Result<Self, DecodeError>
Source§fn merge<B>(&mut self, buf: B) -> Result<(), DecodeError>
fn merge<B>(&mut self, buf: B) -> Result<(), DecodeError>
self
. Read moreSource§fn merge_length_delimited<B>(&mut self, buf: B) -> Result<(), DecodeError>
fn merge_length_delimited<B>(&mut self, buf: B) -> Result<(), DecodeError>
self
.Source§impl PartialEq for DynamicSearchAdsSearchTermView
impl PartialEq for DynamicSearchAdsSearchTermView
Source§fn eq(&self, other: &DynamicSearchAdsSearchTermView) -> bool
fn eq(&self, other: &DynamicSearchAdsSearchTermView) -> bool
self
and other
values to be equal, and is used by ==
.impl StructuralPartialEq for DynamicSearchAdsSearchTermView
Auto Trait Implementations§
impl Freeze for DynamicSearchAdsSearchTermView
impl RefUnwindSafe for DynamicSearchAdsSearchTermView
impl Send for DynamicSearchAdsSearchTermView
impl Sync for DynamicSearchAdsSearchTermView
impl Unpin for DynamicSearchAdsSearchTermView
impl UnwindSafe for DynamicSearchAdsSearchTermView
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<T> Instrument for T
impl<T> Instrument for T
Source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
Source§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