Uses of Interface
io.dapr.v1.CommonProtos.StateItemOrBuilder
Package | Description |
---|---|
io.dapr.v1 |
-
Uses of CommonProtos.StateItemOrBuilder in io.dapr.v1
Classes in io.dapr.v1 that implement CommonProtos.StateItemOrBuilder Modifier and Type Class Description static class
CommonProtos.StateItem
StateItem represents state key, value, and additional options to save state.static class
CommonProtos.StateItem.Builder
StateItem represents state key, value, and additional options to save state.Methods in io.dapr.v1 that return CommonProtos.StateItemOrBuilder Modifier and Type Method Description CommonProtos.StateItemOrBuilder
DaprProtos.TransactionalStateOperation.Builder. getRequestOrBuilder()
State values to be operated onCommonProtos.StateItemOrBuilder
DaprProtos.TransactionalStateOperation. getRequestOrBuilder()
State values to be operated onCommonProtos.StateItemOrBuilder
DaprProtos.TransactionalStateOperationOrBuilder. getRequestOrBuilder()
State values to be operated onCommonProtos.StateItemOrBuilder
DaprAppCallbackProtos.BindingEventResponse.Builder. getStatesOrBuilder(int index)
The state key values which will be stored in store_name.CommonProtos.StateItemOrBuilder
DaprAppCallbackProtos.BindingEventResponse. getStatesOrBuilder(int index)
The state key values which will be stored in store_name.CommonProtos.StateItemOrBuilder
DaprAppCallbackProtos.BindingEventResponseOrBuilder. getStatesOrBuilder(int index)
The state key values which will be stored in store_name.CommonProtos.StateItemOrBuilder
DaprProtos.DeleteBulkStateRequest.Builder. getStatesOrBuilder(int index)
The array of the state key values.CommonProtos.StateItemOrBuilder
DaprProtos.DeleteBulkStateRequest. getStatesOrBuilder(int index)
The array of the state key values.CommonProtos.StateItemOrBuilder
DaprProtos.DeleteBulkStateRequestOrBuilder. getStatesOrBuilder(int index)
The array of the state key values.CommonProtos.StateItemOrBuilder
DaprProtos.SaveStateRequest.Builder. getStatesOrBuilder(int index)
The array of the state key values.CommonProtos.StateItemOrBuilder
DaprProtos.SaveStateRequest. getStatesOrBuilder(int index)
The array of the state key values.CommonProtos.StateItemOrBuilder
DaprProtos.SaveStateRequestOrBuilder. getStatesOrBuilder(int index)
The array of the state key values.Methods in io.dapr.v1 that return types with arguments of type CommonProtos.StateItemOrBuilder Modifier and Type Method Description java.util.List<? extends CommonProtos.StateItemOrBuilder>
DaprAppCallbackProtos.BindingEventResponse.Builder. getStatesOrBuilderList()
The state key values which will be stored in store_name.java.util.List<? extends CommonProtos.StateItemOrBuilder>
DaprAppCallbackProtos.BindingEventResponse. getStatesOrBuilderList()
The state key values which will be stored in store_name.java.util.List<? extends CommonProtos.StateItemOrBuilder>
DaprAppCallbackProtos.BindingEventResponseOrBuilder. getStatesOrBuilderList()
The state key values which will be stored in store_name.java.util.List<? extends CommonProtos.StateItemOrBuilder>
DaprProtos.DeleteBulkStateRequest.Builder. getStatesOrBuilderList()
The array of the state key values.java.util.List<? extends CommonProtos.StateItemOrBuilder>
DaprProtos.DeleteBulkStateRequest. getStatesOrBuilderList()
The array of the state key values.java.util.List<? extends CommonProtos.StateItemOrBuilder>
DaprProtos.DeleteBulkStateRequestOrBuilder. getStatesOrBuilderList()
The array of the state key values.java.util.List<? extends CommonProtos.StateItemOrBuilder>
DaprProtos.SaveStateRequest.Builder. getStatesOrBuilderList()
The array of the state key values.java.util.List<? extends CommonProtos.StateItemOrBuilder>
DaprProtos.SaveStateRequest. getStatesOrBuilderList()
The array of the state key values.java.util.List<? extends CommonProtos.StateItemOrBuilder>
DaprProtos.SaveStateRequestOrBuilder. getStatesOrBuilderList()
The array of the state key values.