pub struct ThirdPartyAppAnalyticsLinkIdentifier {
pub app_analytics_provider_id: i64,
pub app_id: String,
pub app_vendor: i32,
}
Expand description
The identifiers of a Third Party App Analytics Link.
Fields§
§app_analytics_provider_id: i64
Immutable. The ID of the app analytics provider. This field should not be empty when creating a new third party app analytics link. It is unable to be modified after the creation of the link.
app_id: String
Immutable. A string that uniquely identifies a mobile application from which the data was collected to the Google Ads API. For iOS, the ID string is the 9 digit string that appears at the end of an App Store URL (for example, “422689480” for “Gmail” whose App Store link is https://apps.apple.com/us/app/gmail-email-by-google/id422689480). For Android, the ID string is the application’s package name (for example, “com.google.android.gm” for “Gmail” given Google Play link https://play.google.com/store/apps/details?id=com.google.android.gm) This field should not be empty when creating a new third party app analytics link. It is unable to be modified after the creation of the link.
app_vendor: i32
Immutable. The vendor of the app. This field should not be empty when creating a new third party app analytics link. It is unable to be modified after the creation of the link.
Implementations§
Source§impl ThirdPartyAppAnalyticsLinkIdentifier
impl ThirdPartyAppAnalyticsLinkIdentifier
Sourcepub fn app_vendor(&self) -> MobileAppVendor
pub fn app_vendor(&self) -> MobileAppVendor
Returns the enum value of app_vendor
, or the default if the field is set to an invalid enum value.
Sourcepub fn set_app_vendor(&mut self, value: MobileAppVendor)
pub fn set_app_vendor(&mut self, value: MobileAppVendor)
Sets app_vendor
to the provided enum value.
Trait Implementations§
Source§impl Clone for ThirdPartyAppAnalyticsLinkIdentifier
impl Clone for ThirdPartyAppAnalyticsLinkIdentifier
Source§fn clone(&self) -> ThirdPartyAppAnalyticsLinkIdentifier
fn clone(&self) -> ThirdPartyAppAnalyticsLinkIdentifier
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moreSource§impl Message for ThirdPartyAppAnalyticsLinkIdentifier
impl Message for ThirdPartyAppAnalyticsLinkIdentifier
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
.Source§impl PartialEq for ThirdPartyAppAnalyticsLinkIdentifier
impl PartialEq for ThirdPartyAppAnalyticsLinkIdentifier
Source§fn eq(&self, other: &ThirdPartyAppAnalyticsLinkIdentifier) -> bool
fn eq(&self, other: &ThirdPartyAppAnalyticsLinkIdentifier) -> bool
self
and other
values to be equal, and is used by ==
.impl StructuralPartialEq for ThirdPartyAppAnalyticsLinkIdentifier
Auto Trait Implementations§
impl Freeze for ThirdPartyAppAnalyticsLinkIdentifier
impl RefUnwindSafe for ThirdPartyAppAnalyticsLinkIdentifier
impl Send for ThirdPartyAppAnalyticsLinkIdentifier
impl Sync for ThirdPartyAppAnalyticsLinkIdentifier
impl Unpin for ThirdPartyAppAnalyticsLinkIdentifier
impl UnwindSafe for ThirdPartyAppAnalyticsLinkIdentifier
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