Struct google_api_proto::google::ads::searchads360::v0::services::SearchSearchAds360Response
source · pub struct SearchSearchAds360Response {
pub results: Vec<SearchAds360Row>,
pub next_page_token: String,
pub total_results_count: i64,
pub field_mask: Option<FieldMask>,
pub summary_row: Option<SearchAds360Row>,
pub custom_column_headers: Vec<CustomColumnHeader>,
pub conversion_custom_metric_headers: Vec<ConversionCustomMetricHeader>,
pub conversion_custom_dimension_headers: Vec<ConversionCustomDimensionHeader>,
pub raw_event_conversion_metric_headers: Vec<RawEventConversionMetricHeader>,
pub raw_event_conversion_dimension_headers: Vec<RawEventConversionDimensionHeader>,
}
Expand description
Response message for [SearchAds360Service.Search][google.ads.searchads360.v0.services.SearchAds360Service.Search].
Fields§
§results: Vec<SearchAds360Row>
The list of rows that matched the query.
next_page_token: String
Pagination token used to retrieve the next page of results.
Pass the content of this string as the page_token
attribute of
the next request. next_page_token
is not returned for the last
page.
total_results_count: i64
Total number of results that match the query ignoring the LIMIT clause.
field_mask: Option<FieldMask>
FieldMask that represents what fields were requested by the user.
summary_row: Option<SearchAds360Row>
Summary row that contains summary of metrics in results. Summary of metrics means aggregation of metrics across all results, here aggregation could be sum, average, rate, etc.
custom_column_headers: Vec<CustomColumnHeader>
The headers of the custom columns in the results.
conversion_custom_metric_headers: Vec<ConversionCustomMetricHeader>
The headers of the conversion custom metrics in the results.
conversion_custom_dimension_headers: Vec<ConversionCustomDimensionHeader>
The headers of the conversion custom dimensions in the results.
raw_event_conversion_metric_headers: Vec<RawEventConversionMetricHeader>
The headers of the raw event conversion metrics in the results.
raw_event_conversion_dimension_headers: Vec<RawEventConversionDimensionHeader>
The headers of the raw event conversion dimensions in the results.
Trait Implementations§
source§impl Clone for SearchSearchAds360Response
impl Clone for SearchSearchAds360Response
source§fn clone(&self) -> SearchSearchAds360Response
fn clone(&self) -> SearchSearchAds360Response
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moresource§impl Debug for SearchSearchAds360Response
impl Debug for SearchSearchAds360Response
source§impl Default for SearchSearchAds360Response
impl Default for SearchSearchAds360Response
source§impl Message for SearchSearchAds360Response
impl Message for SearchSearchAds360Response
source§fn encoded_len(&self) -> usize
fn encoded_len(&self) -> usize
source§fn encode(&self, buf: &mut impl BufMut) -> Result<(), EncodeError>where
Self: Sized,
fn encode(&self, buf: &mut impl BufMut) -> Result<(), EncodeError>where
Self: Sized,
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(
&self,
buf: &mut impl BufMut,
) -> Result<(), EncodeError>where
Self: Sized,
fn encode_length_delimited(
&self,
buf: &mut impl BufMut,
) -> Result<(), EncodeError>where
Self: Sized,
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(buf: impl Buf) -> Result<Self, DecodeError>where
Self: Default,
fn decode(buf: impl Buf) -> Result<Self, DecodeError>where
Self: Default,
source§fn decode_length_delimited(buf: impl Buf) -> Result<Self, DecodeError>where
Self: Default,
fn decode_length_delimited(buf: impl Buf) -> Result<Self, DecodeError>where
Self: Default,
source§fn merge(&mut self, buf: impl Buf) -> Result<(), DecodeError>where
Self: Sized,
fn merge(&mut self, buf: impl Buf) -> Result<(), DecodeError>where
Self: Sized,
self
. Read moresource§fn merge_length_delimited(&mut self, buf: impl Buf) -> Result<(), DecodeError>where
Self: Sized,
fn merge_length_delimited(&mut self, buf: impl Buf) -> Result<(), DecodeError>where
Self: Sized,
self
.source§impl PartialEq for SearchSearchAds360Response
impl PartialEq for SearchSearchAds360Response
source§fn eq(&self, other: &SearchSearchAds360Response) -> bool
fn eq(&self, other: &SearchSearchAds360Response) -> bool
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for SearchSearchAds360Response
Auto Trait Implementations§
impl Freeze for SearchSearchAds360Response
impl RefUnwindSafe for SearchSearchAds360Response
impl Send for SearchSearchAds360Response
impl Sync for SearchSearchAds360Response
impl Unpin for SearchSearchAds360Response
impl UnwindSafe for SearchSearchAds360Response
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
§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>
T
in a tonic::Request