Interface CoreServiceProto.GetFeatureTableResponseOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      FeatureTableProto.FeatureTable getTable()
      The Feature Table retrieved.
      FeatureTableProto.FeatureTableOrBuilder getTableOrBuilder()
      The Feature Table retrieved.
      boolean hasTable()
      The Feature Table retrieved.
      • 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

      • hasTable

        boolean hasTable()
         The Feature Table retrieved.
         
        .feast.core.FeatureTable table = 1;
        Returns:
        Whether the table field is set.