pub struct AndroidPrivacySharedKeyGoogleAdGroup {
pub resource_name: String,
pub campaign_id: i64,
pub android_privacy_interaction_type: i32,
pub android_privacy_interaction_date: String,
pub android_privacy_network_type: i32,
pub ad_group_id: i64,
pub shared_ad_group_key: String,
}
Expand description
An Android privacy shared key view for Google ad group key.
Fields§
§resource_name: String
Output only. The resource name of the Android privacy shared key. Android privacy shared key resource names have the form:
customers/{customer_id}/androidPrivacySharedKeyGoogleAdGroups/{campaign_id}~{ad_group_id}~{android_privacy_interaction_type}~{android_privacy_network_type}~{android_privacy_interaction_date(yyyy-mm-dd)}
campaign_id: i64
Output only. The campaign ID used in the share key encoding.
android_privacy_interaction_type: i32
Output only. The interaction type enum used in the share key encoding.
android_privacy_interaction_date: String
Output only. The interaction date used in the shared key encoding in the format of “YYYY-MM-DD” in UTC timezone.
android_privacy_network_type: i32
Output only. The network type enum used in the share key encoding.
ad_group_id: i64
Output only. The ad group ID used in the share key encoding.
Output only. 128 bit hex string of the encoded shared ad group key, including a ‘0x’ prefix. This key can be used to do a bitwise OR operator with the aggregate conversion key to create a full aggregation key to retrieve the Aggregate API Report in Android Privacy Sandbox.
Implementations§
Sourcepub fn android_privacy_interaction_type(&self) -> AndroidPrivacyInteractionType
pub fn android_privacy_interaction_type(&self) -> AndroidPrivacyInteractionType
Returns the enum value of android_privacy_interaction_type
, or the default if the field is set to an invalid enum value.
Sourcepub fn set_android_privacy_interaction_type(
&mut self,
value: AndroidPrivacyInteractionType,
)
pub fn set_android_privacy_interaction_type( &mut self, value: AndroidPrivacyInteractionType, )
Sets android_privacy_interaction_type
to the provided enum value.
Sourcepub fn android_privacy_network_type(&self) -> AndroidPrivacyNetworkType
pub fn android_privacy_network_type(&self) -> AndroidPrivacyNetworkType
Returns the enum value of android_privacy_network_type
, or the default if the field is set to an invalid enum value.
Sourcepub fn set_android_privacy_network_type(
&mut self,
value: AndroidPrivacyNetworkType,
)
pub fn set_android_privacy_network_type( &mut self, value: AndroidPrivacyNetworkType, )
Sets android_privacy_network_type
to the provided enum value.
Trait Implementations§
Source§fn clone(&self) -> AndroidPrivacySharedKeyGoogleAdGroup
fn clone(&self) -> AndroidPrivacySharedKeyGoogleAdGroup
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moreSource§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§fn eq(&self, other: &AndroidPrivacySharedKeyGoogleAdGroup) -> bool
fn eq(&self, other: &AndroidPrivacySharedKeyGoogleAdGroup) -> bool
self
and other
values to be equal, and is used by ==
.Auto Trait Implementations§
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