Uses of Class
io.dapr.v1.CommonProtos.StateItem
-
Uses of CommonProtos.StateItem in io.dapr.v1
Modifier and TypeMethodDescriptionCommonProtos.StateItem.Builder.build()
CommonProtos.StateItem.Builder.buildPartial()
static CommonProtos.StateItem
CommonProtos.StateItem.getDefaultInstance()
CommonProtos.StateItem.Builder.getDefaultInstanceForType()
CommonProtos.StateItem.getDefaultInstanceForType()
DaprProtos.TransactionalStateOperation.Builder.getRequest()
State values to be operated onDaprProtos.TransactionalStateOperation.getRequest()
State values to be operated onDaprProtos.TransactionalStateOperationOrBuilder.getRequest()
State values to be operated onDaprAppCallbackProtos.BindingEventResponse.Builder.getStates
(int index) The state key values which will be stored in store_name.DaprAppCallbackProtos.BindingEventResponse.getStates
(int index) The state key values which will be stored in store_name.DaprAppCallbackProtos.BindingEventResponseOrBuilder.getStates
(int index) The state key values which will be stored in store_name.DaprProtos.DeleteBulkStateRequest.Builder.getStates
(int index) The array of the state key values.DaprProtos.DeleteBulkStateRequest.getStates
(int index) The array of the state key values.DaprProtos.DeleteBulkStateRequestOrBuilder.getStates
(int index) The array of the state key values.DaprProtos.SaveStateRequest.Builder.getStates
(int index) The array of the state key values.DaprProtos.SaveStateRequest.getStates
(int index) The array of the state key values.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) Modifier and TypeMethodDescriptioncom.google.protobuf.Parser<CommonProtos.StateItem>
CommonProtos.StateItem.getParserForType()
DaprAppCallbackProtos.BindingEventResponse.Builder.getStatesList()
The state key values which will be stored in store_name.DaprAppCallbackProtos.BindingEventResponse.getStatesList()
The state key values which will be stored in store_name.DaprAppCallbackProtos.BindingEventResponseOrBuilder.getStatesList()
The state key values which will be stored in store_name.DaprProtos.DeleteBulkStateRequest.Builder.getStatesList()
The array of the state key values.DaprProtos.DeleteBulkStateRequest.getStatesList()
The array of the state key values.DaprProtos.DeleteBulkStateRequestOrBuilder.getStatesList()
The array of the state key values.DaprProtos.SaveStateRequest.Builder.getStatesList()
The array of the state key values.DaprProtos.SaveStateRequest.getStatesList()
The array of the state key values.DaprProtos.SaveStateRequestOrBuilder.getStatesList()
The array of the state key values.static com.google.protobuf.Parser<CommonProtos.StateItem>
CommonProtos.StateItem.parser()
Modifier and TypeMethodDescriptionDaprAppCallbackProtos.BindingEventResponse.Builder.addStates
(int index, CommonProtos.StateItem value) The state key values which will be stored in store_name.DaprAppCallbackProtos.BindingEventResponse.Builder.addStates
(CommonProtos.StateItem value) The state key values which will be stored in store_name.DaprProtos.DeleteBulkStateRequest.Builder.addStates
(int index, CommonProtos.StateItem value) The array of the state key values.DaprProtos.DeleteBulkStateRequest.Builder.addStates
(CommonProtos.StateItem value) The array of the state key values.DaprProtos.SaveStateRequest.Builder.addStates
(int index, CommonProtos.StateItem value) The array of the state key values.DaprProtos.SaveStateRequest.Builder.addStates
(CommonProtos.StateItem value) The array of the state key values.CommonProtos.StateItem.Builder.mergeFrom
(CommonProtos.StateItem other) DaprProtos.TransactionalStateOperation.Builder.mergeRequest
(CommonProtos.StateItem value) State values to be operated onCommonProtos.StateItem.newBuilder
(CommonProtos.StateItem prototype) DaprProtos.TransactionalStateOperation.Builder.setRequest
(CommonProtos.StateItem value) State values to be operated onDaprAppCallbackProtos.BindingEventResponse.Builder.setStates
(int index, CommonProtos.StateItem value) The state key values which will be stored in store_name.DaprProtos.DeleteBulkStateRequest.Builder.setStates
(int index, CommonProtos.StateItem value) The array of the state key values.DaprProtos.SaveStateRequest.Builder.setStates
(int index, CommonProtos.StateItem value) The array of the state key values.Modifier and TypeMethodDescriptionDaprAppCallbackProtos.BindingEventResponse.Builder.addAllStates
(Iterable<? extends CommonProtos.StateItem> values) The state key values which will be stored in store_name.DaprProtos.DeleteBulkStateRequest.Builder.addAllStates
(Iterable<? extends CommonProtos.StateItem> values) The array of the state key values.DaprProtos.SaveStateRequest.Builder.addAllStates
(Iterable<? extends CommonProtos.StateItem> values) The array of the state key values.