Interface CoreServiceProto.UpdateStoreResponseOrBuilder

    • Method Detail

      • hasStore

        boolean hasStore()
        .feast.core.Store store = 1;
        Returns:
        Whether the store field is set.
      • getStore

        StoreProto.Store getStore()
        .feast.core.Store store = 1;
        Returns:
        The store.
      • getStatusValue

        int getStatusValue()
        .feast.core.UpdateStoreResponse.Status status = 2;
        Returns:
        The enum numeric value on the wire for status.