pub struct CreateCustomerClientRequest {
pub customer_id: String,
pub customer_client: Option<Customer>,
pub email_address: String,
pub access_role: i32,
pub validate_only: bool,
}
Expand description
Request message for [CustomerService.CreateCustomerClient][google.ads.googleads.v18.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: 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.
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<B>(&self, buf: &mut B) -> Result<(), EncodeError>
fn encode<B>(&self, buf: &mut B) -> Result<(), EncodeError>
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<B>(&self, buf: &mut B) -> Result<(), EncodeError>
fn encode_length_delimited<B>(&self, buf: &mut B) -> Result<(), EncodeError>
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<B>(buf: B) -> Result<Self, DecodeError>
fn decode<B>(buf: B) -> Result<Self, DecodeError>
Source§fn decode_length_delimited<B>(buf: B) -> Result<Self, DecodeError>
fn decode_length_delimited<B>(buf: B) -> Result<Self, DecodeError>
Source§fn merge<B>(&mut self, buf: B) -> Result<(), DecodeError>
fn merge<B>(&mut self, buf: B) -> Result<(), DecodeError>
self
. Read moreSource§fn merge_length_delimited<B>(&mut self, buf: B) -> Result<(), DecodeError>
fn merge_length_delimited<B>(&mut self, buf: B) -> Result<(), DecodeError>
self
.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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<T> Instrument for T
impl<T> Instrument for T
Source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
Source§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