Struct google_api_proto::google::ads::googleads::v16::resources::ThirdPartyAppAnalyticsLinkIdentifier
source · pub struct ThirdPartyAppAnalyticsLinkIdentifier {
pub app_analytics_provider_id: Option<i64>,
pub app_id: Option<String>,
pub app_vendor: i32,
}
Expand description
The identifiers of a Third Party App Analytics Link.
Fields§
§app_analytics_provider_id: Option<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: Option<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.
sourcepub fn app_analytics_provider_id(&self) -> i64
pub fn app_analytics_provider_id(&self) -> i64
Returns the value of app_analytics_provider_id
, or the default value if app_analytics_provider_id
is unset.
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(&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 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
§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