Interface EncryptedUserIdOrBuilder (0.14.0)

public interface EncryptedUserIdOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getEncryptedId()

public abstract String getEncryptedId()

Required. The alphanumeric encrypted id.

string encrypted_id = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
String

The encryptedId.

getEncryptedIdBytes()

public abstract ByteString getEncryptedIdBytes()

Required. The alphanumeric encrypted id.

string encrypted_id = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
ByteString

The bytes for encryptedId.

getEntityId()

public abstract long getEntityId()

Required. The encryption entity ID. This should match the encryption configuration for ad serving or Data Transfer.

int64 entity_id = 3 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
long

The entityId.

getEntityType()

public abstract EncryptedUserId.EncryptionEntityType getEntityType()

Required. The encryption entity type. This should match the encryption configuration for ad serving or Data Transfer.

.google.ads.datamanager.v1.EncryptedUserId.EncryptionEntityType entity_type = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
EncryptedUserId.EncryptionEntityType

The entityType.

getEntityTypeValue()

public abstract int getEntityTypeValue()

Required. The encryption entity type. This should match the encryption configuration for ad serving or Data Transfer.

.google.ads.datamanager.v1.EncryptedUserId.EncryptionEntityType entity_type = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
int

The enum numeric value on the wire for entityType.

getSource()

public abstract EncryptedUserId.EncryptionSource getSource()

Required. Describes whether the encrypted cookie was received from ad serving (the %m macro) or from Data Transfer.

.google.ads.datamanager.v1.EncryptedUserId.EncryptionSource source = 4 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
EncryptedUserId.EncryptionSource

The source.

getSourceValue()

public abstract int getSourceValue()

Required. Describes whether the encrypted cookie was received from ad serving (the %m macro) or from Data Transfer.

.google.ads.datamanager.v1.EncryptedUserId.EncryptionSource source = 4 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
int

The enum numeric value on the wire for source.