Interface Connector.OnlineReadRequestOrBuilder

    • Method Detail

      • getEntityKeysCount

        int getEntityKeysCount()
        repeated .feast.types.EntityKey entityKeys = 1;
      • getView

        String getView()
        string view = 2;
        Returns:
        The view.
      • getViewBytes

        com.google.protobuf.ByteString getViewBytes()
        string view = 2;
        Returns:
        The bytes for view.
      • getFeaturesList

        List<String> getFeaturesList()
        repeated string features = 3;
        Returns:
        A list containing the features.
      • getFeaturesCount

        int getFeaturesCount()
        repeated string features = 3;
        Returns:
        The count of features.
      • getFeatures

        String getFeatures​(int index)
        repeated string features = 3;
        Parameters:
        index - The index of the element to return.
        Returns:
        The features at the given index.
      • getFeaturesBytes

        com.google.protobuf.ByteString getFeaturesBytes​(int index)
        repeated string features = 3;
        Parameters:
        index - The index of the value to return.
        Returns:
        The bytes of the features at the given index.