Package io.dapr.v1

Interface DaprProtos.SaveStateRequestOrBuilder

    • Method Detail

      • getStoreName

        String getStoreName()
         The name of state store.
         
        string store_name = 1;
        Returns:
        The storeName.
      • getStoreNameBytes

        com.google.protobuf.ByteString getStoreNameBytes()
         The name of state store.
         
        string store_name = 1;
        Returns:
        The bytes for storeName.
      • getStatesList

        List<CommonProtos.StateItem> getStatesList()
         The array of the state key values.
         
        repeated .dapr.proto.common.v1.StateItem states = 2;
      • getStates

        CommonProtos.StateItem getStates​(int index)
         The array of the state key values.
         
        repeated .dapr.proto.common.v1.StateItem states = 2;
      • getStatesCount

        int getStatesCount()
         The array of the state key values.
         
        repeated .dapr.proto.common.v1.StateItem states = 2;
      • getStatesOrBuilderList

        List<? extends CommonProtos.StateItemOrBuilder> getStatesOrBuilderList()
         The array of the state key values.
         
        repeated .dapr.proto.common.v1.StateItem states = 2;
      • getStatesOrBuilder

        CommonProtos.StateItemOrBuilder getStatesOrBuilder​(int index)
         The array of the state key values.
         
        repeated .dapr.proto.common.v1.StateItem states = 2;