Interface PpidDataOrBuilder (0.8.0)

public interface PpidDataOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getPpids(int index)

public abstract String getPpids(int index)

Required. The list of publisher provided identifiers for a user.

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

Parameter
Name Description
index int

The index of the element to return.

Returns
Type Description
String

The ppids at the given index.

getPpidsBytes(int index)

public abstract ByteString getPpidsBytes(int index)

Required. The list of publisher provided identifiers for a user.

repeated string ppids = 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 ppids at the given index.

getPpidsCount()

public abstract int getPpidsCount()

Required. The list of publisher provided identifiers for a user.

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

Returns
Type Description
int

The count of ppids.

getPpidsList()

public abstract List<String> getPpidsList()

Required. The list of publisher provided identifiers for a user.

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

Returns
Type Description
List<String>

A list containing the ppids.