public static interface FeatureViewDataKey.CompositeKeyOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getParts(int index)
Parts to construct Entity ID.
|
com.google.protobuf.ByteString |
getPartsBytes(int index)
Parts to construct Entity ID.
|
int |
getPartsCount()
Parts to construct Entity ID.
|
List<String> |
getPartsList()
Parts to construct Entity ID.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofList<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;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;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;index - The index of the element to return.com.google.protobuf.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;index - The index of the value to return.Copyright © 2024 Google LLC. All rights reserved.