Interface UserIdentifierOrBuilder (0.1.0)

public interface UserIdentifierOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getAddress()

public abstract AddressInfo getAddress()

The known components of a user's address. Holds a grouping of identifiers that are matched all at once.

.google.ads.datamanager.v1.AddressInfo address = 3;

Returns
Type Description
AddressInfo

The address.

getAddressOrBuilder()

public abstract AddressInfoOrBuilder getAddressOrBuilder()

The known components of a user's address. Holds a grouping of identifiers that are matched all at once.

.google.ads.datamanager.v1.AddressInfo address = 3;

Returns
Type Description
AddressInfoOrBuilder

getEmailAddress()

public abstract String getEmailAddress()

Hashed email address using SHA-256 hash function after normalization.

string email_address = 1;

Returns
Type Description
String

The emailAddress.

getEmailAddressBytes()

public abstract ByteString getEmailAddressBytes()

Hashed email address using SHA-256 hash function after normalization.

string email_address = 1;

Returns
Type Description
ByteString

The bytes for emailAddress.

getIdentifierCase()

public abstract UserIdentifier.IdentifierCase getIdentifierCase()
Returns
Type Description
UserIdentifier.IdentifierCase

getPhoneNumber()

public abstract String getPhoneNumber()

Hashed phone number using SHA-256 hash function after normalization (E164 standard).

string phone_number = 2;

Returns
Type Description
String

The phoneNumber.

getPhoneNumberBytes()

public abstract ByteString getPhoneNumberBytes()

Hashed phone number using SHA-256 hash function after normalization (E164 standard).

string phone_number = 2;

Returns
Type Description
ByteString

The bytes for phoneNumber.

hasAddress()

public abstract boolean hasAddress()

The known components of a user's address. Holds a grouping of identifiers that are matched all at once.

.google.ads.datamanager.v1.AddressInfo address = 3;

Returns
Type Description
boolean

Whether the address field is set.

hasEmailAddress()

public abstract boolean hasEmailAddress()

Hashed email address using SHA-256 hash function after normalization.

string email_address = 1;

Returns
Type Description
boolean

Whether the emailAddress field is set.

hasPhoneNumber()

public abstract boolean hasPhoneNumber()

Hashed phone number using SHA-256 hash function after normalization (E164 standard).

string phone_number = 2;

Returns
Type Description
boolean

Whether the phoneNumber field is set.