Interface FeatureViewDataKeyOrBuilder (3.36.0)

public interface FeatureViewDataKeyOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getKey()

public abstract String getKey()

String key to use for lookup.

string key = 1;

Returns
TypeDescription
String

The key.

getKeyBytes()

public abstract ByteString getKeyBytes()

String key to use for lookup.

string key = 1;

Returns
TypeDescription
ByteString

The bytes for key.

getKeyOneofCase()

public abstract FeatureViewDataKey.KeyOneofCase getKeyOneofCase()
Returns
TypeDescription
FeatureViewDataKey.KeyOneofCase

hasKey()

public abstract boolean hasKey()

String key to use for lookup.

string key = 1;

Returns
TypeDescription
boolean

Whether the key field is set.