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 Summary
Modifier and TypeMethodDescriptionlongOutput only.Output only.com.google.protobuf.ByteStringOutput only.Output only.intOutput only.Output only.intOutput only.longOutput only.Output only.com.google.protobuf.ByteStringOutput only.Output only.com.google.protobuf.ByteStringOutput only.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
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
AndroidPrivacyInteractionTypeEnum.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
AndroidPrivacyNetworkTypeEnum.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.
-