Interface AndroidPrivacySharedKeyGoogleAdGroupOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
AndroidPrivacySharedKeyGoogleAdGroup, AndroidPrivacySharedKeyGoogleAdGroup.Builder

public interface AndroidPrivacySharedKeyGoogleAdGroupOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Details

    • getResourceName

      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}/androidPrivacySharedKeyGoogleAdGroups/{campaign_id}~{ad_group_id}~{android_privacy_interaction_type}~{android_privacy_network_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}/androidPrivacySharedKeyGoogleAdGroups/{campaign_id}~{ad_group_id}~{android_privacy_interaction_type}~{android_privacy_network_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.v18.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

       Output only. The interaction type enum used in the share key encoding.
       
      .google.ads.googleads.v18.enums.AndroidPrivacyInteractionTypeEnum.AndroidPrivacyInteractionType android_privacy_interaction_type = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Returns:
      The androidPrivacyInteractionType.
    • getAndroidPrivacyInteractionDate

      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.
    • getAndroidPrivacyNetworkTypeValue

      int getAndroidPrivacyNetworkTypeValue()
       Output only. The network type enum used in the share key encoding.
       
      .google.ads.googleads.v18.enums.AndroidPrivacyNetworkTypeEnum.AndroidPrivacyNetworkType android_privacy_network_type = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Returns:
      The enum numeric value on the wire for androidPrivacyNetworkType.
    • getAndroidPrivacyNetworkType

       Output only. The network type enum used in the share key encoding.
       
      .google.ads.googleads.v18.enums.AndroidPrivacyNetworkTypeEnum.AndroidPrivacyNetworkType android_privacy_network_type = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Returns:
      The androidPrivacyNetworkType.
    • getAdGroupId

      long getAdGroupId()
       Output only. The ad group ID used in the share key encoding.
       
      int64 ad_group_id = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Returns:
      The adGroupId.
    • getSharedAdGroupKey

      String getSharedAdGroupKey()
       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.
       
      string shared_ad_group_key = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Returns:
      The sharedAdGroupKey.
    • getSharedAdGroupKeyBytes

      com.google.protobuf.ByteString getSharedAdGroupKeyBytes()
       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.
       
      string shared_ad_group_key = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Returns:
      The bytes for sharedAdGroupKey.