Interface FeatureViewDataKeyOrBuilder (3.42.0)

public interface FeatureViewDataKeyOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getCompositeKey()

public abstract FeatureViewDataKey.CompositeKey getCompositeKey()

The actual Entity ID will be composed from this struct. This should match with the way ID is defined in the FeatureView spec.

.google.cloud.aiplatform.v1beta1.FeatureViewDataKey.CompositeKey composite_key = 2;

Returns
TypeDescription
FeatureViewDataKey.CompositeKey

The compositeKey.

getCompositeKeyOrBuilder()

public abstract FeatureViewDataKey.CompositeKeyOrBuilder getCompositeKeyOrBuilder()

The actual Entity ID will be composed from this struct. This should match with the way ID is defined in the FeatureView spec.

.google.cloud.aiplatform.v1beta1.FeatureViewDataKey.CompositeKey composite_key = 2;

Returns
TypeDescription
FeatureViewDataKey.CompositeKeyOrBuilder

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

hasCompositeKey()

public abstract boolean hasCompositeKey()

The actual Entity ID will be composed from this struct. This should match with the way ID is defined in the FeatureView spec.

.google.cloud.aiplatform.v1beta1.FeatureViewDataKey.CompositeKey composite_key = 2;

Returns
TypeDescription
boolean

Whether the compositeKey field is set.

hasKey()

public abstract boolean hasKey()

String key to use for lookup.

string key = 1;

Returns
TypeDescription
boolean

Whether the key field is set.