Struct google_api_proto::google::ads::admanager::v1::ListCustomTargetingValuesResponse
source · pub struct ListCustomTargetingValuesResponse {
pub custom_targeting_values: Vec<CustomTargetingValue>,
pub next_page_token: String,
pub total_size: i32,
}
Expand description
Response object for ListCustomTargetingValuesRequest
containing matching
CustomTargetingValue
objects.
Fields§
§custom_targeting_values: Vec<CustomTargetingValue>
The CustomTargetingValue
objects from the specified network.
next_page_token: String
A token, which can be sent as page_token
to retrieve the next page.
If this field is omitted, there are no subsequent pages.
total_size: i32
Total number of CustomTargetingValue
objects.
If a filter was included in the request, this reflects the total number
after the filtering is applied.
total_size
will not be calculated in the response unless it has been
included in a response field mask. The response field mask can be provided
to the method by using the URL parameter $fields
or fields
, or by using
the HTTP/gRPC header X-Goog-FieldMask
.
For more information, see https://developers.google.com/ad-manager/api/beta/field-masks
Trait Implementations§
source§impl Clone for ListCustomTargetingValuesResponse
impl Clone for ListCustomTargetingValuesResponse
source§fn clone(&self) -> ListCustomTargetingValuesResponse
fn clone(&self) -> ListCustomTargetingValuesResponse
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moresource§impl Message for ListCustomTargetingValuesResponse
impl Message for ListCustomTargetingValuesResponse
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 ListCustomTargetingValuesResponse
impl PartialEq for ListCustomTargetingValuesResponse
source§fn eq(&self, other: &ListCustomTargetingValuesResponse) -> bool
fn eq(&self, other: &ListCustomTargetingValuesResponse) -> bool
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for ListCustomTargetingValuesResponse
Auto Trait Implementations§
impl Freeze for ListCustomTargetingValuesResponse
impl RefUnwindSafe for ListCustomTargetingValuesResponse
impl Send for ListCustomTargetingValuesResponse
impl Sync for ListCustomTargetingValuesResponse
impl Unpin for ListCustomTargetingValuesResponse
impl UnwindSafe for ListCustomTargetingValuesResponse
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