Interface FeatureViewDataKey.CompositeKeyOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
FeatureViewDataKey.CompositeKey, FeatureViewDataKey.CompositeKey.Builder
Enclosing class:
FeatureViewDataKey

public static interface FeatureViewDataKey.CompositeKeyOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    getParts(int index)
    Parts to construct Entity ID.
    com.google.protobuf.ByteString
    getPartsBytes(int index)
    Parts to construct Entity ID.
    int
    Parts to construct Entity ID.
    Parts to construct Entity ID.

    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 Details

    • getPartsList

      List<String> getPartsList()
       Parts to construct Entity ID. Should match with the same ID columns as
       defined in FeatureView in the same order.
       
      repeated string parts = 1;
      Returns:
      A list containing the parts.
    • getPartsCount

      int getPartsCount()
       Parts to construct Entity ID. Should match with the same ID columns as
       defined in FeatureView in the same order.
       
      repeated string parts = 1;
      Returns:
      The count of parts.
    • getParts

      String getParts(int index)
       Parts to construct Entity ID. Should match with the same ID columns as
       defined in FeatureView in the same order.
       
      repeated string parts = 1;
      Parameters:
      index - The index of the element to return.
      Returns:
      The parts at the given index.
    • getPartsBytes

      com.google.protobuf.ByteString getPartsBytes(int index)
       Parts to construct Entity ID. Should match with the same ID columns as
       defined in FeatureView in the same order.
       
      repeated string parts = 1;
      Parameters:
      index - The index of the value to return.
      Returns:
      The bytes of the parts at the given index.