Interface RedisProto.RedisKeyOrBuilder

  • All Superinterfaces:
    com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
    All Known Implementing Classes:
    RedisProto.RedisKey, RedisProto.RedisKey.Builder
    Enclosing class:
    RedisProto

    public static interface RedisProto.RedisKeyOrBuilder
    extends com.google.protobuf.MessageOrBuilder
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method 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.
      com.google.protobuf.ByteString getFeatureSetBytes()
      FeatureSet this row belongs to, this is defined as featureSetName.
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        isInitialized
      • Methods inherited from interface com.google.protobuf.MessageOrBuilder

        findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
    • Method Detail

      • getFeatureSet

        String getFeatureSet()
         FeatureSet this row belongs to, this is defined as featureSetName.
         
        string feature_set = 2;
        Returns:
        The featureSet.
      • getFeatureSetBytes

        com.google.protobuf.ByteString getFeatureSetBytes()
         FeatureSet this row belongs to, this is defined as featureSetName.
         
        string feature_set = 2;
        Returns:
        The bytes for featureSet.
      • getEntitiesList

        List<FieldProto.Field> getEntitiesList()
         List of fields containing entity names and their respective values
         contained within this feature row. The entities should be sorted 
         by the entity name alphabetically in ascending order.
         
        repeated .feast.types.Field entities = 3;
      • getEntities

        FieldProto.Field getEntities​(int index)
         List of fields containing entity names and their respective values
         contained within this feature row. The entities should be sorted 
         by the entity name alphabetically in ascending order.
         
        repeated .feast.types.Field entities = 3;
      • getEntitiesCount

        int getEntitiesCount()
         List of fields containing entity names and their respective values
         contained within this feature row. The entities should be sorted 
         by the entity name alphabetically in ascending order.
         
        repeated .feast.types.Field entities = 3;
      • getEntitiesOrBuilderList

        List<? extends FieldProto.FieldOrBuilder> getEntitiesOrBuilderList()
         List of fields containing entity names and their respective values
         contained within this feature row. The entities should be sorted 
         by the entity name alphabetically in ascending order.
         
        repeated .feast.types.Field entities = 3;
      • getEntitiesOrBuilder

        FieldProto.FieldOrBuilder getEntitiesOrBuilder​(int index)
         List of fields containing entity names and their respective values
         contained within this feature row. The entities should be sorted 
         by the entity name alphabetically in ascending order.
         
        repeated .feast.types.Field entities = 3;