Uses of Class
io.dapr.v1.CommonProtos.StateItem
Package | Description |
---|---|
io.dapr.v1 |
-
Uses of CommonProtos.StateItem in io.dapr.v1
Methods in io.dapr.v1 that return CommonProtos.StateItem Modifier and Type Method Description CommonProtos.StateItem
CommonProtos.StateItem.Builder. build()
CommonProtos.StateItem
CommonProtos.StateItem.Builder. buildPartial()
static CommonProtos.StateItem
CommonProtos.StateItem. getDefaultInstance()
CommonProtos.StateItem
CommonProtos.StateItem.Builder. getDefaultInstanceForType()
CommonProtos.StateItem
CommonProtos.StateItem. getDefaultInstanceForType()
CommonProtos.StateItem
DaprProtos.TransactionalStateOperation.Builder. getRequest()
State values to be operated onCommonProtos.StateItem
DaprProtos.TransactionalStateOperation. getRequest()
State values to be operated onCommonProtos.StateItem
DaprProtos.TransactionalStateOperationOrBuilder. getRequest()
State values to be operated onCommonProtos.StateItem
DaprAppCallbackProtos.BindingEventResponse.Builder. getStates(int index)
The state key values which will be stored in store_name.CommonProtos.StateItem
DaprAppCallbackProtos.BindingEventResponse. getStates(int index)
The state key values which will be stored in store_name.CommonProtos.StateItem
DaprAppCallbackProtos.BindingEventResponseOrBuilder. getStates(int index)
The state key values which will be stored in store_name.CommonProtos.StateItem
DaprProtos.SaveStateRequest.Builder. getStates(int index)
The array of the state key values.CommonProtos.StateItem
DaprProtos.SaveStateRequest. getStates(int index)
The array of the state key values.CommonProtos.StateItem
DaprProtos.SaveStateRequestOrBuilder. getStates(int index)
The array of the state key values.static CommonProtos.StateItem
CommonProtos.StateItem. parseDelimitedFrom(InputStream input)
static CommonProtos.StateItem
CommonProtos.StateItem. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CommonProtos.StateItem
CommonProtos.StateItem. parseFrom(byte[] data)
static CommonProtos.StateItem
CommonProtos.StateItem. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CommonProtos.StateItem
CommonProtos.StateItem. parseFrom(com.google.protobuf.ByteString data)
static CommonProtos.StateItem
CommonProtos.StateItem. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CommonProtos.StateItem
CommonProtos.StateItem. parseFrom(com.google.protobuf.CodedInputStream input)
static CommonProtos.StateItem
CommonProtos.StateItem. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CommonProtos.StateItem
CommonProtos.StateItem. parseFrom(InputStream input)
static CommonProtos.StateItem
CommonProtos.StateItem. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CommonProtos.StateItem
CommonProtos.StateItem. parseFrom(ByteBuffer data)
static CommonProtos.StateItem
CommonProtos.StateItem. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in io.dapr.v1 that return types with arguments of type CommonProtos.StateItem Modifier and Type Method Description com.google.protobuf.Parser<CommonProtos.StateItem>
CommonProtos.StateItem. getParserForType()
List<CommonProtos.StateItem>
DaprAppCallbackProtos.BindingEventResponse.Builder. getStatesList()
The state key values which will be stored in store_name.List<CommonProtos.StateItem>
DaprAppCallbackProtos.BindingEventResponse. getStatesList()
The state key values which will be stored in store_name.List<CommonProtos.StateItem>
DaprAppCallbackProtos.BindingEventResponseOrBuilder. getStatesList()
The state key values which will be stored in store_name.List<CommonProtos.StateItem>
DaprProtos.SaveStateRequest.Builder. getStatesList()
The array of the state key values.List<CommonProtos.StateItem>
DaprProtos.SaveStateRequest. getStatesList()
The array of the state key values.List<CommonProtos.StateItem>
DaprProtos.SaveStateRequestOrBuilder. getStatesList()
The array of the state key values.static com.google.protobuf.Parser<CommonProtos.StateItem>
CommonProtos.StateItem. parser()
Methods in io.dapr.v1 with parameters of type CommonProtos.StateItem Modifier and Type Method Description DaprAppCallbackProtos.BindingEventResponse.Builder
DaprAppCallbackProtos.BindingEventResponse.Builder. addStates(int index, CommonProtos.StateItem value)
The state key values which will be stored in store_name.DaprAppCallbackProtos.BindingEventResponse.Builder
DaprAppCallbackProtos.BindingEventResponse.Builder. addStates(CommonProtos.StateItem value)
The state key values which will be stored in store_name.DaprProtos.SaveStateRequest.Builder
DaprProtos.SaveStateRequest.Builder. addStates(int index, CommonProtos.StateItem value)
The array of the state key values.DaprProtos.SaveStateRequest.Builder
DaprProtos.SaveStateRequest.Builder. addStates(CommonProtos.StateItem value)
The array of the state key values.CommonProtos.StateItem.Builder
CommonProtos.StateItem.Builder. mergeFrom(CommonProtos.StateItem other)
DaprProtos.TransactionalStateOperation.Builder
DaprProtos.TransactionalStateOperation.Builder. mergeRequest(CommonProtos.StateItem value)
State values to be operated onstatic CommonProtos.StateItem.Builder
CommonProtos.StateItem. newBuilder(CommonProtos.StateItem prototype)
DaprProtos.TransactionalStateOperation.Builder
DaprProtos.TransactionalStateOperation.Builder. setRequest(CommonProtos.StateItem value)
State values to be operated onDaprAppCallbackProtos.BindingEventResponse.Builder
DaprAppCallbackProtos.BindingEventResponse.Builder. setStates(int index, CommonProtos.StateItem value)
The state key values which will be stored in store_name.DaprProtos.SaveStateRequest.Builder
DaprProtos.SaveStateRequest.Builder. setStates(int index, CommonProtos.StateItem value)
The array of the state key values.Method parameters in io.dapr.v1 with type arguments of type CommonProtos.StateItem Modifier and Type Method Description DaprAppCallbackProtos.BindingEventResponse.Builder
DaprAppCallbackProtos.BindingEventResponse.Builder. addAllStates(Iterable<? extends CommonProtos.StateItem> values)
The state key values which will be stored in store_name.DaprProtos.SaveStateRequest.Builder
DaprProtos.SaveStateRequest.Builder. addAllStates(Iterable<? extends CommonProtos.StateItem> values)
The array of the state key values.