Package io.dapr.v1

Interface DaprProtos.GetBulkStateResponseOrBuilder

    • Method Detail

      • getItemsList

        List<DaprProtos.BulkStateItem> getItemsList()
         The list of items containing the keys to get values for.
         
        repeated .dapr.proto.runtime.v1.BulkStateItem items = 1;
      • getItems

        DaprProtos.BulkStateItem getItems​(int index)
         The list of items containing the keys to get values for.
         
        repeated .dapr.proto.runtime.v1.BulkStateItem items = 1;
      • getItemsCount

        int getItemsCount()
         The list of items containing the keys to get values for.
         
        repeated .dapr.proto.runtime.v1.BulkStateItem items = 1;
      • getItemsOrBuilderList

        List<? extends DaprProtos.BulkStateItemOrBuilder> getItemsOrBuilderList()
         The list of items containing the keys to get values for.
         
        repeated .dapr.proto.runtime.v1.BulkStateItem items = 1;
      • getItemsOrBuilder

        DaprProtos.BulkStateItemOrBuilder getItemsOrBuilder​(int index)
         The list of items containing the keys to get values for.
         
        repeated .dapr.proto.runtime.v1.BulkStateItem items = 1;