Struct google_api_proto::google::ads::admanager::v1::ListCustomTargetingKeysResponse
source · pub struct ListCustomTargetingKeysResponse {
pub custom_targeting_keys: Vec<CustomTargetingKey>,
pub next_page_token: String,
pub total_size: i32,
}Expand description
Response object for ListCustomTargetingKeysRequest containing matching
CustomTargetingKey objects.
Fields§
§custom_targeting_keys: Vec<CustomTargetingKey>The CustomTargetingKey objects from the specified network.
next_page_token: StringA 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: i32Total number of CustomTargetingKey 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 ListCustomTargetingKeysResponse
impl Clone for ListCustomTargetingKeysResponse
source§fn clone(&self) -> ListCustomTargetingKeysResponse
fn clone(&self) -> ListCustomTargetingKeysResponse
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read moresource§impl Message for ListCustomTargetingKeysResponse
impl Message for ListCustomTargetingKeysResponse
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 ListCustomTargetingKeysResponse
impl PartialEq for ListCustomTargetingKeysResponse
source§fn eq(&self, other: &ListCustomTargetingKeysResponse) -> bool
fn eq(&self, other: &ListCustomTargetingKeysResponse) -> bool
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for ListCustomTargetingKeysResponse
Auto Trait Implementations§
impl Freeze for ListCustomTargetingKeysResponse
impl RefUnwindSafe for ListCustomTargetingKeysResponse
impl Send for ListCustomTargetingKeysResponse
impl Sync for ListCustomTargetingKeysResponse
impl Unpin for ListCustomTargetingKeysResponse
impl UnwindSafe for ListCustomTargetingKeysResponse
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