Interface AndroidPrivacySharedKeyGoogleNetworkTypeOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
AndroidPrivacySharedKeyGoogleNetworkType,AndroidPrivacySharedKeyGoogleNetworkType.Builder
public interface AndroidPrivacySharedKeyGoogleNetworkTypeOrBuilder 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.AndroidPrivacyNetworkTypeEnum.AndroidPrivacyNetworkTypegetAndroidPrivacyNetworkType()Output only.intgetAndroidPrivacyNetworkTypeValue()Output only.longgetCampaignId()Output only.java.lang.StringgetResourceName()Output only.com.google.protobuf.ByteStringgetResourceNameBytes()Output only.java.lang.StringgetSharedNetworkTypeKey()Output only.com.google.protobuf.ByteStringgetSharedNetworkTypeKeyBytes()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}/androidPrivacySharedKeyGoogleNetworkTypes/{campaign_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}/androidPrivacySharedKeyGoogleNetworkTypes/{campaign_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.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.
-
getAndroidPrivacyNetworkTypeValue
int getAndroidPrivacyNetworkTypeValue()
Output only. The network type enum used in the share key encoding.
.google.ads.googleads.v15.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
AndroidPrivacyNetworkTypeEnum.AndroidPrivacyNetworkType getAndroidPrivacyNetworkType()
Output only. The network type enum used in the share key encoding.
.google.ads.googleads.v15.enums.AndroidPrivacyNetworkTypeEnum.AndroidPrivacyNetworkType android_privacy_network_type = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];- Returns:
- The androidPrivacyNetworkType.
-
getSharedNetworkTypeKey
java.lang.String getSharedNetworkTypeKey()
Output only. 128 bit hex string of the encoded shared network type 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_network_type_key = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];- Returns:
- The sharedNetworkTypeKey.
-
getSharedNetworkTypeKeyBytes
com.google.protobuf.ByteString getSharedNetworkTypeKeyBytes()
Output only. 128 bit hex string of the encoded shared network type 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_network_type_key = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];- Returns:
- The bytes for sharedNetworkTypeKey.
-
-