Package feast.proto.types
Interface EntityKeyProto.EntityKeyOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
EntityKeyProto.EntityKey,EntityKeyProto.EntityKey.Builder
- Enclosing class:
- EntityKeyProto
public static interface EntityKeyProto.EntityKeyOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ValueProto.ValuegetEntityValues(int index)repeated .feast.types.Value entity_values = 2;intgetEntityValuesCount()repeated .feast.types.Value entity_values = 2;List<ValueProto.Value>getEntityValuesList()repeated .feast.types.Value entity_values = 2;ValueProto.ValueOrBuildergetEntityValuesOrBuilder(int index)repeated .feast.types.Value entity_values = 2;List<? extends ValueProto.ValueOrBuilder>getEntityValuesOrBuilderList()repeated .feast.types.Value entity_values = 2;StringgetJoinKeys(int index)repeated string join_keys = 1;com.google.protobuf.ByteStringgetJoinKeysBytes(int index)repeated string join_keys = 1;intgetJoinKeysCount()repeated string join_keys = 1;List<String>getJoinKeysList()repeated string join_keys = 1;-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getJoinKeysList
List<String> getJoinKeysList()
repeated string join_keys = 1;- Returns:
- A list containing the joinKeys.
-
getJoinKeysCount
int getJoinKeysCount()
repeated string join_keys = 1;- Returns:
- The count of joinKeys.
-
getJoinKeys
String getJoinKeys(int index)
repeated string join_keys = 1;- Parameters:
index- The index of the element to return.- Returns:
- The joinKeys at the given index.
-
getJoinKeysBytes
com.google.protobuf.ByteString getJoinKeysBytes(int index)
repeated string join_keys = 1;- Parameters:
index- The index of the value to return.- Returns:
- The bytes of the joinKeys at the given index.
-
getEntityValuesList
List<ValueProto.Value> getEntityValuesList()
repeated .feast.types.Value entity_values = 2;
-
getEntityValues
ValueProto.Value getEntityValues(int index)
repeated .feast.types.Value entity_values = 2;
-
getEntityValuesCount
int getEntityValuesCount()
repeated .feast.types.Value entity_values = 2;
-
getEntityValuesOrBuilderList
List<? extends ValueProto.ValueOrBuilder> getEntityValuesOrBuilderList()
repeated .feast.types.Value entity_values = 2;
-
getEntityValuesOrBuilder
ValueProto.ValueOrBuilder getEntityValuesOrBuilder(int index)
repeated .feast.types.Value entity_values = 2;
-
-