Interface StoreProto.StoreOrBuilder

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

    public static interface StoreProto.StoreOrBuilder
    extends com.google.protobuf.MessageOrBuilder
    • Method Detail

      • getName

        String getName()
         Name of the store.
         
        string name = 1;
        Returns:
        The name.
      • getNameBytes

        com.google.protobuf.ByteString getNameBytes()
         Name of the store.
         
        string name = 1;
        Returns:
        The bytes for name.
      • getTypeValue

        int getTypeValue()
         Type of store.
         
        .feast.core.Store.StoreType type = 2;
        Returns:
        The enum numeric value on the wire for type.
      • getSubscriptionsList

        List<StoreProto.Store.Subscription> getSubscriptionsList()
         Feature sets to subscribe to.
         
        repeated .feast.core.Store.Subscription subscriptions = 4;
      • getSubscriptions

        StoreProto.Store.Subscription getSubscriptions​(int index)
         Feature sets to subscribe to.
         
        repeated .feast.core.Store.Subscription subscriptions = 4;
      • getSubscriptionsCount

        int getSubscriptionsCount()
         Feature sets to subscribe to.
         
        repeated .feast.core.Store.Subscription subscriptions = 4;
      • getSubscriptionsOrBuilder

        StoreProto.Store.SubscriptionOrBuilder getSubscriptionsOrBuilder​(int index)
         Feature sets to subscribe to.
         
        repeated .feast.core.Store.Subscription subscriptions = 4;
      • hasRedisConfig

        boolean hasRedisConfig()
        .feast.core.Store.RedisConfig redis_config = 11;
        Returns:
        Whether the redisConfig field is set.
      • hasRedisClusterConfig

        boolean hasRedisClusterConfig()
        .feast.core.Store.RedisClusterConfig redis_cluster_config = 14;
        Returns:
        Whether the redisClusterConfig field is set.
      • getRedisClusterConfig

        StoreProto.Store.RedisClusterConfig getRedisClusterConfig()
        .feast.core.Store.RedisClusterConfig redis_cluster_config = 14;
        Returns:
        The redisClusterConfig.