Interface PairDataOrBuilder (0.1.0)

public interface PairDataOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getPairIds(int index)

public abstract String getPairIds(int index)

Required. Cleanroom-provided PII data, hashed with SHA256, and encrypted with an EC commutative cipher using publisher key for the PAIR) user list. At most 10 pairIds can be provided in a single AudienceMember.

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

Parameter
Name Description
index int

The index of the element to return.

Returns
Type Description
String

The pairIds at the given index.

getPairIdsBytes(int index)

public abstract ByteString getPairIdsBytes(int index)

Required. Cleanroom-provided PII data, hashed with SHA256, and encrypted with an EC commutative cipher using publisher key for the PAIR) user list. At most 10 pairIds can be provided in a single AudienceMember.

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

Parameter
Name Description
index int

The index of the value to return.

Returns
Type Description
ByteString

The bytes of the pairIds at the given index.

getPairIdsCount()

public abstract int getPairIdsCount()

Required. Cleanroom-provided PII data, hashed with SHA256, and encrypted with an EC commutative cipher using publisher key for the PAIR) user list. At most 10 pairIds can be provided in a single AudienceMember.

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

Returns
Type Description
int

The count of pairIds.

getPairIdsList()

public abstract List<String> getPairIdsList()

Required. Cleanroom-provided PII data, hashed with SHA256, and encrypted with an EC commutative cipher using publisher key for the PAIR) user list. At most 10 pairIds can be provided in a single AudienceMember.

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

Returns
Type Description
List<String>

A list containing the pairIds.