Interface EntityProto.EntityOrBuilder

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

    public static interface EntityProto.EntityOrBuilder
    extends com.google.protobuf.MessageOrBuilder
    • Method Detail

      • hasSpec

        boolean hasSpec()
         User-specified specifications of this entity.
         
        .feast.core.EntitySpecV2 spec = 1;
        Returns:
        Whether the spec field is set.
      • getSpec

        EntityProto.EntitySpecV2 getSpec()
         User-specified specifications of this entity.
         
        .feast.core.EntitySpecV2 spec = 1;
        Returns:
        The spec.
      • hasMeta

        boolean hasMeta()
         System-populated metadata for this entity.
         
        .feast.core.EntityMeta meta = 2;
        Returns:
        Whether the meta field is set.
      • getMeta

        EntityProto.EntityMeta getMeta()
         System-populated metadata for this entity.
         
        .feast.core.EntityMeta meta = 2;
        Returns:
        The meta.