Interface FeatureViewDataKey.CompositeKeyOrBuilder (3.42.0)

public static interface FeatureViewDataKey.CompositeKeyOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getParts(int index)

public abstract String getParts(int index)

Parts to construct Entity ID. Should match with the same ID columns as defined in FeatureView in the same order.

repeated string parts = 1;

Parameter
NameDescription
indexint

The index of the element to return.

Returns
TypeDescription
String

The parts at the given index.

getPartsBytes(int index)

public abstract ByteString getPartsBytes(int index)

Parts to construct Entity ID. Should match with the same ID columns as defined in FeatureView in the same order.

repeated string parts = 1;

Parameter
NameDescription
indexint

The index of the value to return.

Returns
TypeDescription
ByteString

The bytes of the parts at the given index.

getPartsCount()

public abstract int getPartsCount()

Parts to construct Entity ID. Should match with the same ID columns as defined in FeatureView in the same order.

repeated string parts = 1;

Returns
TypeDescription
int

The count of parts.

getPartsList()

public abstract List<String> getPartsList()

Parts to construct Entity ID. Should match with the same ID columns as defined in FeatureView in the same order.

repeated string parts = 1;

Returns
TypeDescription
List<String>

A list containing the parts.