Package feast.proto.storage
Interface RedisProto.RedisKeyV2OrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
RedisProto.RedisKeyV2,RedisProto.RedisKeyV2.Builder
- Enclosing class:
- RedisProto
public static interface RedisProto.RedisKeyV2OrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetEntityNames(int index)repeated string entity_names = 2;com.google.protobuf.ByteStringgetEntityNamesBytes(int index)repeated string entity_names = 2;intgetEntityNamesCount()repeated string entity_names = 2;List<String>getEntityNamesList()repeated string entity_names = 2;ValueProto.ValuegetEntityValues(int index)repeated .feast.types.Value entity_values = 3;intgetEntityValuesCount()repeated .feast.types.Value entity_values = 3;List<ValueProto.Value>getEntityValuesList()repeated .feast.types.Value entity_values = 3;ValueProto.ValueOrBuildergetEntityValuesOrBuilder(int index)repeated .feast.types.Value entity_values = 3;List<? extends ValueProto.ValueOrBuilder>getEntityValuesOrBuilderList()repeated .feast.types.Value entity_values = 3;StringgetProject()string project = 1;com.google.protobuf.ByteStringgetProjectBytes()string project = 1;-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getProject
String getProject()
string project = 1;- Returns:
- The project.
-
getProjectBytes
com.google.protobuf.ByteString getProjectBytes()
string project = 1;- Returns:
- The bytes for project.
-
getEntityNamesList
List<String> getEntityNamesList()
repeated string entity_names = 2;- Returns:
- A list containing the entityNames.
-
getEntityNamesCount
int getEntityNamesCount()
repeated string entity_names = 2;- Returns:
- The count of entityNames.
-
getEntityNames
String getEntityNames(int index)
repeated string entity_names = 2;- Parameters:
index- The index of the element to return.- Returns:
- The entityNames at the given index.
-
getEntityNamesBytes
com.google.protobuf.ByteString getEntityNamesBytes(int index)
repeated string entity_names = 2;- Parameters:
index- The index of the value to return.- Returns:
- The bytes of the entityNames at the given index.
-
getEntityValuesList
List<ValueProto.Value> getEntityValuesList()
repeated .feast.types.Value entity_values = 3;
-
getEntityValues
ValueProto.Value getEntityValues(int index)
repeated .feast.types.Value entity_values = 3;
-
getEntityValuesCount
int getEntityValuesCount()
repeated .feast.types.Value entity_values = 3;
-
getEntityValuesOrBuilderList
List<? extends ValueProto.ValueOrBuilder> getEntityValuesOrBuilderList()
repeated .feast.types.Value entity_values = 3;
-
getEntityValuesOrBuilder
ValueProto.ValueOrBuilder getEntityValuesOrBuilder(int index)
repeated .feast.types.Value entity_values = 3;
-
-