Interface AndroidPrivacySharedKeyGoogleCampaignOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
AndroidPrivacySharedKeyGoogleCampaign,AndroidPrivacySharedKeyGoogleCampaign.Builder
public interface AndroidPrivacySharedKeyGoogleCampaignOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetAndroidPrivacyInteractionDate()Output only.com.google.protobuf.ByteStringgetAndroidPrivacyInteractionDateBytes()Output only.AndroidPrivacyInteractionTypeEnum.AndroidPrivacyInteractionTypegetAndroidPrivacyInteractionType()Output only.intgetAndroidPrivacyInteractionTypeValue()Output only.longgetCampaignId()Output only.java.lang.StringgetResourceName()Output only.com.google.protobuf.ByteStringgetResourceNameBytes()Output only.java.lang.StringgetSharedCampaignKey()Output only.com.google.protobuf.ByteStringgetSharedCampaignKeyBytes()Output only.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getResourceName
java.lang.String getResourceName()
Output only. The resource name of the Android privacy shared key. Android privacy shared key resource names have the form: `customers/{customer_id}/androidPrivacySharedKeyGoogleCampaigns/{campaign_id}~{android_privacy_interaction_type}~{android_privacy_interaction_date(yyyy-mm-dd)}`string resource_name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... }- Returns:
- The resourceName.
-
getResourceNameBytes
com.google.protobuf.ByteString getResourceNameBytes()
Output only. The resource name of the Android privacy shared key. Android privacy shared key resource names have the form: `customers/{customer_id}/androidPrivacySharedKeyGoogleCampaigns/{campaign_id}~{android_privacy_interaction_type}~{android_privacy_interaction_date(yyyy-mm-dd)}`string resource_name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... }- Returns:
- The bytes for resourceName.
-
getCampaignId
long getCampaignId()
Output only. The campaign ID used in the share key encoding.
int64 campaign_id = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];- Returns:
- The campaignId.
-
getAndroidPrivacyInteractionTypeValue
int getAndroidPrivacyInteractionTypeValue()
Output only. The interaction type enum used in the share key encoding.
.google.ads.googleads.v15.enums.AndroidPrivacyInteractionTypeEnum.AndroidPrivacyInteractionType android_privacy_interaction_type = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];- Returns:
- The enum numeric value on the wire for androidPrivacyInteractionType.
-
getAndroidPrivacyInteractionType
AndroidPrivacyInteractionTypeEnum.AndroidPrivacyInteractionType getAndroidPrivacyInteractionType()
Output only. The interaction type enum used in the share key encoding.
.google.ads.googleads.v15.enums.AndroidPrivacyInteractionTypeEnum.AndroidPrivacyInteractionType android_privacy_interaction_type = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];- Returns:
- The androidPrivacyInteractionType.
-
getAndroidPrivacyInteractionDate
java.lang.String getAndroidPrivacyInteractionDate()
Output only. The interaction date used in the shared key encoding in the format of "YYYY-MM-DD" in UTC timezone.
string android_privacy_interaction_date = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];- Returns:
- The androidPrivacyInteractionDate.
-
getAndroidPrivacyInteractionDateBytes
com.google.protobuf.ByteString getAndroidPrivacyInteractionDateBytes()
Output only. The interaction date used in the shared key encoding in the format of "YYYY-MM-DD" in UTC timezone.
string android_privacy_interaction_date = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];- Returns:
- The bytes for androidPrivacyInteractionDate.
-
getSharedCampaignKey
java.lang.String getSharedCampaignKey()
Output only. 128 bit hex string of the encoded shared campaign 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.
string shared_campaign_key = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];- Returns:
- The sharedCampaignKey.
-
getSharedCampaignKeyBytes
com.google.protobuf.ByteString getSharedCampaignKeyBytes()
Output only. 128 bit hex string of the encoded shared campaign 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.
string shared_campaign_key = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];- Returns:
- The bytes for sharedCampaignKey.
-
-