Struct google_api_proto::google::ads::googleads::v16::services::CreateCustomerClientRequest
source · pub struct CreateCustomerClientRequest {
pub customer_id: String,
pub customer_client: Option<Customer>,
pub email_address: Option<String>,
pub access_role: i32,
pub validate_only: bool,
}
Expand description
Request message for [CustomerService.CreateCustomerClient][google.ads.googleads.v16.services.CustomerService.CreateCustomerClient].
Fields§
§customer_id: String
Required. The ID of the Manager under whom client customer is being created.
customer_client: Option<Customer>
Required. The new client customer to create. The resource name on this customer will be ignored.
email_address: Option<String>
Email address of the user who should be invited on the created client customer. Accessible only to customers on the allow-list.
access_role: i32
The proposed role of user on the created client customer. Accessible only to customers on the allow-list.
validate_only: bool
If true, the request is validated but not executed. Only errors are returned, not results.
Implementations§
source§impl CreateCustomerClientRequest
impl CreateCustomerClientRequest
sourcepub fn access_role(&self) -> AccessRole
pub fn access_role(&self) -> AccessRole
Returns the enum value of access_role
, or the default if the field is set to an invalid enum value.
sourcepub fn set_access_role(&mut self, value: AccessRole)
pub fn set_access_role(&mut self, value: AccessRole)
Sets access_role
to the provided enum value.
sourcepub fn email_address(&self) -> &str
pub fn email_address(&self) -> &str
Returns the value of email_address
, or the default value if email_address
is unset.
Trait Implementations§
source§impl Clone for CreateCustomerClientRequest
impl Clone for CreateCustomerClientRequest
source§fn clone(&self) -> CreateCustomerClientRequest
fn clone(&self) -> CreateCustomerClientRequest
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moresource§impl Debug for CreateCustomerClientRequest
impl Debug for CreateCustomerClientRequest
source§impl Message for CreateCustomerClientRequest
impl Message for CreateCustomerClientRequest
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 CreateCustomerClientRequest
impl PartialEq for CreateCustomerClientRequest
source§fn eq(&self, other: &CreateCustomerClientRequest) -> bool
fn eq(&self, other: &CreateCustomerClientRequest) -> bool
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for CreateCustomerClientRequest
Auto Trait Implementations§
impl Freeze for CreateCustomerClientRequest
impl RefUnwindSafe for CreateCustomerClientRequest
impl Send for CreateCustomerClientRequest
impl Sync for CreateCustomerClientRequest
impl Unpin for CreateCustomerClientRequest
impl UnwindSafe for CreateCustomerClientRequest
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