Struct google_api_proto::google::ads::googleads::v17::services::ListBatchJobResultsRequest
source · pub struct ListBatchJobResultsRequest {
pub resource_name: String,
pub page_token: String,
pub page_size: i32,
pub response_content_type: i32,
}
Expand description
Request message for [BatchJobService.ListBatchJobResults][google.ads.googleads.v17.services.BatchJobService.ListBatchJobResults].
Fields§
§resource_name: String
Required. The resource name of the batch job whose results are being listed.
page_token: String
Token of the page to retrieve. If not specified, the first
page of results will be returned. Use the value obtained from
next_page_token
in the previous response in order to request
the next page of results.
page_size: i32
Number of elements to retrieve in a single page. When a page request is too large, the server may decide to further limit the number of returned resources.
response_content_type: i32
The response content type setting. Determines whether the mutable resource or just the resource name should be returned.
Implementations§
source§impl ListBatchJobResultsRequest
impl ListBatchJobResultsRequest
sourcepub fn response_content_type(&self) -> ResponseContentType
pub fn response_content_type(&self) -> ResponseContentType
Returns the enum value of response_content_type
, or the default if the field is set to an invalid enum value.
sourcepub fn set_response_content_type(&mut self, value: ResponseContentType)
pub fn set_response_content_type(&mut self, value: ResponseContentType)
Sets response_content_type
to the provided enum value.
Trait Implementations§
source§impl Clone for ListBatchJobResultsRequest
impl Clone for ListBatchJobResultsRequest
source§fn clone(&self) -> ListBatchJobResultsRequest
fn clone(&self) -> ListBatchJobResultsRequest
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moresource§impl Debug for ListBatchJobResultsRequest
impl Debug for ListBatchJobResultsRequest
source§impl Default for ListBatchJobResultsRequest
impl Default for ListBatchJobResultsRequest
source§impl Message for ListBatchJobResultsRequest
impl Message for ListBatchJobResultsRequest
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 ListBatchJobResultsRequest
impl PartialEq for ListBatchJobResultsRequest
source§fn eq(&self, other: &ListBatchJobResultsRequest) -> bool
fn eq(&self, other: &ListBatchJobResultsRequest) -> bool
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for ListBatchJobResultsRequest
Auto Trait Implementations§
impl Freeze for ListBatchJobResultsRequest
impl RefUnwindSafe for ListBatchJobResultsRequest
impl Send for ListBatchJobResultsRequest
impl Sync for ListBatchJobResultsRequest
impl Unpin for ListBatchJobResultsRequest
impl UnwindSafe for ListBatchJobResultsRequest
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