Struct google_api_proto::google::ads::googleads::v16::services::AddOfflineUserDataJobOperationsRequest
source · pub struct AddOfflineUserDataJobOperationsRequest {
pub resource_name: String,
pub enable_partial_failure: Option<bool>,
pub enable_warnings: Option<bool>,
pub operations: Vec<OfflineUserDataJobOperation>,
pub validate_only: bool,
}
Expand description
Request message for [OfflineUserDataJobService.AddOfflineUserDataJobOperations][google.ads.googleads.v16.services.OfflineUserDataJobService.AddOfflineUserDataJobOperations].
Fields§
§resource_name: String
Required. The resource name of the OfflineUserDataJob.
enable_partial_failure: Option<bool>
True to enable partial failure for the offline user data job.
enable_warnings: Option<bool>
True to enable warnings for the offline user data job. When enabled, a warning will not block the OfflineUserDataJobOperation, and will also return warning messages about malformed field values.
operations: Vec<OfflineUserDataJobOperation>
Required. The list of operations to be done.
validate_only: bool
If true, the request is validated but not executed. Only errors are returned, not results.
Implementations§
source§impl AddOfflineUserDataJobOperationsRequest
impl AddOfflineUserDataJobOperationsRequest
sourcepub fn enable_partial_failure(&self) -> bool
pub fn enable_partial_failure(&self) -> bool
Returns the value of enable_partial_failure
, or the default value if enable_partial_failure
is unset.
sourcepub fn enable_warnings(&self) -> bool
pub fn enable_warnings(&self) -> bool
Returns the value of enable_warnings
, or the default value if enable_warnings
is unset.
Trait Implementations§
source§impl Clone for AddOfflineUserDataJobOperationsRequest
impl Clone for AddOfflineUserDataJobOperationsRequest
source§fn clone(&self) -> AddOfflineUserDataJobOperationsRequest
fn clone(&self) -> AddOfflineUserDataJobOperationsRequest
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moresource§impl Message for AddOfflineUserDataJobOperationsRequest
impl Message for AddOfflineUserDataJobOperationsRequest
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 AddOfflineUserDataJobOperationsRequest
impl PartialEq for AddOfflineUserDataJobOperationsRequest
source§fn eq(&self, other: &AddOfflineUserDataJobOperationsRequest) -> bool
fn eq(&self, other: &AddOfflineUserDataJobOperationsRequest) -> bool
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for AddOfflineUserDataJobOperationsRequest
Auto Trait Implementations§
impl Freeze for AddOfflineUserDataJobOperationsRequest
impl RefUnwindSafe for AddOfflineUserDataJobOperationsRequest
impl Send for AddOfflineUserDataJobOperationsRequest
impl Sync for AddOfflineUserDataJobOperationsRequest
impl Unpin for AddOfflineUserDataJobOperationsRequest
impl UnwindSafe for AddOfflineUserDataJobOperationsRequest
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