Struct google_api_proto::google::ads::googleads::v15::services::UploadConversionAdjustmentsRequest
source · pub struct UploadConversionAdjustmentsRequest {
pub customer_id: String,
pub conversion_adjustments: Vec<ConversionAdjustment>,
pub partial_failure: bool,
pub validate_only: bool,
pub job_id: Option<i32>,
}
Expand description
Request message for [ConversionAdjustmentUploadService.UploadConversionAdjustments][google.ads.googleads.v15.services.ConversionAdjustmentUploadService.UploadConversionAdjustments].
Fields§
§customer_id: String
Required. The ID of the customer performing the upload.
conversion_adjustments: Vec<ConversionAdjustment>
Required. The conversion adjustments that are being uploaded.
partial_failure: bool
Required. If true, successful operations will be carried out and invalid operations will return errors. If false, all operations will be carried out in one transaction if and only if they are all valid. This should always be set to true. See https://developers.google.com/google-ads/api/docs/best-practices/partial-failures for more information about partial failure.
validate_only: bool
If true, the request is validated but not executed. Only errors are returned, not results.
job_id: Option<i32>
Optional. Optional input to set job ID. Must be a non-negative number that
is less than 2^31 if provided. If this field is not provided, the API will
generate a job ID in the range [2^31, (2^63)-1]. The API will return the
value for this request in the job_id
field of the
UploadConversionAdjustmentsResponse
.
Implementations§
Trait Implementations§
source§impl Clone for UploadConversionAdjustmentsRequest
impl Clone for UploadConversionAdjustmentsRequest
source§fn clone(&self) -> UploadConversionAdjustmentsRequest
fn clone(&self) -> UploadConversionAdjustmentsRequest
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moresource§impl Message for UploadConversionAdjustmentsRequest
impl Message for UploadConversionAdjustmentsRequest
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 UploadConversionAdjustmentsRequest
impl PartialEq for UploadConversionAdjustmentsRequest
source§fn eq(&self, other: &UploadConversionAdjustmentsRequest) -> bool
fn eq(&self, other: &UploadConversionAdjustmentsRequest) -> bool
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for UploadConversionAdjustmentsRequest
Auto Trait Implementations§
impl Freeze for UploadConversionAdjustmentsRequest
impl RefUnwindSafe for UploadConversionAdjustmentsRequest
impl Send for UploadConversionAdjustmentsRequest
impl Sync for UploadConversionAdjustmentsRequest
impl Unpin for UploadConversionAdjustmentsRequest
impl UnwindSafe for UploadConversionAdjustmentsRequest
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