All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.google.ads.googleads.v17.resources.AndroidPrivacySharedKeyGoogleCampaignOrBuilder Maven / Gradle / Ivy

The newest version!
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: google/ads/googleads/v17/resources/android_privacy_shared_key_google_campaign.proto

// Protobuf Java Version: 3.25.3
package com.google.ads.googleads.v17.resources;

public interface AndroidPrivacySharedKeyGoogleCampaignOrBuilder extends
    // @@protoc_insertion_point(interface_extends:google.ads.googleads.v17.resources.AndroidPrivacySharedKeyGoogleCampaign)
    com.google.protobuf.MessageOrBuilder {

  /**
   * 
   * 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) = { ... } * @return The resourceName. */ 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) = { ... } * @return The bytes for resourceName. */ com.google.protobuf.ByteString getResourceNameBytes(); /** *
   * Output only. The campaign ID used in the share key encoding.
   * 
* * int64 campaign_id = 2 [(.google.api.field_behavior) = OUTPUT_ONLY]; * @return The campaignId. */ long getCampaignId(); /** *
   * Output only. The interaction type enum used in the share key encoding.
   * 
* * .google.ads.googleads.v17.enums.AndroidPrivacyInteractionTypeEnum.AndroidPrivacyInteractionType android_privacy_interaction_type = 3 [(.google.api.field_behavior) = OUTPUT_ONLY]; * @return The enum numeric value on the wire for androidPrivacyInteractionType. */ int getAndroidPrivacyInteractionTypeValue(); /** *
   * Output only. The interaction type enum used in the share key encoding.
   * 
* * .google.ads.googleads.v17.enums.AndroidPrivacyInteractionTypeEnum.AndroidPrivacyInteractionType android_privacy_interaction_type = 3 [(.google.api.field_behavior) = OUTPUT_ONLY]; * @return The androidPrivacyInteractionType. */ com.google.ads.googleads.v17.enums.AndroidPrivacyInteractionTypeEnum.AndroidPrivacyInteractionType getAndroidPrivacyInteractionType(); /** *
   * 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]; * @return The androidPrivacyInteractionDate. */ 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]; * @return The bytes for androidPrivacyInteractionDate. */ com.google.protobuf.ByteString getAndroidPrivacyInteractionDateBytes(); /** *
   * 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]; * @return The sharedCampaignKey. */ 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]; * @return The bytes for sharedCampaignKey. */ com.google.protobuf.ByteString getSharedCampaignKeyBytes(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy