public static interface RedisProto.RedisKeyOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
FieldProto.Field |
getEntities(int index)
List of fields containing entity names and their respective values
contained within this feature row.
|
int |
getEntitiesCount()
List of fields containing entity names and their respective values
contained within this feature row.
|
List<FieldProto.Field> |
getEntitiesList()
List of fields containing entity names and their respective values
contained within this feature row.
|
FieldProto.FieldOrBuilder |
getEntitiesOrBuilder(int index)
List of fields containing entity names and their respective values
contained within this feature row.
|
List<? extends FieldProto.FieldOrBuilder> |
getEntitiesOrBuilderList()
List of fields containing entity names and their respective values
contained within this feature row.
|
String |
getFeatureSet()
FeatureSet this row belongs to, this is defined as featureSetName:version.
|
com.google.protobuf.ByteString |
getFeatureSetBytes()
FeatureSet this row belongs to, this is defined as featureSetName:version.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getFeatureSet()
FeatureSet this row belongs to, this is defined as featureSetName:version.
string feature_set = 2;com.google.protobuf.ByteString getFeatureSetBytes()
FeatureSet this row belongs to, this is defined as featureSetName:version.
string feature_set = 2;List<FieldProto.Field> getEntitiesList()
List of fields containing entity names and their respective values contained within this feature row.
repeated .feast.types.Field entities = 3;FieldProto.Field getEntities(int index)
List of fields containing entity names and their respective values contained within this feature row.
repeated .feast.types.Field entities = 3;int getEntitiesCount()
List of fields containing entity names and their respective values contained within this feature row.
repeated .feast.types.Field entities = 3;List<? extends FieldProto.FieldOrBuilder> getEntitiesOrBuilderList()
List of fields containing entity names and their respective values contained within this feature row.
repeated .feast.types.Field entities = 3;FieldProto.FieldOrBuilder getEntitiesOrBuilder(int index)
List of fields containing entity names and their respective values contained within this feature row.
repeated .feast.types.Field entities = 3;Copyright © 2020 Gojek. All rights reserved.